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).
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.
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.