SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
-
Feb 15, 2007, 23:04 #1
Fetching a filelist/array of local directory
How do you use javascript (or another language) to fetch the filelist/array of a user's local directory (given permission, of course...)?
-
Feb 15, 2007, 23:40 #2
- Join Date
- Mar 2001
- Posts
- 3,537
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Not gonna happen with js.
or another language
-
Feb 15, 2007, 23:41 #3
-
Feb 16, 2007, 02:28 #4
hm... how would you fetch a list of available fonts on a user's computer?
-
Mar 4, 2007, 14:34 #5
- Join Date
- Jan 2007
- Posts
- 14
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You can try to build ActiveX object and add to your page. This object can read local filelist and then send it to server!
Bookmarks