Ticket #1084 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

uploading a image to a object that allready contains image with the same name, fails without any warning

Reported by: netblade Assigned to: rambo
Priority: major Milestone: 8.09.6 Ragnaroek
Component: MidCOM component Version: 8.09 Ragnaroek
Keywords: fileupload Cc:

Description

If a upload a image named 'my_image.jpg' to article from the imagepopup and I try to upload the same image to for example to image-field, upload fails and no error is given to user.

Change History

04/22/09 10:39:04 changed by flack

  • keywords set to fileupload.

04/22/09 10:41:45 changed by flack

I've had the same problem recently. In the debug log, you should find something like "Name exists" (see r21927), but of course there should be some visible feedback to the user (ideally prompting the user to choose a different name for his new upload)

04/29/09 15:43:35 changed by bergie

  • milestone changed from 8.09.5 Ragnaroek to 8.09.6 Ragnaroek.

05/26/09 16:13:41 changed by rambo

(In [22286]) - Avoid double file extensions - Automagically (try) to make sure file names are unique, refs #1084 - Do not delete all attachments if it looks like _set_image was called by the type_images child type, refs #957

Added some todos about telling the user why something was not done.

06/30/09 16:10:25 changed by rambo

  • status changed from new to closed.
  • resolution set to fixed.

r22286 should have fixed this.