Hi. I ' m working with file uploads. In php i could manage upload to relative path with " (../upload)".
In spring i m using
" String absoluteFilePath = "/home/user/workspace-sts/Test/src/main/webapp/upload"; ".
how i can manage this? When project is deployed upload will not work cause of path issue.
I need help.


Reply With Quote
