Changeset 280


Ignore:
Timestamp:
Oct 16, 2014 10:18:20 AM (11 years ago)
Author:
quyenla
Message:

lala

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  
    330330 {
    331331     
    332    // $userId = $this->getRequestParameter('userid');
    333      $userId =33;
     332    $userId = $this->getRequestParameter('userid');
     333   
    334334     $catId = $this->getRequestParameter('dir');
    335335     
  • pro-bachkim-filespace/sourcecode/assets/js/manager.js

    r278 r280  
    364364                                var promptOptions = {
    365365                                                  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>",
    367367                                                  buttons: {
    368368                                                    confirm: {
Note: See TracChangeset for help on using the changeset viewer.