Thursday 11 January 2018

java - Upload image in spring mvc permanently in other location

i want to upload image in spring mvc in file system. i can
do it but when redeploy the project all image remove from directory. now my question is
how upload image permanently?i want this in real application.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...