I've created a tool on our intranet where a user can send a (big) tgz file using a simple/basic html form (POST/multipart).
When using either firefox or IE:
- The form is not sent when the file is too large (2.44 Go)
- It succeeds when the file is smaller.
- It fails for the large file with for some other forms found on the web and having a "Select File..." input.
- (update) Sending the same big file on another computer works fine.
So, is there restriction parameter in XP fixing a maximum size for this kind of POST query ?
Many thanks,
Pierre