Changeset 259
- Timestamp:
- Oct 16, 2014 9:45:59 AM (11 years ago)
- 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 348 348 $tempFile = violetUtil::getTempPath().$userId.'_'.$fileName; 349 349 $this->getRequest()->moveFile($file, $tempFile); 350 $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId); 351 /* 350 352 if ($this->getRequestParameter('unpack') == 'true') { 351 353 $tempPath = violetUtil::getTempPath($userId.'_'.date("YmdHis"), true); … … 356 358 $this->CreateSpaceFile($tempFile, $fileName, $fileSize, $catId, $userId); 357 359 } 360 * 361 */ 358 362 echo '{"status":"success"}'; 359 363 return sfView::NONE;
Note: See TracChangeset
for help on using the changeset viewer.