When uploading files to a server and calling a controller method does a HttpPostedFileBase
contain the entire file or just information such as name, path, etc?
What I want to know is if the file is uploaded to the server right away or not until calling SaveAs(path)
?