17 Jul
2003
17 Jul
'03
12:35 p.m.
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