get_content_length
Description:
Gets the size (in bytes) of the file being uploaded.
This will be -1
for a non-resumable upload, and zero or greater for a resumable upload.
Parameters:
this |
Returns:
the size of the file being uploaded |