I go to Content management
then Create content
then to Blog entry
I set cursor in the Body box
Then scroll down to the Image Picker box
I Grab an image and insert it, when I view the page I see a blue question instead of the image

I tried altering the permissions of the image file to be world readable/writable/executable but that didn't help.

Comments

hutch’s picture

As you are attemping to read the file you won't need to set world writable.

Have a look at the source html and see if the link you pasted makes sense, eg
If you see something like "/sites/default/files/imagepicker/xxx/myimage.jpg" where 'xxx' is the user id then try it by pasting someting like this into your browser,

http://mysite.com/sites/default/files/imagepicker/xxx/myimage.jpg

Also check that the img tag is allowed in whatever filter you are using.