Ticket #274 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Upload inconsitancy in naming

Reported by: Adesso Owned by: alfonsoml
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

Changed 2 years ago by Adesso

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.. ;)

Changed 2 years ago by Adesso

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

Changed 2 years ago by fredck

  • keywords upload removed
  • milestone FCKeditor 2.4.3 deleted

Changed 2 years ago by alfonsoml

  • owner set to alfonsoml
  • status changed from new to assigned

#317 has been marked as dup.

Changed 2 years ago by alfonsoml

#429 has been marked as dup

Changed 2 years ago by alfonsoml

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in [284]

Note: See TracTickets for help on using tickets.