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
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