Uploading an image file from a web form
Peter L Hansen
peter at engcorp.com
Thu Oct 14 08:31:19 EDT 2004
More information about the Python-list mailing list
Thu Oct 14 08:31:19 EDT 2004
- Previous message (by thread): Uploading an image file from a web form
- Next message (by thread): UDP server socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Shufen wrote: [snip question regarding uploading files via the web] > Can someone help? Many thanks.... You haven't indicated what web framework you are using. That is, what are you using to cause your Python code to be executed on the server when the user clicks on the "upload" button (or whatever it will be called) in the web page? If you haven't *got* a web framework, then the answer to your question is "go get one". ;-) If your next question is "which one should I get?", the answer is probably "have you checked with Google yet?"... There are many and frequent discussions about this topic in the newsgroup, so the archives should help you out, and there are also numerous web pages discussing the various options. -Peter
- Previous message (by thread): Uploading an image file from a web form
- Next message (by thread): UDP server socket
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list