Michael C. Neel
neel at mediapulse.com
Wed May 19 12:52:13 EDT 2004
I've handled serveral file types in mod_python from uploaded forms, and didn't need anything special set. If your not getting the files, check that the form has the correct enctype set. If you are getting data that's incorrect, post some details on how you are accessing the files to the list. Mike On Wed, 2004-05-19 at 11:22, Diener, Edward wrote: > How do I get Apache to start python with the -U option when it is used > in an AddHandler statement ? When using straight CGI, and the file > upload functionality in it, python must be started with the -U option > in order for it to upload binary files, as opposed to text files, > correctly. > > ______________________________________________________________________ > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python __________________________________ michael.neel at mediapulse.com vice president of information systems 865.675.4455 x30 800.380.4514 www.mediapulse.com __________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://modpython.org/pipermail/mod_python/attachments/20040519/5b602f47/attachment.html
|