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

mardok’s picture

subscribe

Taxoman’s picture

Priority: Normal » Major
Elanadi’s picture

I'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.

Elanadi’s picture

aha... 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. : )

czigor’s picture

Issue summary: View changes
Status: Active » Closed (cannot reproduce)

Seems to be working now. (Maybe because #1512466: Multivalue field : only the first field is correctly treated has got fixed since.)