Leaf Input and Submit

This commit is contained in:
2016-12-06 11:53:30 -05:00
parent a3b8b7a881
commit 6fd7e46f5d
74 changed files with 56144 additions and 1291 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
// We use the upload handler integrated into Backload:
// In this example we set an objectContect (id) in the url query (or as form parameter).
// You can use a user id as objectContext give users only access to their own uploads.
var url = "/Backload/FileHandler?objectContext=" + objectContext;
var url = "/umbraco/surface/Backload/FileHandler?objectContext=" + objectContext;
// Initialize the jQuery File Upload widget:
$("#fileupload").fileupload({