I am using using IE7 + flash to upload images into a Filefield for use with node gallery.
The filefield is set to save in the token path
galleries/[parent-node-gallery-title-raw]
Instead of saving to
galleries/<title here>,
the token in the path fail to be replaced correctly, and the files are saved to the literal destination of
"galleries/[parent-node-gallery-title-raw]"
This does not happen on FF3. I have been unable to test this issue on other browsers (although the older version of Chrome that I am using crashes and burns)
I have done some coding, but I'm not sure where to even start looking for problems.
Thanks for the help.
Comments
Comment #1
justintime commentedThis is likely an issue for Node Gallery and not plupload. To find out for sure, can you test a "core" token such as node title and see if that works? If that works, then this is a Node Gallery issue. If that doesn't work, it's a plupload issue.