I'm attempting to try your huge asp upload code on a Windows 2003 server in IIS5 mode and while my file uploads work, the progress bar never shows any information. It clicks w/ the refresh of the page but all all progress bars show 0 for size of files and total. Any help on this issue would be appreciated.
I tried to test HugeASP upload with IIS5 and IIS6 and I found some properties, which have impact to progress bar:
<SCRIPT LANGUAGE=VBScript RUNAT=Server> Sub Session_OnStart Session.Timeout=25 End Sub </SCRIPT>The progress.asp has @EnableSessionState=False, so such code can raise problem (error) which cause progress not to work.
TempFolder = fs.GetSpecialFolder(2)