I have a website which allows users to upload files to a server.
The server does not allow files of size greater than 2MB to be uploaded. Is there any way for me to chack the size of the file before the file is uploaded to the server, somehow checking the size of the file on the users machine?
Any help would be greatly apprechiated.
Thanks