MvcFileUploader icon indicating copy to clipboard operation
MvcFileUploader copied to clipboard

A nuget package for easy blueimp JQuery file upload plugin integration into an ASP.NET Mvc application

Results 10 MvcFileUploader issues
Sort by recently updated
recently updated
newest added

How do I go about closing the modal popup after a successful upload

First of all thanks for the effort, great library! I've been working on a project which implemented MvcFileUploader, goal is to integrate the projects functionality into another, larger project that...

Is there a sample for use with a partial view? I can't seem to get it to work round trip. Maybe I am just MVC dense but the upload view...

Hi, I want to load saved file when for example we want to view an entity for who we have saved some files. could you please explain me the best...

Please let me know how to customize the storefiles to database.

Hello, I have integrated MvcFileUploader in my application. And I am using it to upload images. Sometimes I get a json error with no error description, size error & empty...

the ViewDataUploadFileResult returned from the FileSaver.StoreFile method (in particular line 63 of the StoreFile.cs file) has an incorrect FullPath property - a forward slash separates the directory from the filename...

We are using the MVCUploader in one of our projects. The project includes files and form data. Our problem is the form data fields can vary from upload to upload....

I installed MvcFileUploader throght Nuget, I can't make work the demo page with jQueryUI. I get this when I click on show jquery ui button: ![captura](https://cloud.githubusercontent.com/assets/1771574/3730933/d0a80eb0-16df-11e4-873c-c53f58bf0164.PNG) There is an error...