c# - allow a user to choose a location to save file on the server -
so when user uploads file, need allow him/her able choose location on remote file-server. there file choosers allow user browse file-server? through asp.net mvc-3 website if makes difference. (the file server remote hard drive).
i need hint in right direction. should looking for/at?
thanks
i don't think find out of box that. basically, need create treeview file browser menu (for mvc client-side jquery control preferable, jquery-file-tree) functionality represents folder structure user can save. then, upon choosing right folder information pushed along uploaded file, , mvc controller can handles logic save in appropriate folder.
note, need read/write access on server application pool account preserve file.
Comments
Post a Comment