I need to calculate the percentage of file upload to the server. I read it as
Loaded percent = 100 / file size * Loaded bytes.
Does anyone know how we can get the following from the properties of a file upload control:
- Uploaded file size
- Loaded Bytes
Please, help. Thank you.
source
share