Having problems with some images not showing up after going through the upload process, yet it states that the "Upload was successful". Permissions correct, everything (i think) is correct. Help?
Have you ensured these uploads are not bigger than your maximum allowed upload filesize in PHP? This by default without modifying your server PHP settings is 2MB. If the file is just being dropped which is what your descriptions sounds like I think this is your issue
Chuck have you ever been called a genius? This must be the problem. My apologies for posting in bugs. Please feel free to move thread. I will look into this further. Thank you.
I could just hear Chuck across cyberspace saying "figure it out on your own!", problem fixed. A simple upload_max_filesize = off inserted into my php.ini worked. File uploaded and displayed. Thanks alot.