Changeset 349

Show
Ignore:
Timestamp:
2007-06-02 14:56:28 (20 months ago)
Author:
fredck
Message:

Fixed #225 : With ColdFusion, the target directory is now being automatically created if needed when "quick uploading". Thanks to sirmeili.

Location:
FCKeditor/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/upload/cfm/upload.cfm

    r132 r349  
    8989                <cfset currentFolderPath = userFilesServerPath & url.type & fs> 
    9090 
     91                <cfif not directoryExists(currentFolderPath)> 
     92                        <cfdirectory action="create" directory="#currentFolderPath#"/> 
     93                </cfif> 
     94 
    9195                <!--- TODO: upload to a temp directory and move file if extension is allowed ---> 
    9296 
  • FCKeditor/trunk/_whatsnew.html

    r348 r349  
    139139                        Patch-1726781</a>] Updated the upload class for asp to handle large files and other data  
    140140                        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> 
    141144        </ul> 
    142145        <h3>