Uploading Larger Files
-
Hi, I am trying to upload larger file (txt file size is 8 MB) in aspx page, for this i have made changes to web.config file <httpRuntime executionTimeout="240" maxRequestLength="20480" /> When i try this page local it is working fine, the file is getting uploaded. When i tried to access this upload page URL from some other machine, pointing the url to my machine, i am getting timeout error. Please help me what is the problem here. Thanks in Advance, Regards, priyaah.
-
Hi, I am trying to upload larger file (txt file size is 8 MB) in aspx page, for this i have made changes to web.config file <httpRuntime executionTimeout="240" maxRequestLength="20480" /> When i try this page local it is working fine, the file is getting uploaded. When i tried to access this upload page URL from some other machine, pointing the url to my machine, i am getting timeout error. Please help me what is the problem here. Thanks in Advance, Regards, priyaah.
I also face this problem earlier. My solution was first I save the file from the network drive to our local machine through our code and then upload it from the local machine. Thanks
Parwej Ahamad ahamad.parwej@gmail.com
-
Hi, I am trying to upload larger file (txt file size is 8 MB) in aspx page, for this i have made changes to web.config file <httpRuntime executionTimeout="240" maxRequestLength="20480" /> When i try this page local it is working fine, the file is getting uploaded. When i tried to access this upload page URL from some other machine, pointing the url to my machine, i am getting timeout error. Please help me what is the problem here. Thanks in Advance, Regards, priyaah.
Here you go dude Large File Uploading in ASP.NET[^] Preventing browser timeout on large file uploads[^]
thatraja
**My Tip/Tricks
My Dad had a Heart Attack on this day so don't...
**