Version 8 is simply fantastic! I noticed a couple issues with the image/file upload feature I thought I'd bring to your attention:
1. if the post is edited (img uploaded is removed, for example), the file remains on the server. shouldn't the file get deleted as it gets when the post is deleted?
2. if i rename a ZIP file to .jpg or any other acceptable graphic format, the forum will allow it. Though it isn't viewable in the post (there is an image with a red "X"), if I right click that image and copy the URL, I can get that file. is there some kind of way to check the validity of a file if it is a graphic file other than by its extension? for example, maybe you can check for the file's resolution, if the value doesn't exist, don't save the upload to the server.