How can I upload multiple files at one time using upload module.thanks.

Comments

Mark Theunissen’s picture

Status: Active » Closed (won't fix)

There's no way that I know of using Upload module or ImageField module. I suggest search the forums or posting feature requests in those project's issue queues.

Otherwise look into http://drupal.org/project/webfm

design.er’s picture

Status: Closed (won't fix) » Active

Hi,

how about to integrate the imagefupload module?
The upload and publication itself worked properly for me. The only problem was that the pictures were not uploaded into the directory I've chosen in CCK's imagefield settings but straight into the "files" folder. Only the first picture was uploaded into the correct directory.

If I'm right the problem is that all the saved pictures aren't nodes -> that's the reason why we can't use massupload modules properly?
Because the image module works properly with this massupload module but every picture is saved as a standalone node.

Regards,
Stefan

PS: I set this thread to 'active' to get more attention and replies. Please feel free to set it to the right status again if you think that we are really in a dead-end street.

Mark Theunissen’s picture

Status: Active » Closed (won't fix)

Hi Stefan, it's not a dead end street but it's also not an issue for Galleria. ;)

The first issue you mentioned with the module not saving the pictures in the right directory is probably an issue for imagefupload module.

Galleria doesn't care how it's nodes are created. I.e. it works on upload module or imagefield, and it doesn't "get involved" with the uploading of the images. It only handles the output stage.

So there isn't really any integration to be done on my side. Hope that clears it up.

design.er’s picture

Yes, thanks a lot for your reply.
Now I understand your statement.

Thank you very much for your work. I really like your module.
Have a nice day. :)

Stefan