I still have an issue...
(with file uploads).
I am trying to upload a 26M file. I increased the value in PMF config to 100000000 and set 100M in php.ini.
Yet, even in local connection, I get the blank box after upload. I tried uploading a smaller file and it works.
I checked error.log and access.log, no particular issue. The only difference between the two uploads is a value next to access.log's return code:
Failed upload:
10.22.22.207 - - [04/May/2010:10:35:09 +0200] "POST /kb/admin/attachment.php?action=save HTTP/1.1" 200 - "
http://myhostname/kb/admin/attachment.p ... it&rubrik=" "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.29 Safari/533.4"
Correct upload
10.22.22.207 - - [04/May/2010:10:35:59 +0200] "POST /kb/admin/attachment.php?action=save HTTP/1.1" 200
943 "
http://myhostname/kb/admin/attachment.p ... it&rubrik=" "Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.29 Safari/533.4"
any idea what could be wrong?
thanks