Hello,
Is there anyway to limit the file size of the uploaded file?
Cheers
Hello,
Is there anyway to limit the file size of the uploaded file?
Cheers
There is currently no way to limit the file upload size. We use the built in standard php upload method which can't determine the file size until after the file has been uploaded. We are looking into alternative methods that will allow us to limit file upload size and would like to introduce this capability in a future release.