You are not logged in Log in Join
You are here: Home » Members » Caseman » To get the data from a file object (from a Py Script) use data=str(file), not data=file.data!

Log in
Name

Password

 

Created by ZopeOrgSite . Last modified 2002-07-05 12:37:43.

file.data is just the first chunk of the file (currently 64Kb). So file.data will return only up to the first 64Kb of your file's data.