I have a simple page with a multi-file 'gmail style' uploader control.
The problem only seems to occur in IE7 (Chrome, FF, IE8 seem to work fine):
Uploading works when opening the page directly, but if a user is redirected to the page (for example, from a link in a gmail message), there is a "No Request Files!" error. When the error occurs, the file uploads into UploaderTemp (where I must rename it from its temp .resx filename). Again, when I copy the url, open a new IE7 instance, and paste the url in (hence no redirect), the uploads work perfectly. The problem is related to following a link or redirect to the page with the module installed using IE7.
Some details:
- Server is very typical: win 2003, IIS6.
- The server is completely patched and updated.
- I am using the latest version of the uploader dll (previous versions behave similarly)
- Windows Component: IE Enhanced Security Configuration is disabled (as suggested by cutesoft support)
Has anyone seen this behavior? It is really frustrating my customers, and I can't seem to make it just work like it's supposed to.
Thank you