
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
Created: 18/May/09 05:25 PM
Updated: 18/May/09 05:35 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
1.5
|
|
|
An annotation intended to validate image input fields, with a proposed usage like this:
@ImageValidation(maxWidth=200, maxHeight = 200, on="save", formats={"jpg", "jpeg", "png", "gif"}, maxFileSize=100 * 1024)
private PersistentFile uploadedFile;
|
|
Description
|
An annotation intended to validate image input fields, with a proposed usage like this:
@ImageValidation(maxWidth=200, maxHeight = 200, on="save", formats={"jpg", "jpeg", "png", "gif"}, maxFileSize=100 * 1024)
private PersistentFile uploadedFile;
|
Show » |
| There are no comments yet on this issue.
|
|