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 (.ben)
  • Subject: [Javascript] Browse and Upload file
  • Date: Thu, 14 Feb 2002 10:31:25 -0000

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@xxxxxxxxxx>
To: <javascript@xxxxxxxxxx>
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@xxxxxxxxxx
> https://lists.LaTech.edu/mailman/listinfo/javascript
>