By lpolnitz on
I am trying to upload several images to drupal from my hard drive. Is there a way to upload them other than with the theme upload? How is this done?
I am trying to upload several images to drupal from my hard drive. Is there a way to upload them other than with the theme upload? How is this done?
Comments
_
There are many ways-- probably the easiest is to use the core "upload" module.
I like the image module
Hi , I like the image module.
http://drupal.org/project/image
It lets you upload multiple images and it has a gallery too.
I also use imageapi, imagecache, imagefiled_crop, imce, imceimage with the image module.
Here's a video if you want to user imagecache and image field.
http://mustardseedmedia.com/podcast/episode16
These guys a ton of great videos.
Good luck!
Mass import?
If you are wanting to upload several images at a time you can use mass import function provided by this.
For this you need core drupal, which you obviously have plus Image module (see link above), and nothing else.
Even if you are not wanting mass import you can you use the above modules to upload and display image.