Changeset 278 for pro-bachkim-filespace
- Timestamp:
- Oct 16, 2014 10:14:57 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
r277 r278 333 333 $userId =33; 334 334 $catId = $this->getRequestParameter('dir'); 335 echo $catId;die(); 335 336 if ($this->getRequest()->hasErrors()) return false; 336 337 if (!$this->getRequest()->hasFiles()) return true; -
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r277 r278 364 364 var promptOptions = { 365 365 title: "Tải lên", 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='di e' value='"+self.getTreeCurrentNode()+"'/><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='dir' value='"+self.getTreeCurrentNode()+"'/><input type='file' name='upload_file' multiple /></div><ul></ul></form>", 367 367 buttons: { 368 368 confirm: {
Note: See TracChangeset
for help on using the changeset viewer.