I had an issue with uploading files and images as well. For me it turned out the problem had to do with the binding redirect of System.Net.Http. In the Web.config it says something like this
Great to hear it. Note however that if you change this and run into compiler errors it's probably because your project is still targeted against .NET 4.0
Change this to .NET 4.5 (or 4.5.1 if you have it installed) and the compiler errors go away too.
Multiple File Upload not Working
I am trying to upload a large number of files to V7.
I can select the files and when I click open they flash onto the screen for a second and then disappear.
Does anyone have a solution to this issue?
Thanks
TT
The about issue was found when running the site from Visual Studio 2013. If I frun the site from WebMatrix I do not see the issue
I had an issue with uploading files and images as well. For me it turned out the problem had to do with the binding redirect of System.Net.Http. In the Web.config it says something like this
For me the upload was fixed when I changed it to
(notice the version changed to 4.0.0.0)
Not sure if it's the same issue for you though.
Hi Robert
Thanks for this, and it has solved the issue I was seeing.
Many thanks.
TT
Great to hear it. Note however that if you change this and run into compiler errors it's probably because your project is still targeted against .NET 4.0
Change this to .NET 4.5 (or 4.5.1 if you have it installed) and the compiler errors go away too.
Is there a version of this component for the 6.2.1 version?
is working on a reply...