Hello Everybody!!
I am creating a fileManager System ussing Struts 2. In it user can upload, view his files and also download files.
My problem here is, I want to allow user to create Folders of his own on the system dynamically. and allow him to store files in them.
I have searched net for creating folders in struts 2 dynamically but got nothing.
(just one that stores the files according file type, but here folders are already pre defined)