> Programming Languages > Javascript
Various Topics Home | Disclaimer | Report Adult Posts

Various Topics on Javascript



Javascript - "Browsing for a file on Web" in Programming Languages


Old 03-07-2004   #1
..ffFinn..
 
Default Browsing for a file on Web

I have a form that works very well for me for getting a file from a drive:

<form name=form1>
<input type=file name="fileN" size="75" >
<br>
<input type=button onC****="setFile()" value="Load Selected File">
<font size="3"><strong>Choose/Browse for sutiable Chime file
above</strong></font>
</form>

I can also paste a Web address for a file into the input box above.

However, I was wondering if there was any type of form that could look at a
directory list in some Web folder that would end up in some input box. This
would obviate the needed for finding the file separately and pasting in the
address as above.

Thanks,
Jeff

 
Old 03-07-2004   #2
..n.. ....
 
Default Re: Browsing for a file on Web

JeffFinnan wrote:
> I have a form that works very well for me for getting a file from a drive:
>
> <form name=form1>
> <input type=file name="fileN" size="75" >
> <br>
> <input type=button onC****="setFile()" value="Load Selected File">
> <font size="3"><strong>Choose/Browse for sutiable Chime file
> above</strong></font>
> </form>
>
> I can also paste a Web address for a file into the input box above.
>
> However, I was wondering if there was any type of form that could look at a
> directory list in some Web folder that would end up in some input box. This
> would obviate the needed for finding the file separately and pasting in the
> address as above.


No. Java or Flash might, Javascript can't (client-side).

--
Randy
Chance Favors The Prepared Mind
comp.lang.javascript FAQ - http://jibbering.com/faq/
 
Old 03-07-2004   #3
..ffFinn..
 
Default Re: Browsing for a file on Web

>, Javascript can't (client-side).-

Shucks. Thanks anyway.

Jeff


 

Thread Tools
Display Modes





Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0