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

    r260 r261  
    347347
    348348    $tempFile = violetUtil::getTempPath().$userId.'_'.$fileName;
    349     echo $tempFile;die();
     349   
    350350    $this->getRequest()->moveFile($file, $tempFile);
    351      $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId);
     351   echo $tempFile;die();
     352    $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId);
    352353    /*
    353354    if ($this->getRequestParameter('unpack') == 'true') {
Note: See TracChangeset for help on using the changeset viewer.