directory listing clientside

P

PhilM

New to javascript.
Is it possible to use javascript to scan a directory client side.
If so, could someone point me in the general direction of information on how
to. I do not know what keywords I should be googling for :(

I am aiming to return array of image files to use in a 'slideshow' script
that will be cut to cd.
I have already found a slideshow script, but now need to populate array, and
will be using php to ultimately write the html code with the javascript
embede for user to save.

TIA

PhilM
 
G

Grant Wagner

PhilM said:
New to javascript.
Is it possible to use javascript to scan a directory client side.
If so, could someone point me in the general direction of information on how
to. I do not know what keywords I should be googling for :(

I am aiming to return array of image files to use in a 'slideshow' script
that will be cut to cd.
I have already found a slideshow script, but now need to populate array, and
will be using php to ultimately write the html code with the javascript
embede for user to save.

TIA

PhilM

No, client-side JavaScript has no access to the local file system in the default
security environment.

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 
P

PhilM

HikksNotAtHome said:
No. Not in a default security environment.


If the images are on the CD, and PHP is generating it all, have PHP generate a
list of the files in the folders and then write it as a JS array. Problem
solved.

PHP on server can access a users PC directory? I didn't think this was
possible.

The aim is to ultimately create plain html file(with embedded javascript)
for the user to place above a directory of images on their hard drive, that
they can then cut to disk, and use on any comp as a presentation kind of
thing.

PhilM
 
P

PhilM

Grant Wagner said:
No, client-side JavaScript has no access to the local file system in the default
security environment.
For clarification, by local file system, do you mean server, or the users
machine?
(local to web page, or local to client :)
If server, then there is hope, as I do not want to access a server
directory. (I could do that with php)

PhilM
 
E

Erwin Moller

PhilM said:
New to javascript.
Is it possible to use javascript to scan a directory client side.
If so, could someone point me in the general direction of information on
how to. I do not know what keywords I should be googling for :(

This question is asked about once a day in this very newsgroup.

I suggest you just read it.
 
G

Grant Wagner

PhilM said:
For clarification, by local file system, do you mean server, or the users
machine?
(local to web page, or local to client :)
If server, then there is hope, as I do not want to access a server
directory. (I could do that with php)

PhilM

I thought it was fairly clear... client-side JavaScript has no access to the
local file system. Since client-side JavaScript executes on the client, the file
system local to the client is the client's file system.

--
| Grant Wagner <[email protected]>

* Client-side Javascript and Netscape 4 DOM Reference available at:
*
http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/frames.html

* Internet Explorer DOM Reference available at:
*
http://msdn.microsoft.com/workshop/author/dhtml/reference/dhtml_reference_entry.asp

* Netscape 6/7 DOM Reference available at:
* http://www.mozilla.org/docs/dom/domref/
* Tips for upgrading JavaScript for Netscape 7 / Mozilla
* http://www.mozilla.org/docs/web-developer/upgrade_2.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top