I need to get relative path from my project to upload photos, however when I run System.getProperty("user.dir"); in my test, it returns /home/user/workspace/Myproject,
but if I run it from my spring controller, it just returns /home/user.
Can anyone provide a insight that probably is happening?