httppostedfile Questions

1

Solved

I have an <asp:FileUpload> control with the property AllowMultiple set to true: <asp:fileupload id="FileUpload" runat="server" allowmultiple="true" cssclass="fileUpload btn btn-sm btn-def...
Subshrub asked 20/5, 2017 at 17:29

2

Solved

I am using MVC .NET in a distributed environment with CSLA and I can reference HttpPostedFileBase from one of my web layers (eg Website.MVC), but I cannot reference HttpPostedFileBase from a separa...
Xenocryst asked 15/12, 2009 at 23:15

3

Solved

I am trying to upload multiple files on an aspx page using one FileUpload control. I've set the control to allow for multiple files: <asp:FileUpload ID="fuAttach" Multiple="Multiple" runat="ser...

2

Solved

I have a asp.net FileUpload control. I can successfully upload file to store in session, but when I am tring to get its inputstream (I'm store file in HttpPosterFile) I'm getting error Cannot ...
Larrikin asked 9/12, 2013 at 10:15

4

Solved

When I upload a file to a site using the ASP:File control the FileName property is different in IE and Firefox. In Firefox, it just provides the name of the file, but IE provides the full path to t...
Cussedness asked 19/12, 2008 at 22:48

1

Solved

I have an HttpPostedFile object and just need to extract the content of the posted file. I found this link but that's a very long process to just obtain a string with the content. Is there any sh...
Allstar asked 27/4, 2012 at 3:44

2

Solved

Ok, I've been going at this for several hours and I simply cannot find the solution. I want to get some data from my user. So first, I use a controller to create a view which receives a Model: pu...
1

© 2022 - 2024 — McMap. All rights reserved.