Javascript Input type

Posted by Phoenix on Stack Overflow See other posts from Stack Overflow or by Phoenix
Published on 2010-03-18T15:07:01Z Indexed on 2010/03/18 15:11 UTC
Read the original article Hit count: 293

Filed under:

Hi All,
In javascript we use input type = file .. to open up a file browser pop-up .. is there a way to limit access to folders .. I want to select a folder then ftp all the files in the folder .. so i need access upto only the folder level and not file level .. i guess it would be tedious to go an manually select every file from the folder and then ftp .. is there a way to do that.. Also, how can i set the file-browser pop-up window path to a default one ?

© Stack Overflow or respective owner

Related posts about JavaScript