I’m using Drupal as my content-management system. I installed the IMCE module to include images on my site. This works fine, but I can only choose the images from the server, which means I have to copy them on the server and can then choose them. But I would like to choose them from my local hard drive.
Does anyone know if it is possible to do that with that module, or do I need another one?
I’m using Drupal as my content-management system. I installed the IMCE module to include
Share
Right. IMCE provides an upload button (See linked image, top left. I tried to embed it in my post, but the system here won’t allow me to add images yet).
But by default, only User-1 has access to it and you’ll have to create and associate profiles with roles to allow actions such as uploading of files. If you haven’t done so, this is configured on:
admin/settings/imce(Drupal 6), oradmin/config/media/imce(Drupal 7)So if you aren’t logged in as User-1 and don’t see the upload button, it’s likely a configuration step you are missing.
I wrote an article recently which goes pretty in-depth about use of the IMCE module and gets into configuration. It also covers the workflow for adding images to WYSIWYG content editors, and is written with Drupal 7 in mind, but the IMCE-relevant stuff is mostly the same between Drupal 6 and 7. You may also want to use the IMCE_Mkdir module, which allows users with appropriate permission (added to the IMCE configuration for each profile) to create new sub-directories, which can help keep your images or other files better organized.
You can read my relevant article on the Cocomore Drupal blog: Configuring and adding images to Drupal 7 content with Wysiwyg, IMCE and Lightbox2
Hope that helps.