I always seem to have trouble coming up with the best way to handle file/image uploads to make it as easy as possible for the client, but also as flexible as possible for me to style.
I’ve started using Mark Huot’s File extension, which is great in many cases. It doesn’t really work for cases where you could have any number of images uploaded to an entry, and you want to sprinkle them throughout the layout. When I wanted to do this before, I’ve added a few custom fields for images and relied on the built-in file upload link. But I think the built-in file upload link is a bit overcomplicated - the client has to make sure they put it in the right field, upload it to the right directory, possibly resize the image, etc.
So I’m looking to see how others handle file uploads/adding images to entries. Thanks in advance!