Piyush
Lanaya
Yup I did the XML part. Sorry that I didnt replied to that post since I was stuck on this issue.
And again, my bad, for not explaining the complete scenario. So here it is:
Our group is making a complaint mgmt system based on jsp/jquery and oracle db. We have already done the login / session part. My task was to allow files to get uploaded to the server, which later can be viewed/delete by the admin. So we were discussing that what we can do is, when a remote user clicks on "upload" button to upload a file, a folder should be created on our machine with his name and the file should go there.
This way we can maintain a clean record of all the files from various users. And just to mention, all users have different names, that we have checked since we already have the complete db of the users name and related info.
----------------------------------------------------------------
I searched a bit . There's a method mkdir() in java which can create a folder. Can this help me?
And again, my bad, for not explaining the complete scenario. So here it is:
Our group is making a complaint mgmt system based on jsp/jquery and oracle db. We have already done the login / session part. My task was to allow files to get uploaded to the server, which later can be viewed/delete by the admin. So we were discussing that what we can do is, when a remote user clicks on "upload" button to upload a file, a folder should be created on our machine with his name and the file should go there.
This way we can maintain a clean record of all the files from various users. And just to mention, all users have different names, that we have checked since we already have the complete db of the users name and related info.
----------------------------------------------------------------
I searched a bit . There's a method mkdir() in java which can create a folder. Can this help me?