Opened 17 years ago

Closed 17 years ago

#274 closed Bug (fixed)

Upload inconsitancy in naming

Reported by: Willem Owned by: Alfonso Martínez de Lizarrondo
Priority: Normal Milestone:
Component: File Browser Version: FCKeditor 2.4
Keywords: Cc:

Description

With the change from 2.3 to 2.4 the upload directories was changed to lowercase to conform better to Unix. I have removed my old uploads and when I run FCK via the file browser, the uploads go to the right place. If I however use the upload tab in the Link dialog, the images are saved to the "root" upload dir. I switch the 'UseFileType' to true in config file of the upload connector, but the image does not get uploaded. The URL that is returned however has Images instead of images.

Where can I change the path of this correctly? I just need to add a tolowercase ..

Change History (6)

comment:1 Changed 17 years ago by Willem

For PHP... change line 119 in ../editor/filemanager/upload/php/upload.php to $sFileUrl = $ConfigUserFilesPath? . strtolower( $sType ) . '/' . $sFileName ;

Still not uploading the file, but now the case is correct.. ;)

comment:2 Changed 17 years ago by Willem

$sFileUrl = $Config["UserFilesPath"] .  strtolower( $sType ) . '/' . $sFileName ;

comment:3 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: upload removed
Milestone: FCKeditor 2.4.3

comment:4 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Owner: set to Alfonso Martínez de Lizarrondo
Status: newassigned

#317 has been marked as dup.

comment:5 Changed 17 years ago by Alfonso Martínez de Lizarrondo

#429 has been marked as dup

comment:6 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: assignedclosed

Fixed in [284]

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy