[Javascript] Browse and Upload file

Carl Adler carl at carladler.org
Thu Feb 14 07:43:55 CST 2002


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 at goshen.edu>
> Reply-To: javascript at LaTech.edu
> Date: Wed, 13 Feb 2002 20:37:45 -0500
> To:     javascript at LaTech.edu
> 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 at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list