in asp.net-mvc, is there a good library or pattern to follow when saving users content (images, files, etc)

前端 未结 4 1815
眼角桃花
眼角桃花 2020-12-08 23:29

i have an admin section of my website where \"authors\" can upload files like pictures for photo galleries, etc to include in dynamic content sections of my website later.

4条回答
  •  攒了一身酷
    2020-12-09 00:21

    I think you'll end up with "just write this all from scratch".

    For me I've "Files" folder and then i make subfolders for each user and if there are a lot of types i create in this UserFolder sub folders for each type of data.

    In my DB i just store the "Paths" to get these files.

提交回复
热议问题