Hello,

I want to send raw binary data but also text in the message. I am currently 
sending ascii data to the twisted server via open-ssl.
Its great and twisted is cool. However I want to send a name of document and 
then the raw data in the same message? Is this possible with twisted.
Essentially I want to store the file in a location based upon its name.
Is this even practical to do this? Not sure.

Say for instance

<FILENAME>gazza.doc</FILENAME>
<RAWDATA>0101110100101010010010110010101010101101010</RAWDATA>

I dont know if the SAX parser which I am using could parse this data?

Thanks,
Garyc





_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Reply via email to