Hello, how i can save a binary file, i read in the manual in the IO area but doesn' t show how to save it.
Here is the code what i am using:
s = open('/home/hidura/test.jpeg', 'wb')
s.write(str.encode(formFields[5]))
s.close()

If needs the binary code i could upload.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to