I am still learning Drupal, so this may very well be due to user-error here ... :)

Situation: custom content type with a Imagefield added to it. When uploading multiple images (in this case, two images), the destination filenames seem to get munged a bit. I uploaded "studio1.gif" and "studio2.gif". The filenames saved were studio_1.gif and studio_1_0.gif. The content itself is fine, but that second filename gets hosed. Again, I could be missing something. My settings below:

Imagepath settings for this content type:

Field name: field_images
Field Type: File
Widget Type: Image

File-Path: faq-images
File Path Replacement: [field_images-filefield-filename]
Cleanup using Pathauto: No
Covert to lower case: No
Transliterate: No

Running:
Drupal 6.13
CCK 6.x.2-4
ImageField 6.x.31
Image Resize Filter 6.x-1.4

Any ideas?

Comments

quicksketch’s picture

Project: ImageField » File (Field) Paths
Version: 6.x-3.1 » 6.x-1.x-dev

This is caused by FileField Paths afaik.

incursio’s picture

Bingo! I disabled the FileField Paths module, and updated my content type to use just the normal tokens, and it worked just fine. Thanks a bunch!

Deciphered’s picture

incursio,

What version of FileField Paths are you using? Because I can't reproduce this issue, and if I recall correctly, the issue has been fixed for quite some time.

Cheers,
Deciphered.

Deciphered’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

No longer supporting Drupal 6 issues for this module.