Is abort file upload possible from server?

2009-05-08 Thread Sushil Dive
Hi group. Is there any way in struts (or web container) to abort file upload request received from browser. If it is possible, please provide pointers where i could find some sample code to do that. Thanks and regards, Sushil Disclaimer: http://www.vertexsoft.com/corporate/email_disclaimer.h

file uploading and maxFileSize parameter

2009-05-05 Thread Sushil Dive
Hi, maxFileSize parameter in struts configuration file holds maximum file size allowed to upload. I want to restrict file size to be uploaded to 20MB. For this i setup the parameter value as below: Does it mean following: What happens when user uploads file with size more than 20M a. The