Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when i'm uploading large files using Asp.net file upload controls in my web app, Application geting
SQL
"unable to connect target server error"after uploading two ot three large files(65 to 1gb file size) and it asking me to connect hosted server

in my web config i changed httpRuntime settings as like above. i allowed to upload upto 2gb and timeout=300. is there any problem because of time out?
Posted
Comments
a1mimo 30-Oct-12 7:17am    
You answered it yourself it's a timeout problem as for 2gb or 1gb file to be uploaded you sure need some more timeout than this 300 try making it 0 (unlimited) and check again if the problem is gone

Hope this helped

1 solution

Try to increase your timeout if the problem still persist then you need to send a file chunk by chunk.

see the following link which might help you to upload a large file on server.

upload-large-files-in-asp-net-using-httpmodule[^]
file-uploading-in-chunks[^]
 
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