Wordpress Upload Problem and Resolution

One of the nice features in Wordpress is the ability to upload an image into a blog.

The thing is that getting the image uploads right isn’t necessarily easy. You have to do some CHMODing of folders so they can write the files, but that won’t always solve it.

Sebastien Wains solved my problem. If PHP safe mode is on (it checks user id that owns a file against the user reading it, I think), change it’s way of working to be group- instead of user-orientated. It worked for me.

Discussion Area - Leave a Comment