[Javajax-news] JavAjax 1.3.1a released
Status: Beta
Brought to you by:
darkcomet
From: JavAjax A. <jav...@gm...> - 2010-03-19 06:26:38
|
New update of JavAjax Web Framework, validation for File type parameters has been added, verifying file size and file extension. @Param(value="myFile", maxFileSize="1M", accepts={"txt","html","jpg"}) UploadFile myFile or @Param(value="myFile", maxFileSize="250K", deny={"exe","bat","com"}) UploadFile myFile Please visit http://www.think-java.org for documentation and live demo. |