is it possible to restrict the file size in smartGWT component UploadItem in client side itself rather than doing in server side?
UploadItem fileItem= new UploadItem(IMAGE);
note: i know we can do this validation on server side but want to avoid the api call
UploadItem fileItem= new UploadItem(IMAGE);
note: i know we can do this validation on server side but want to avoid the api call
Comment