Uploading Images

I am looking for an easy way to manage uploading images to my radiant
public\images folder.

The page_attachments extension was mentioned in a recent digest and I
have installed it but can’t see how to actually configure/use it. In
the extensions tab the page_attachments extension(version 0.2) is
showing as being enabled and when I edit a page I see Attachments (0)
just above the save button but can’t see how to attach an image. I am
using a fresh install of radiant 0.6.1 with the default styled blog for
testing purposes with no other custom extensions installed (the only
other extensions are the markdown and textile filter ones that came with
0.6.1)

Can anyone who is using page_attachments offer any help? Or if anyone is
using another solution what would they recommend.

Thanks for any help

Sharon

This e-mail has been scanned for all viruses by MessageLabs.

Sharon C. wrote:

other extensions are the markdown and textile filter ones that came with
0.6.1)

Make sure to run rake radiant:extensions:page_attachments:update to copy
its CSS and JS files to the public directory. Once that is complete,
you should be able to click the “plus” icon to add new files. Keep in
mind new files are not uploaded and deleted files are not removed until
you save the page.

Sean