Save the (String) path to the file located on local HDD

30 views Asked by At

How to save the (String) path to the file or folder located on local HDD using Java/SpringBoot/Thymeleaf? Is it possible at all? I use MultiPartFile to upload selected file, but I can't access the original file path in the controller. I tried JFileChooser also, but it doesn't work when I deploy my app on AWS..

0

There are 0 answers