History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LOOM-167
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ignacio Coloma
Reporter: Ignacio Coloma
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Loom

Add a @ImageValidation annotation

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


 Description  « Hide
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;


 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.