Changeset 349
- Timestamp:
- 2007-06-02 14:56:28 (20 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/upload/cfm/upload.cfm (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/upload/cfm/upload.cfm
r132 r349 89 89 <cfset currentFolderPath = userFilesServerPath & url.type & fs> 90 90 91 <cfif not directoryExists(currentFolderPath)> 92 <cfdirectory action="create" directory="#currentFolderPath#"/> 93 </cfif> 94 91 95 <!--- TODO: upload to a temp directory and move file if extension is allowed ---> 92 96 -
FCKeditor/trunk/_whatsnew.html
r348 r349 139 139 Patch-1726781</a>] Updated the upload class for asp to handle large files and other data 140 140 in the forms. Thanks to NetRube.</li> 141 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/225">#225</a>] With ColdFusion, 142 the target directory is now being automatically created if needed when "quick uploading". 143 Thanks to sirmeili.</li> 141 144 </ul> 142 145 <h3>