@@ -99,7 +100,7 @@
if (e && !(e instanceof jQuery))
opt.files = e;
- opt.url = ENV('upload');
+ opt.url = ENV('upload2').format(meta.id);
opt.multiple = true;
opt.width = meta.width;
opt.height = meta.height;
diff --git a/views/admin.html b/views/admin.html
index 22add88..cc83c79 100644
--- a/views/admin.html
+++ b/views/admin.html
@@ -654,4 +654,4 @@