Changeset 285
- Timestamp:
- 2007-05-04 22:48:02 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/upload/php/upload.php (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/upload/php/upload.php
r284 r285 89 89 $sServerDir .= strtolower($sType) . '/' ; 90 90 91 //check for the directory before uploading the file 92 if(!is_dir($sServerDir)) 93 { 94 mkdir($sServerDir); 95 } 96 91 97 while ( true ) 92 98 { -
FCKeditor/trunk/_whatsnew.html
r284 r285 72 72 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/274">#274</a>] The PHP quick upload 73 73 still tried to use the Upercase types instead of lowercase.</li> 74 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/416">#416</a>] The PHP quick upload 75 didn't check for the existence of the folder before saving.</li> 74 76 </ul> 75 77 <h3>