MVC3: Best approach on where to store small images on webserver which can
be uploaded and deleted by user.?
I have implemented upload/delete Logo functionality in my MVC3/C# WebApp.
Where would be the correct folder to store these? I am currently using
"Uploads/Logos" off root. Now of course the folder permissions prevent me
from deleting files which got me thinking as to whether this is the
correct place. Perhaps it should be in the "Content" or "App_Data" folder
??
Thoughts appreciated?
Thanks.
No comments:
Post a Comment