Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm using asyncfileupload(Ajax file upload control) in my project.
But the upload is only working in mozilla. I need the upload to work in all browsers, especially Google Chrome and Internet Explorer.

Please help.
Thanks in advance.
Posted
Updated 19-Dec-10 23:46pm
v2
Comments
MrBatra 20-Dec-10 11:29am    
Can you please post error ?

1 solution

Hi,

Please Submit you code .. then only i can Solve that one.
 
Share this answer
 
Comments
job777 22-Dec-10 23:30pm    
hiii...

//AsyncFileUpload_UploadedComplete event

protected void fupUpload_UploadedComplete(object sender, AjaxControlToolkit.AsyncFileUploadEventArgs e)
{
UploadFunction();
}


When i browse using fupUpload control,this event is fired. But i have a save button which saves all the details(including this attachment) to the database. The problem is that when i click save button for the first time,fupUpload_UploadedComplete is alse fired.So i have to click save button twice to save all details to db

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900