I frequently need to upload files that are 5-10 MBs in my application.
First, I ran into the Session Timeout Error (ASP 0113) and by browsing thru the forum found that adding Server.ScriptTimeout = 3600 in both commonfunctions.asp and _variables.asp (I put the code at the top after the "<%" element as instructed in the posting(s).
At any rate, now the error doesn't come, and the webpage goes back to the list view (I have an event setup that way from Edit and Add). But when I come to download the file, I get the 412 bytes file (correct filename), which of course refers to the application's inability to find the file in the designated upload directory. I manually checked the designated upload directory and indeed the file(s) I attempted to upload haven't gone up.
I do not get this problem when I upload files less than 3MB roughly.
My question: what can I do to make the uploader work properly with larger files (note that the server side of all this is with my host and not something that I control).
Alternatively, how can I upload the files in my designated upload directory manually and have the link point to the file (I noticed that the hyperlink value on the filename is a long constructed URL and I wouldn't know how to begin fixing that; nothing appears to be stored on the Access DB file itself).
Thanks
Beblawi