
|
If you were logged in you would be able to see more operations.
|
|
|
Click
Created: 01/Mar/08 10:29 PM
Updated: 20/May/08 12:17 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
1.4
|
| Fix Version/s: |
1.5 M1
|
|
|
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.
|
|
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. |
Show » |
|
|
this is my changes to configure the FileUploadBase