How to limit the file size uploaded by FileUpload?
29 Views
Hi guys,
In my web dynpro component, we upload a file by FileUpload, I want to set the max file size to 2 metabyte. The file which size is larger than 2M is not allowd to upload, how to do this, thank you!