Javatpoint Logo

How to get Absulute path of any pick file in jsp

By: deepan*** On: Sat Jul 16 16:30:58 IST 2016     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
We have to jsp page.
frist one is <input type="file" name="path">
we can submit.
How to find the picker file path to another jsp page.
String path=request.getParameter("path");
String mainpath=getAbsulutePath(); it can not give the absulute path.
You can give me right code of actual path are stored??
Up0Down