Changeset 259


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

    r258 r259  
    348348    $tempFile = violetUtil::getTempPath().$userId.'_'.$fileName;
    349349    $this->getRequest()->moveFile($file, $tempFile);
     350     $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId);
     351    /*
    350352    if ($this->getRequestParameter('unpack') == 'true') {
    351353      $tempPath = violetUtil::getTempPath($userId.'_'.date("YmdHis"), true);
     
    356358      $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId);
    357359    }
     360       *
     361       */
    358362    echo '{"status":"success"}';
    359363    return sfView::NONE;
Note: See TracChangeset for help on using the changeset viewer.