Link to home
Start Free TrialLog in
Avatar of ISKPatel
ISKPatel

asked on

Files array in Javascript

hi all
i wanat to make a dynamic image collection in Javascript using FileSystemObject for collection a files and generate a Array
anay one tel me ho can i found me absalute path where my .html or .asp file run and how can i call all .gif, .jpg and .bmp file in array
thanks
Avatar of Zvonko
Zvonko
Flag of North Macedonia image

You cannot see files on user's machine without special security dialog, and even with that only on IE browsers.
Or do you want to see files on server side? That is also not possible from browser side. That has to be scripted on web server side.

ASKER CERTIFIED SOLUTION
Avatar of Alexey Fedorov
Alexey Fedorov
Flag of Russian Federation image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ISKPatel
ISKPatel

ASKER

Thanks alexf2
my prb is sloved now..
but one still remain those is " how can i got absolute path of my file?"
e.g: i have a file abc.html and store in "c:\win\abc\" location .. how can i got this lucation in javascript...?
because some time this file rum on diffrent machine or diffrient lucations that y i need this path location information...