Networking Forums

Networking Forums > Computer Networking > Linux Networking > Would like to add an "upload" facility to my web site

Reply
Thread Tools Display Modes

Would like to add an "upload" facility to my web site

 
 
Ramon F Herrera
Guest
Posts: n/a

 
      01-31-2011, 03:46 PM

(newbie alert)

This is what I have so far:

http://patriot.net/~ramon/upload_facility.html

The code is 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>

 
Reply With Quote
 
 
 
 
Ramon F Herrera
Guest
Posts: n/a

 
      01-31-2011, 03:48 PM
On Jan 31, 10:46*am, Ramon F Herrera <ra...@conexus.net> wrote:
> (newbie alert)
>
> This is what I have so far:
>
> http://patriot.net/~ramon/upload_facility.html
>
> The code is 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 questions like this one?????

The Usenet the I knew, loved and helped create seem to be dying. :-(

-Ramon
 
Reply With Quote
 
Joe Beanfish
Guest
Posts: n/a

 
      02-04-2011, 06:01 PM
On 01/31/2011 11:48 AM, Ramon F Herrera wrote:
> On Jan 31, 10:46 am, Ramon F Herrera<ra...@conexus.net> wrote:
>> (newbie alert)
>>
>> This is what I have so far:
>>
>> http://patriot.net/~ramon/upload_facility.html
>>
>> The code is 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 questions like this one?????


Given your action="upload_file.php"
you may have better luck in a php forum as how file upload is handled
varies by language and it's utility libraries.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: SPEWS SLIMES "WindsorFox", "Kevin-!:?)", "Spin Dryer" get the cold shoulder at broadband ng! SneakyP Broadband 0 11-29-2005 10:46 PM
Attention Plus.net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM broadband newsgroup !:?) Broadband 0 11-28-2005 04:28 AM
Attention Plus.Net Re: SPEWS DOLTS "WindsorFox", "Kevin-!:?)", "SpinDryer" SPAM braodband newsgroup !:?) Broadband 0 11-28-2005 03:03 AM
Any "check POP mailbox" program with SMTP AUTH facility? Peter Broadband 4 10-10-2005 08:57 PM
vsftpd - chown on upload (Q: migrating "upload" directive from wu_ftpd ftpaccess) Gerald Klaas Linux Networking 0 09-08-2003 06:51 PM



1 2 3 4 5 6 7 8 9 10 11