Changeset 277 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Oct 16, 2014 10:13:02 AM (11 years ago)
- Location:
- pro-bachkim-filespace/sourcecode
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php
r276 r277 332 332 // $userId = $this->getRequestParameter('userid'); 333 333 $userId =33; 334 // $catId = $this->getRequestParameter('dir'); 335 $catId = 497; 334 $catId = $this->getRequestParameter('dir'); 336 335 if ($this->getRequest()->hasErrors()) return false; 337 336 if (!$this->getRequest()->hasFiles()) return true; -
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r256 r277 361 361 362 362 var uploadStart = function () { 363 363 364 var promptOptions = { 364 365 title: "Tải lên", 365 message: "<form id='upload' method='post' action='http://api.violet.vn/space/spaceupload' enctype='multipart/form-data'><div id='drop'>Kéo thả tá»p và o Äây <a> Chá»n tá»p </a><input type=' file' name='upload_file' multiple /></div><ul></ul></form>",366 message: "<form id='upload' method='post' action='http://api.violet.vn/space/spaceupload' enctype='multipart/form-data'><div id='drop'>Kéo thả tá»p và o Äây <a> Chá»n tá»p </a><input type='hidden' name='die' value='"+self.getTreeCurrentNode()+"'/><input type='file' name='upload_file' multiple /></div><ul></ul></form>", 366 367 buttons: { 367 368 confirm: {
Note: See TracChangeset
for help on using the changeset viewer.