Re: file upload fails with slow network bandwith in django

2016-02-17 Thread Pablo Conesa
El martes, 16 de febrero de 2016, 21:12:32 (UTC+1), James Schneider escribió: > > How long does the file upload work before receiving the error? > There is no response from the server (fiddler returns -1, whatever this means) >>> >>> Well, no response from the server d

Re: file upload fails with slow network bandwith in django

2016-02-16 Thread James Schneider
> > How long does the file upload work before receiving the error? >>> >>> There is no response from the server (fiddler returns -1, whatever this >>> means) >>> >> >> Well, no response from the server doesn't necessarily mean that there >> were no logs. Can you check the error and access logs

Re: file upload fails with slow network bandwith in django

2016-02-16 Thread Pablo Conesa
de febrero de 2016, 23:04:48 (UTC+1), James Schneider >> escribió: >>> >>> >>> >>> On Mon, Feb 15, 2016 at 10:20 AM, Pablo Conesa >>> wrote: >>> >>>> Hi, I posted this in stackoverflow. Now I'm trying here: >>>

Re: file upload fails with slow network bandwith in django

2016-02-15 Thread James Schneider
>>> Hi, I posted this in stackoverflow. Now I'm trying here: >>> http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django >>> >>> I've got a code working fine that uploads a file to a DJANGO server. >>> >

Re: file upload fails with slow network bandwith in django

2016-02-15 Thread Pablo Conesa
.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django >> >> I've got a code working fine that uploads a file to a DJANGO server. >> >> It works fine on a fine connection. >> >> Now if, using fiddler to simulate a slow connectionpage

Re: file upload fails with slow network bandwith in django

2016-02-15 Thread Pablo Conesa
trying here: >> http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django >> >> I've got a code working fine that uploads a file to a DJANGO server. >> >> It works fine on a fine connection. >> >> Now if, using f

Re: file upload fails with slow network bandwith in django

2016-02-15 Thread James Schneider
On Mon, Feb 15, 2016 at 10:20 AM, Pablo Conesa wrote: > Hi, I posted this in stackoverflow. Now I'm trying here: > http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django > > I've got a code working fine that uploads a file to a

Re: file upload fails with slow network bandwith in django

2016-02-15 Thread Ezequiel Bertti
, I posted this in stackoverflow. Now I'm trying here: > http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django > > I've got a code working fine that uploads a file to a DJANGO server. > > It works fine on a fine connection.

file upload fails with slow network bandwith in django

2016-02-15 Thread Pablo Conesa
Hi, I posted this in stackoverflow. Now I'm trying here: http://stackoverflow.com/questions/35413649/file-upload-fails-with-slow-network-bandwith-in-django I've got a code working fine that uploads a file to a DJANGO server. It works fine on a fine connection. Now if, using