By gulliver on
I have one type of node into which users can post entries.
What's the easiest way for them to add an image which is auto-resized to something sensible, and without setting up galleries and having advanced editing capabilities?
I just want them to browse their HD, find and then click to upload so that when they post their entry the image is handled.
Comments
IMCE
I'm using IMCE with FCKeditor. The latter took a little while to configure, but once set up, this combo is the easiest for general public use that I've found so far.
However, I haven't tried everything. I, too, would be interested in hearing other Drupallers' recommendations for basic image uploading/inserting.
IMCE
+1 for IMCE, which can also be used on its own (you don't need FCKeditor or TinyMCE, etc., to use it).
http://drupal.org/project/imce
Image attach, part of the
Image attach, part of the image module. Could not be easier; admin sets up image upload size and dimensions.
There is also image picker, which allows the user to position the image.
----------------------------------------------------------------------
http://www.bwv810.com
http://davidhertzberg.com
I am a writer, researcher and solo drupal freelancer.
Je peux communiquer en français. / Я могу общаться на русском языке.
Thanks.
Got it. Great. Thanks.