Add backload for multiple file upload
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user