Hi,
 
I am using the following statements in order the filesize.
 
file = container.REQUEST.form['FILE']
filesize = len(file.read())
When getting the size of large files it takes a long time to calculate.
 
Is there another (fast) way to get the filesize in a python script ?
 
Regards,
 
Michael