PDA

View Full Version : Open folder dialog. Possible?


jade
06-12-2007, 02:08 AM
Hi people,

Had been browsing the forum similar examples but found none.

Just want to check with the pro over here whether ext-js is capable of the following:

A form with a browsing folder path feature.

Such as a form with a browse button which will open a folder dialog and allow users to navigate to select a folder path (i understand tat file path is possible).

Many Thanks :P

Skeleton
06-12-2007, 02:50 AM
I think (and 99% sure) that it is not possible to ask the user to select a folder on his/her file system. A file dialog is possible as you have said using a file upload input box.

humpdi
06-12-2007, 03:47 AM
yeah right, its not possible to let them users select a folder or multiple files. only thing its possible is that the user can choose ONE file from file-upload dialog from input type='file'.

Multifile- and Folderselection is possible with flash/ action script.

regards, humpdi