I want to know to use files in my ASP.NET MVC App. I need to store the path of the file in the database (SQL Server), but where do I have to save the file (not the path)? Do I have to store them in the IIS? I'm really confused. A good reference will be awesome.
Hope you can help me. Thanks a lot.
答案 0 :(得分:1)
perhaps this can help you:
How to save a file path at database? if not, could you be more clear on what you want? and maby some (pseudo)code might help to clearify what you mean.