> 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. > > 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" -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
