I made a page where you can upload files (using a upload component).
The maximum size of the file is 500Kb. This al works fine.
The problem though is, if you submit a huge file (say 100Mb) it still generates a lot of traffic on the server, because it needs the complete file to check wether it's too big or not.
So I need a way to find out the size of the file, before it will be submitted.
Ideas anyone?
Remedy
The maximum size of the file is 500Kb. This al works fine.
The problem though is, if you submit a huge file (say 100Mb) it still generates a lot of traffic on the server, because it needs the complete file to check wether it's too big or not.
So I need a way to find out the size of the file, before it will be submitted.
Ideas anyone?
Remedy