I've got a content type that allows five different files to be attached. For all five of these filefields I have set the path to

[field_surgeon-title]/[field_date-date]

That is exactly the path I have set for all five files. The files are all saved to that directory, and I can confirm that by looking at the directory directly via FTP.

The problem is in the paths written to the content to reach those files. In some BUT NOT ALL cases, the system is creating a [field_surgeon-title] directory that is capitalized, but writing a path that is not. So for example, I might have a file saved with a path of

sites/default/files/smith/20110101/file1.jpg

But the file is actually found at

sites/default/files/Smith/20110101/file1.jpg

Obviously we can't pull up the file by clicking through, but if we go to the address bar and capitalize the Smith name, obviously it comes up.

What's going on?

Comments

Deciphered’s picture

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

No longer supporting Drupal 6 issues for this module.