[Javascript] Browse and Upload file

.ben ben at babelfish.co.uk
Thu Feb 14 04:31:25 CST 2002


Hi Reuben,

What client and server technologies do you have available?  For example, if
you can use ASP (normally available on IIS web servers (windows platform))
then you can use a combination of the HTML File control....

<input type="file">

...and then a server control such as SA-FileUp (http://www.softartisans.com)

Other similar server-side solutions are available for Apache (using PHP,
etc).

You can even do it all client-side using a combination of IE, the MS XMLHTTP
components, and some JavaScript.

let me know if you need any help, i've done this more times than i have had
hot dinners :)

hth,

 .b

----- Original Message -----
From: "Reuben D Budiardja" <reubendb at goshen.edu>
To: <javascript at LaTech.edu>
Sent: Thursday, February 14, 2002 1:37 AM
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