Add backload for multiple file upload

This commit is contained in:
2016-01-27 11:06:47 -05:00
parent 2c73fb6883
commit 37a7a24436
261 changed files with 28994 additions and 96 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
using System.Web.Optimization;
using Backload.Bundles;using System.Web.Optimization;
namespace LeafWeb.Web.App_Start
{
@@ -7,6 +7,9 @@ namespace LeafWeb.Web.App_Start
// For more information on Bundling, visit http://go.microsoft.com/fwlink/?LinkId=254725
public static void RegisterBundles(BundleCollection bundles)
{
// Add or remove this line for the bundeling feature
BackloadBundles.RegisterBundles(bundles);
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/scripts/jquery-{version}.js"));