Javatpoint Logo

Image upload and store into database using jsp servlet(Multipart)

By: manojr*** On: Tue Nov 03 13:02:49 IST 2015     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
I have been getting problem into getting path of folder.
Code is

File(config.getServletContext().getRealPath("/")+"home/"+itemName);
can tell me what is problem in it?
Up0Down