Would like to add an "upload" facility to my web site
Google Poster
goposter at jonjay.com
Mon Jan 31 12:43:14 EST 2011
On Jan 31, 11:36 am, Luis M. González <luis... at gmail.com> wrote:
> On Jan 31, 1:50 pm, Ramon F Herrera <ra... at conexus.net> wrote:
>
>
>
> > On Jan 31, 10:49 am, Ramon F Herrera <ra... at conexus.net> wrote:
>
> > > (newbie alert)
>
> > > This is what I have so far:
>
> > >http://patriot.net/~ramon/upload_facility.html
>
> > > The code is shown below. It seems I need that actual script that
> > > performs the file transfer. I would prefer it in Python.
>
> > > TIA,
>
> > > -Ramon
>
> > > ---------------------------------------
>
> > > <html>
> > > <body>
> > > <br />
> > > <form action="upload_file.php" method="post" enctype="multipart/form-
> > > data">
> > > <label for="file">Name of file to be uploaded:</label>
> > > <input type="file" name="file" id="file" />
> > > <br />
> > > <br />
> > > <input type="submit" name="submit" value="Upstream like the
> > > salmons!" />
> > > </form>
> > > </body>
> > > </html>
>
> > IMPORTANT Bonus question:
>
> > Where should I post this type of question about writing stuff for the
> > web????
>
> > -Ramon
>
> I guess this question is framework specific.
No.
> Are you using any framework (django, pylons, etc...)?
Luis:
I have a commercial shell account. I can only edit the directory
~ramon/public_html.
I published one file already, I need the other.
Gracias!
-Ramon
More information about the Python-list
mailing list