Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I followed this example http://www.aspdotnet-pools.com/2014/06/ajax-fileupload-control-in-aspnet-or.html.

And I can upload files locally and see that it is in the destination folder named "Folder".

So I FTP the files to the web server, and when I run this on the web server, I see the uploads goes to 100% then it would errored. I checked the named "Folder" and no file uploaded.

I am a true novice at this and don't know what to do. Can someone help?

- Dave
Posted
Comments
DamithSL 2-Aug-15 0:20am    
you need to find the reason why upload failed, check your browser javascript console for any errors and also write all the errors and status of saving the file from your server side code in to a log file. then you can find solution for the reason.
Catch the exceptions.
Afzaal Ahmad Zeeshan 2-Aug-15 12:17pm    
Try to debug the application. You will be able to see what (and why) went wrong.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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