Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am working on a asp.net web site. In this site video upload functionality, when i am running application on localhost video file uploaded and working fine.But when website is published on web server video file not uploading just showing the upload progress and site stops working, why this happend?
please give me proper solution....
Posted
Comments
Muralikrishna8811 2-Apr-12 7:54am    
Hi can you share some code for uploading file?

check server paths or uploading folder permissions in that hosted server .
[no name] 2-Apr-12 8:05am    
The code is irrelevant, it works as evidenced by the OPs statements

1 solution

Uploading large files across the internet can be a troublesome. The connection may get interrupted by any number of factors at the source or destination. There may also be an issue with the size limits allowed. Check the maxRequestLength in your web.config and verify it has been changed by the hosting provider. Try smaller files to validate the process works.
 
Share this answer
 

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