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
Post a Comment