Getting Uploadify Working in C#
This seemed like it should be easy, but I have had trouble getting it to work. I don’t know why it doesn’t. It is just showing the normal file input.
This seemed like it should be easy, but I have had trouble getting it to work. I don’t know why it doesn’t. It is just showing the normal file input.
I have a file upload in my site which is done using uploadify it uses a ashx page to upload file to database.It works fine in IE but in Mozilla the context.Session is getting null.I have also used IReadOnlySessionState to read session.
I am trying to upload video files larger than 2GB on an ASP.NET MVC 3 project however the maximum file upload size for ASP.NET 4.0 seems to be at 2GB. Is there a way to exceed this limitation in ASP.NET/IIS? or what would another approach be to get around this?