Hi,
 
When uploading a file with a pythonscript containing the following statements the size of the uploaded file is 0.
 
file = container.REQUEST.form['FILE']
context.manage_addProduct['LocalFS'].manage_upload(file)
What is the problem ?
 
Regards,
 
Michael