Changeset 261 for pro-bachkim-filespace
- Timestamp:
- Oct 16, 2014 9:47:14 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
r260 r261 347 347 348 348 $tempFile = violetUtil::getTempPath().$userId.'_'.$fileName; 349 echo $tempFile;die();349 350 350 $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); 352 353 /* 353 354 if ($this->getRequestParameter('unpack') == 'true') {
Note: See TracChangeset
for help on using the changeset viewer.