Top "Httppostedfile" questions

C# - I cannot reference HttpPostedFileBase

I am using MVC .NET in a distributed environment with CSLA and I can reference HttpPostedFileBase from one of my …

c# model-view-controller file upload httppostedfile
Getting "Cannot access a closed file" errormessage when getting file from session

I have a asp.net FileUpload control. I can successfully upload file to store in session, but when I am …

c# asp.net file-upload httppostedfile
What is the shortest way to get the string content of a HttpPostedFile in C#

I have an HttpPostedFile object and just need to extract the content of the posted file. I found this link …

c# string httppostedfile
FileUpload Contol not showing posted files

I am trying to upload multiple files on an aspx page using one FileUpload control. I've set the control to …

c# asp.net file-upload .net-framework-version httppostedfile
Getting the original files create date upon upload

We have a process in place that uploads files to our website. It has become important to the users to …

.net file-upload httppostedfile datecreated
asp.net and input type=file multiple read data from code behind

I have an <input type="file" id="files" name="files[]" multiple runat="server" /> I don't use asp:FileUpload …

c# asp.net file-upload multiple-file-upload httppostedfile
Invalid Cast Exception in HttpFileCollection

I have an extension method below, but when I run this, the foreach gives me InvalidCastException and it says * Unable …

c# asp.net httppostedfile httpfilecollection