Hi,
I have to create a JSP page wherein files are to be uploaded to a specific location. This location is unique for each user and is thus stored in the database.
Thus it consists of 2 steps
1. Reading the location from the database.
2. Uploading the file to this location.
Can anyone help me with the coding???
Thanks in advance.