Backload is a professional, full featured file upload controller and handler (server side) for ASP.NET MVC 4, MVC 5, Web API and standard ASP.NET Web Forms. While Backload out of the box handles the client side jQuery File Upload Plugin from blueimp, PlUpload from Moxiecode and Fine Uploader from Widen Enterprises, it can be easily customized to work with any client side plugin - or standalone.
Questions tagged [backload]
19 questions
0
votes
1 answer
Exception while uploading large file using backload file uploader
I am using backload file uploader to upload files, its working fine with files with around 200-300 mb but for larger files 700-1000 mb, its failing and not even throwing proper (its going into handler_StoreFileRequestException but passing parameter…

Dr. Rajesh Rolen
- 14,029
- 41
- 106
- 178
0
votes
1 answer
Bluimp Backload folder reference issue with virtual directories
I am working on a solution which has two projects in it. One is a virtual app which works in another. The first application is the panel and the second is the website. First application can be accessed with "localhost:10001/panel" and the second…

ilter
- 4,030
- 3
- 34
- 51
0
votes
1 answer
Backload Example#4 doesn't work in VS2010 MVC4
Backload Example #4 code not working.
public class FileUploadDerivedController : BackloadController
{
// Since version 1.9 you can call the asynchronous handler method
public async Task FileHandler()
{
…

Xay Xayay
- 3
- 3
-1
votes
1 answer
Why BlackCity/Backload automatially rotate the uploaded image?
I'm using backload ( https://github.com/blackcity/Backload ) for image upload. It works fine. Here are the 2 lines in the Wev.backload.config

urlreader
- 6,319
- 7
- 57
- 91