Hi All,
My system file upload functionality.. iam storing file content in DataBase by using Blob data type.
But my problem is MultipartReques t is automaticlly store the file in tomcat/bin directory..
Iam using following code;
MultipartReques t multi = new MultipartReques t(request, ".",100 * 1024 * 1024);
it's storing the file in "Default directory".i don't want that one,because iam storing file in data base itself.
Can you please tell me how to solve this problem.
Regards,
Akaley
My system file upload functionality.. iam storing file content in DataBase by using Blob data type.
But my problem is MultipartReques t is automaticlly store the file in tomcat/bin directory..
Iam using following code;
MultipartReques t multi = new MultipartReques t(request, ".",100 * 1024 * 1024);
it's storing the file in "Default directory".i don't want that one,because iam storing file in data base itself.
Can you please tell me how to solve this problem.
Regards,
Akaley
Comment