Hi,

A few weeks back I posted a message on the struts mailing list to find out whether or not it was possible to limit the file upload size 'before its too late'.
(see http://www.mail-archive.com/[email protected]/msg44209.html)

In other words the struts example file-upload war package did not enable the interuption of a file upload based on the file's size. It only only allows one to perform operations on the file once it has been uploaded to the server.

I want to prevent someone from logging say 10 clients (or even one) and uploading huge files which would cause the site to crash before the check for file size is done.

I gather there are some commercial implementations of the functionality and also some incentivised licences (jason hunter springs to mind) but I was wondering if this feature is available or will be available in the near future within the commons package.

Cheers
jfc





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

Reply via email to