Re: Tapestry Upload MaxFileSize

2015-04-13 Thread Dimitris Zenios
Hello Tapestry-upload uses commons-fileupload internally.In the other hand MultipartConfig is for servlet 3 and it triggers the servlets builtin multipart/form-data request body parsing. So tapestry-upload cannot be used if you are using MultiPartConfig since the request was already parsed via Se

Tapestry Upload MaxFileSize

2015-04-11 Thread Harry Zhou
Hi Friends! I am using symbols upload.filesize-max and upload.requestsize-max to limit the size of upload files. As many of you have noticed, however, an UploadException won't actually be thrown until a large file has finished uploading. I understand that the solution may be to place a Multipart