Johannes

Are you using the get() or the inputStream to get the data?

Johannes Postma wrote:

I think it doesn't work because after the two methods (setSizeTresHold and setSizeMax) I must call

List  items = upload.parseRequest(request);

This method can only be called if the whole request (the files > 100 mb) are loaded in memory. I want to parse the files directly when the bytes receives the server.

Johannes

Schalk Neethling wrote:

Johannes

Yes it is possible, as far as I know there is no limit set. Just handle the fileUpload as usual.

You may just want to set the following:

upload.setSizeThreshold(yourMaxMemorySize);
upload.setSizeMax(yourMaxRequestSize);


Johannes Postma wrote:

Hi,

Is it possible to handle large file upload ( > 100 mb) with fileupload? And if so how can I do that?

Best wishes,

Johannes


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to