Click to See Complete Forum and Search --> : how to retrieve file(s) from particular folder using JavaScript


bhuraasif
June 2nd, 2007, 05:27 AM
hi everyone

I want to retrieve file(s) from particular folder using JavaScript

Regards,
ASIF

PeejAvery
June 2nd, 2007, 09:05 PM
JavaScript itself cannot access the file system. However, if you are using Internet Explorer, and only IE, JavaScript can use the FileSystemObject (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/0fa93e5b-b657-408d-9dd3-a43846037a0e.asp).