I have been playing with Image FUpload and I am trying to fugure out this one: what is the most typical usage of this module when you have a single image per CCK node?

I mean at some point the users will click on a "node/add" link, they will use the FUpload interface to upload many images, and then what? Currently they will see the same "node/add" page, which does not make much sense, as at this point they must be done with adding images. The most sensible thing to do is to go back to the page, which originated the request. However such option is not available in the configuration. There is an option to use a redirect url after the upload but it seemt to me to take only static values. Can I use this setting to tell FUpload: "go back to the page, which started you"?

Comments

grandcat’s picture

No, you can't at the moment. But this is a good point.

kirilius’s picture

Thanks!

osopolar’s picture

I use image_fupload together with views_gallery. First I create a gallery and later I add the images. When finishing I want to go to the gallery where the image belongs to. This could be done with the use of tokens.

see also: #527618: custom redirection after multiple node creation using tokens