| David Stemm 2005-06-27, 8:49 pm |
| I have a web application that allows the user to upload a file and it
fails when the size of the file is greater the 9MB. I'm developing on a
Windows machine (where everything works and the large file is uploaded)
but deploying to an iSeries using WebSphere Application Server 5.0.2.7
(Build Number: cf70432.01 and Build Date: 08/09/2004). When the user
tries to upload a large file (say 16MB) the browser comes back 15-20
seconds later and says "Document contains no data" but if I were to
upload two 8MB files it works fine. Is there some size limit on the
individual file for the iSeries? Also of note is that when I attempt to
upload the large file, none of my application code is even being hit.
It appears to be failing even before it gets to the application server,
like the HTTP server has some limit or something. Does anybody have any
ideas? Thanks.
David Stemm
|