Hi,
I still have this problem:
Quote:
|
Originally Posted by Mark
when I try to attach a file I get the browse/upload box, I select a file and click on "upload". It seems to do something but the file will not be displayed. When I send the mail anyway it doesn't contain the attachment. When I look into the "temp" directory it creates a folder like "23745686944cf5cc24c809" and in it a file like "rcmAttmntih4php" but the file is empty.
|
I think the problem could be the write permission of the created folders. The temp directory has CHMOD 777, the created folders in it have CHMOD 755, the created (empty) files have CHMOD 600. I already tried to chmod the created folders with the chmod() function in func.inc after mkdir($temp_dir) but it didn't work either.
Any suggestions?
Mark