By afbase on
Would anyone know a way to upload multiple images into a gallery in drupal 5.x? 4.6 and 4.7 have it easy with that upload_image.module
Has anyone come up with a way to do it quickly???? possibly a CCK hack/mod?
Would anyone know a way to upload multiple images into a gallery in drupal 5.x? 4.6 and 4.7 have it easy with that upload_image.module
Has anyone come up with a way to do it quickly???? possibly a CCK hack/mod?
Comments
If no one has come up with a
If no one has come up with a way to do this, it might be a good opportunity for me to use this as my proposal for Google's Summer of Code. I've done a number of drupal installs for people and this is one feature that is always asked about. I'd love to work on it.
Perhaps something like facebooks multiple upload feature, or even an ajaxy folder browser -> upload?
I've been looking for a way
I've been looking for a way to do this for weeks now. I think it's one of the major weaknesses for Drupal. Apparently there's a way to do it with CCK and Views and all. I'm not a programmer and I really can't follow what's going on with CCK. Using CCK to implement this would be fine, just as long as the front end is really simple... like a field that I can upload a zipped file into.
A drag and drop would be really slick though for my users though...
anything?
has anyone come up with a away to upload multiple photos yet?
Subscribe
Subscribe to thread.
Same Issue
Is there any new information on this topic?
There's a module now bundled
There's a module now bundled with Image that can take a folder of images on your server and create nodes from all of them -- you need to upload the images to the server with FTP first. I've not tried it myself.