Changeset 258 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 16, 2014 9:44:52 AM (11 years ago)
Author:
quyenla
Message:

lala

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-bachkim-filespace/sourcecode/api.violet.vn/www/apps/platform/modules/space/actions/actions.class.php

    r257 r258  
    329329 public function executeSpaceupload()
    330330 {
    331      $file = reset($this->getRequest()->getFileNames());
    332     print_r ($file);die();
    333      $userId = $this->getRequestParameter('userid');
     331     
     332   //  $userId = $this->getRequestParameter('userid');
    334333     $userId =1;
    335      $catId = $this->getRequestParameter('dir');
     334   //  $catId = $this->getRequestParameter('dir');
    336335     $catId = 498;
    337336    if ($this->getRequest()->hasErrors()) return false;
     
    339338
    340339    $file = reset($this->getRequest()->getFileNames());
    341     print_r ($file);die();
     340
    342341    $fileName = $this->getRequest()->getFileName($file);
    343342    $fileType = $this->getRequest()->getFileType($file);
Note: See TracChangeset for help on using the changeset viewer.