[mod_python] File upload with no publisher handler

Graham Dumpleton grahamd at dscpl.com.au
Thu Dec 29 17:25:11 EST 2005


Fabiano Sidler wrote ..
> Hi folks!
> 
> I worked on implementing file upload through a form with an input of
> type "file". The form data is sent to the server, but the type of the
> file field is "text/plain", and it doesn't have an associated file
> object from which I could read. What could I have done wrong? As
> mentioned in the subject. I don't have the possibility to use the
> publisher handler.

What exactly does the HTML of the form you are using to perform the
upload contain? Post the HTML here and people can see whether it is
correct or not as a start.

Graham


More information about the Mod_python mailing list