Closed (fixed)
Project:
ImageField Zip/HTML5 Bulk Upload
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2010 at 13:54 UTC
Updated:
11 Oct 2011 at 01:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
agrelos commentedAnd works for me too!
Thanks!
Comment #2
mikeytown2 commentedComment #3
mikeytown2 commentedcommitted
Comment #5
grayb commentedI'm having this same issue now, just as described above. Uploading the images via the regular Imagefield upload form places the images in the specified path for that field. Uploading a zip file via the Imagefield_zip form results in the node being correct, but all the image files get dumped into sites/default/files
Comment #6
grayb commentedSorry, forgot to change status
Comment #7
grayb commentedJust wanted to say that I switched to the 1.x-dev version and I'm still seeing the same thing.
Comment #8
jnettikI still have the problem with the filepath not working. I checked $dest and it looks right to me. The module is not using my specified file path.
Edit: With more playing around I've discovered it does work, however if the folder is not created first on the server, then it does not create the needed folder to place the images into.
Comment #9
mikeytown2 commentedShouldn't filefield take care of folder creation?
Comment #10
mikeytown2 commentedIssue arises if your not using php 5 from what I can tell. This patch has been committed.