I would like to upload files to the server / default / data directory using a simple download servlet and have access to them from my application, but I cannot find a way to access it. I tried
getServletContext().getRealPath("data");
but it did not help.
Please help me.
Zoltรกn
source share