Click to See Complete Forum and Search --> : listing client directory


amrigo
12-28-2004, 11:52 AM
Hi

Can i list all the client local hd´s and if the user choose one hd list the files inside the folders he choose?

Instead of using the file input type ?

My goal is to upload as many images as the user choose navigating inside his local hd and folders

Thank´s in advance

lmf232s
12-28-2004, 03:34 PM
I can think of two things that may or may not work.
First is using the file type which allows you to browse and select a file.

The other is to use the FSO method and im not sure but you should be able to display all the folders and then all the files that are located in that file. But it would be a list and not an explorer type window.

You could list all the files out and then put checkboxes next to each and let them check all the files they want and then upload them.

Again im not sure if you can hit your local HD with this method and you may only be able to access the Server's HD this way.

Just a thought.

russell
12-28-2004, 11:05 PM
you can use the FSO on the client side, but the user will get a security warning and most likely disallow it. in fact, if their security settings are high enough, it will be disallowed without even the warning.

amrigo
12-29-2004, 04:26 AM
thank´s a lot !!