The Multi Image Upload works nicely as an alternative to FUpload.
I´m currently facing the problem that only the first Image out of the batch will go through the FileUploadPath process so that my Images automaticaly get renamed and stored in the right path.
Is it just my version or is there some sort of fix?
Comments
Comment #1
mardok commentedsubscribe
Comment #2
Taxoman commentedSee also: #1432968: Only one image is saved to first field
Comment #3
Elanadi commentedI'm having the same problem. I'm renaming my image files using FileField paths, but only the first image uploaded using the multiple image upload widget gets renamed and moved to the specified path; the others are uploaded to the default public file.
Comment #4
Elanadi commentedaha... the issue is with FileField Path, not with Multiupload. A patch is available, read here: http://drupal.org/node/1512466 You just have to comment out one of the breaks near the end of the code. I did it, and retroactively applied it to the content I had already applied, and it fixed the problem. : )
Comment #5
czigor commentedSeems to be working now. (Maybe because #1512466: Multivalue field : only the first field is correctly treated has got fixed since.)