Update libraries

This commit is contained in:
2016-05-11 12:12:14 -04:00
parent b0c586fab4
commit dc573ff0bf
392 changed files with 14045 additions and 60573 deletions
@@ -15,6 +15,7 @@ namespace Backload.Controllers
/// </summary>
public partial class BackloadController : Controller
{
/// <summary>
/// The Backload file handler.
/// To access it in an Javascript ajax request use: <code>var url = "/{Application}/Backload/FileHandler/";</code>.
@@ -24,6 +25,7 @@ namespace Backload.Controllers
{
try
{
// Create and initialize the handler
IFileHandler handler = Backload.FileHandler.Create();
handler.Init(HttpContext.Request);
@@ -35,6 +37,7 @@ namespace Backload.Controllers
// Helper to create an ActionResult object from the IBackloadResult instance
return ResultCreator.Create(result);
}
catch
{