We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e0bdf commit 18317eeCopy full SHA for 18317ee
FileUploaderRESTService/src/main/java/net/javatutorial/tutorials/services/FileUploadService.java
@@ -28,7 +28,7 @@
28
public class FileUploadService {
29
30
/** The path to the folder where we want to store the uploaded files */
31
- private static final String UPLOAD_FOLDER = "c:/uploadedFiles/";
+ private static final String UPLOAD_FOLDER = "/home/ingimar/repos/icingink-github/Tutorials/fileupload-folder/";
32
33
public FileUploadService() {}
34
0 commit comments