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
>
> 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
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:
>>>
>>> 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.
>>>
>
Thanks James. answers in line:
El lunes, 15 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:
>> http://stackoverflow
p://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F6816215%2Fgunicorn-nginx-timeout-problem&sa=D&sntz=1&usg=AFQjCNEaoPVXq87HfcUZARiv5oAZjTM8Fw>
>
> On Mon, Feb 15, 2016 at 4:20 PM, Pablo Conesa > wrote:
>
>> Hi, I posted this in stackoverflow. Now I'm
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
, 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.
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
Hi,
Please scratch the previous question--I found template errors were the
cause.
Thanks,
Bob
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, s
You are missing the enctype form attribute needed for files input fields. Your
form definition should be:
Check http://www.w3.org/TR/html401/interact/forms.html#adef-enctype for details.
Matías
Excerpts from arapaho's message of Thu Mar 17 15:53:45 -0300 2011:
> Hi,
>
> Rather new to Dja
Hi,
Rather new to Django and using 1.2.5 and Windows, I am hung up trying
to upload a file. I get a post request with request.FILES empty.
My VIEW is:
def intro(request):
c = {}
c.update(csrf(request))
if request.method == 'POST': #see if form submitted
form = FileUploadFor
12 matches
Mail list logo