Changeset 257 for pro-bachkim-filespace


Ignore:
Timestamp:
Oct 16, 2014 9:44:04 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

    r253 r257  
    329329 public function executeSpaceupload()
    330330 {
     331     $file = reset($this->getRequest()->getFileNames());
     332    print_r ($file);die();
    331333     $userId = $this->getRequestParameter('userid');
    332334     $userId =1;
     
    337339
    338340    $file = reset($this->getRequest()->getFileNames());
     341    print_r ($file);die();
    339342    $fileName = $this->getRequest()->getFileName($file);
    340343    $fileType = $this->getRequest()->getFileType($file);
Note: See TracChangeset for help on using the changeset viewer.