Pro & Cons of storing files(pictures) in a SQL Server for a website
I’m creating an Asp.Net MVC website.
I’m creating an Asp.Net MVC website.
I am trying to catch a file sent with form and perform some operations on it before it will be saved. So I need to create a copy of this file in temp directory, but I don’t know how to reach it. Shutil’s functions fail to copy this file, since there is no path to it. So is there a way to do this operation in some other way ?