On Wednesday, June 17, 2015 at 9:46:25 PM UTC-4, Chris Angelico wrote:
> On Thu, Jun 18, 2015 at 10:45 AM, Paul Hubert wrote:
> > On Wednesday, June 17, 2015 at 8:24:17 PM UTC-4, Chris Angelico wrote:
> >
> >> Are you sure you want iteration and writelines() here? I w
On Wednesday, June 17, 2015 at 8:24:17 PM UTC-4, Chris Angelico wrote:
> Are you sure you want iteration and writelines() here? I would be
> inclined to avoid those for any situation that isn't plain text. If
> the file isn't too big, I'd just read it all in a single blob and then
> write it all o
Any idea why a server might be returning the message, in json format,
"Malformed Upload"? The image is gzipped as the server requires... Someone on
another forum said that he thinks Python requests automatically gzips?
I have the code working in vb.net... no idea why it wont work in Python.
Thi