Hello, I am using Python 2.6 and Django 1.1 I want to convert a file into binary format and need to send it to web service which is written in .Net. I am using urllib2 and urllib2_file to send request.
Is there any way I can send a bytearray? One solution I know is pyodbc.Binary but I don't want to use it. Please suggest. Thanks Pradnya -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

