Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
None
Description
FileUpload supports a number of configurations for example: fileSizeMax, sizeMax etc.
Currently it is not possible to configure these options.
There are three areas of improvement:
#1 Provide customization of FileUploadBase.
#2 When unknown exceptions are thrown by multipart request parsing it should be handled by Click's ErrorPage.
#3 sizeMax and fileSizeMax exceptions should be handled and made available for display to user.