In java web application, where should i store users photos?
- by stunaz
Hello,
this questions may be stupid, but i dont really see how to resolve it :
lest say that in my application, i have a user. This user edit his profile, and need to edit his avatar.
Where should i store the avatar file?
first of all i was saving all the files in src\main\webapp\resources , but each time i redeploy that folder empties.
so i dedide to place in an other location : c:\wwwdir\resources, but i can't link local resources from remote pages, so i was not able to display any avatar .
any idea? advise? link?