hi all
i m using COS to upload files to the server, but i hv a query :
>> how can i upload file to a specified users folder, not able to do it in the following way
String folder = req.getParameter("user");
String file="e:\\projects\\dir-job\\photo\\"+ user +"\\";
MultipartRequest multi=new MultipartRequest(req,file,5* 1024 * 1024);
is there any other way to accomplish this
tia
malhar