We are trying to evaluate SlickUpload and we like what we see BUT we are running into upload errors on large files. We need to be able to upload .5 to 1.5 GB files. At this point, we can't even upload multi-MB files.
We have your ProgressDisplay example running on our test site: http://server.watchgamefilm.com
Internally, if ran from http://localhost we can upload GB files instantly. Remotely, if we access http://server.watchgamefilm.com we can upload very tiny files (under 1 MB) but can't even upload 10 MB files, much less 1 GB files.
We made the following changes to your sample web.config file: <httpRuntime maxRequestLength="2024000" executionTimeout="7200"/>
Any ideas on how to figure out what is the issue?