Changeset 280
- Timestamp:
- Oct 16, 2014 10:18:20 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
r279 r280 330 330 { 331 331 332 //$userId = $this->getRequestParameter('userid');333 $userId =33;332 $userId = $this->getRequestParameter('userid'); 333 334 334 $catId = $this->getRequestParameter('dir'); 335 335 -
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r278 r280 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='dir' 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/upload' 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='hidden' name='userid' value='33'/><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.