Changeset 257 for pro-bachkim-filespace
- Timestamp:
- Oct 16, 2014 9:44:04 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
r253 r257 329 329 public function executeSpaceupload() 330 330 { 331 $file = reset($this->getRequest()->getFileNames()); 332 print_r ($file);die(); 331 333 $userId = $this->getRequestParameter('userid'); 332 334 $userId =1; … … 337 339 338 340 $file = reset($this->getRequest()->getFileNames()); 341 print_r ($file);die(); 339 342 $fileName = $this->getRequest()->getFileName($file); 340 343 $fileType = $this->getRequest()->getFileType($file);
Note: See TracChangeset
for help on using the changeset viewer.