
Originally Posted by
flash
Your host is probably running PHP under phpsuexec
The resized files being created by TinyMce ibrowser were being created under my username with permission 600. Since Apache runs as user "nobody", it could not access these files.
One would have to edit the upload script to add a chmod 644 directive. Unfortunately I have not figured out where or what to add exactly...