Update libraries
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user