By zythyr on
I just installed the ImageAPI, ImageField, imagecache module. I created a content type where users can upload an image in addition to the content they type in. My question is, how do I manage where the images are stored and how the url of the image looks like in the front end?
Also, I am not really sure when to use the IMCE vs. the ImageField module. They both allow users to upload images, but I am not really sure wahts the different.