Questions tagged [backload]

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.

19 questions
3
votes
1 answer

Backload 1.9.3.1 file upload handler not working with MVC 5 and ASP.NET Identity

I've been using Backload along JQuery File Upload plugin for over a year now, and it has been working great with my old site using MVC 4 with Simple Membership and backload 1.9.3.0, but when I upgraded my site to MVC 5 and ASP.NET Identity, and…
2
votes
1 answer

Blueimp, backload and file extesion restriction

I'm using Blueimp and Backload to handle file uploads in my asp.net application. I know how to restrict file extensions by doing something like: But I also need to validate the file…
lolol
  • 4,287
  • 3
  • 35
  • 54
1
vote
2 answers

Backload FileHandler not found

I'm trying to use jQuery File Upload with Backload as a handler in an ASP.NET website, but can't get it to work. This is the Default.aspx: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
OzW
  • 848
  • 1
  • 11
  • 24
1
vote
0 answers

Backloader uploader not working online

I'm using Backload Jquery File Upload to upload images. It is working fine in offline. After deployment on server, the image does't get uploaded and it also does't show any error. Please help me out with this problem.
1
vote
1 answer

How to change upload folder programmatically with Backload

I have almost the same question asked there How to change upload folder dynamicly. But I need to change the whole path, not only subpath of "~/Files". How can I do that?
AlbertK
  • 11,841
  • 5
  • 40
  • 36
1
vote
0 answers

Backload -Errorcode-12 : Exception occured while storing the file

I have some issue in uploading file using JQueryFileUpload with Backload. I have added settings in web.config to upload large file like 1 GB file allow. When i try to upload zip file around 150MB it upload successfully but when i try to upload file…
Manjurhusen
  • 136
  • 2
  • 5
1
vote
1 answer

Is it possible to programmatically/dynamically determine the size of thumbnails with BackLoad and JQuery File Uploader

I'm using BackLoad and JQuery File Uploader to allow users to upload images to a website. But the thumbnails need to be different sizes for different areas of the site. For example: When uploading photos into a gallery I want thumbs to be…
1
vote
2 answers

How does jQuery's FileUpload's Backload connect with UploadHandler?

I got jQuery File Upload along with Backload up and running in Visual Studio, straight out of NuGet. The demo works just fine, I can upload files. I'm using the default…
Pieter
  • 1,191
  • 1
  • 11
  • 29
0
votes
1 answer

Backload 1.9.3.1 file upload handler generating 500 error out of the blue - nothing changed on server

We've been using backload in production for about 2 years without any issues. All of a sudden this morning uploads no longer work. There were no server/software/config changes and I cannot see anything wrong. I checked permissions, disk space etc.…
K. Meke
  • 433
  • 2
  • 14
0
votes
1 answer

MVC Backload File Upload failing in production

I've got a .NET 4.5 MVC 5 web application that utilizes Backload 2.0 to help with uploading an Excel file. The controller method works great in my development environment. However, when I moved to my production server, the same method is now…
John Russell
  • 2,177
  • 4
  • 26
  • 47
0
votes
0 answers

Difference between local and production server

I am using NuGet package Backload (in MVC5 project). All works properly in local IIS (Visual Studio 2015). But in production server I have error: /loading.gif Failed to load resource: the server responded with a status of 404 (Not Found) I watched…
0
votes
1 answer

Using Backload to upload image to project file but images do not appear until project is rebuilt

Using MVC 4 I downloaded Blackcity Backload from nuget, I am trying to save the uploaded images to a file that is within my project. Everything works great and it shows that the image uploaded, except for the fact that after you upload a new image,…
0
votes
2 answers

Backload thumbnails generation

I use Backload as backend for plupload. Is there any way to disable automatic thumbnails generation in backload? I didn't find a notice about that.
Sergеу Isupov
  • 504
  • 1
  • 8
  • 20
0
votes
1 answer

.net backload multiple filesroot

I am using Backload (https://github.com/blackcity/Backload) on the back end to store files, it has a few cool features but i was wondering if it is possible to have multiple filesRoot: Inside the application scope for content files, public. …
Valter
  • 2,859
  • 5
  • 30
  • 51
0
votes
1 answer

Getting 404 using Backload

I am using ASP.NET MVC 5.1 and Backload 1.9.3 and I am getting 404 in /Backload/UploadHandler. I have referenced the assembly but seems it is not being loaded.
Jose Capistrano
  • 693
  • 1
  • 8
  • 20
1
2