2014-06-23 6:00 GMT-03:00 Roberto De Ioris <[email protected]>:
>
>> hi,
>>
>> I've been trying to get the uploaded files on a form,
>> but I don't find where in the wsgi_request struct
>> they are, I tried probably most of the params
>> and none seemed to have it, I also tried to grep
>> the code but nothing. What am  missing?
>
> file uploads must be managed at the application level, you read the body
> and the parse it to obtain the file (or files) chunks.
Thanks,
now I wonder if there is some option where uwsgi stores
the body in a file?
If so can I still use uwsgi_request_body_read to
read it independently on how/where is it stored?

btw what is req->file, sendfile_fd and post_file?
would be great if those parameter had a single
line of commend :D

>
>>
>> BTW I've mentioned on IRC that master is
>> producing an invalid .h file on --dot-h due
>> to an odd char at the end.
>>
>>
>
> which char ? on my system it ends with two "\n"
I git pulled today and maybe it was some corrupted
file or something lying around as it is working again..

Best
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to