javascript - jQuery Directory chooser Plugin -


i'm not pretty sure if can accomplish need pure jquery maybe guys can me out.

i need give user opportunity browse local computer choose location files saved( download , saving functionality handled via jsp page) process of choosing destination should done in jquery.

is possible ?

i've found plugins, seem server side only.

its not possible. javascript in browser not have access file system api's. absolute best can interact file system accept 'drop' event drag , drop, or use <input type="file" />.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -