Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Browse and Upload file


  • From: javascript@xxxxxxxxxx (Carl Adler)
  • Subject: [Javascript] Browse and Upload file
  • Date: Thu, 14 Feb 2002 08:43:55 -0500

That is what 
<INPUT NAME="whatever" TYPE="file">
is for. It does work. But you have to have permission to upload such as at
an anonymous ftp site or upon connecting with a proper user name and
password encoded in the URL. Use ENCTYPE="application/x-www-form-urlencoded"
Carl

> From:     "Reuben D Budiardja" <reubendb@xxxxxxxxxx>
> Reply-To: javascript@xxxxxxxxxx
> Date: Wed, 13 Feb 2002 20:37:45 -0500
> To:     javascript@xxxxxxxxxx
> Subject: [Javascript] Browse and Upload file
> 
> 
> Hi,
> Does anyone know how to upload file using Web Browser as the interface?
> 
> I want to do a web page, where you can click on a button, and then you can
> browse the local directories of the person who are browsing the page, and
> upload a selected file to the web server. Any pointer on how to do that will
> be greatly appreciated.
> 
> Thanks.
> Reuben D. Budiardja
> _______________________________________________
> Javascript mailing list
> Javascript@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript