FLUID-2853: Uploader renames files

Metadata

Source
FLUID-2853
Type
Bug
Priority
Minor
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Anastasia Cheetham
Created
2009-05-29T15:34:33.000-0400
Updated
2009-11-09T09:22:42.000-0500
Versions
  1. 1.1
  2. 1.1.1
Fixed Versions
N/A
Component
  1. Uploader

Description

If you add a file to the file queue that doesn't have an extension that matches its file type, the Uploader adds an appropriate extension.

I'm not sure if this is a bug, and I'm sure some people wouldn't have a problem with it, but my first reaction was an indignant "Who are you to be renaming my files??" Is it appropriate for the Uploader to be doing this?

Comments

  • Justin Obara commented 2009-11-06T14:41:26.000-0500

    was not able to reproduce this issue.

  • Anastasia Cheetham commented 2009-11-06T14:51:52.000-0500

    Steps to reproduce:

    1) On your hard-drive, find a JPEG image to test with.
    2) Rename the file so that it has no file extension at all.
    3) Add it to the Uploader queue

    Note that the filename in the queue now includes a ".jpg" extension.

  • Colin Clark commented 2009-11-07T13:04:41.000-0500

    Hi Anastasia,

    I also can't reproduce this issue. Are you sure you're correctly removing the file extension from the file? In Mac OS X, if you edit the file name directly in the Finder and remove the file extension, it doesn't actually remove it. It just enables Finder's "Hide extension" option for the file.

    To fully remove a file extension on the Mac, choose Get Info, remove it the name, and you'll get a confirmation dialog asking if you really want to remove the file extension. When I do this, Uploader reflects the correct file name, sans extension.

    Can you double-check this and close the issue if you can't reproduce as well? After that, if you're still feeling indignant, maybe send a note to Steve Jobs? 😛

  • Anastasia Cheetham commented 2009-11-09T09:22:42.000-0500

    I had no idea that the Finder doesn't actually do what I tell it to do. I hate it when that happens...