has anybody encountered any problems uploading images to the media database using Firefox 3.5.x (Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.9.1.3) Gecko/20090913 Shiretoko/3.5.3) yet? I have, I received empty responses when uploading images, the images were not stored.
I debugged a little using Safari and Konqueror, either was able to upload images, so I dug somewhat deeper.
I'm using an Ubuntu Hardy Apache 2.2.9 with mod_gnutls. I needed to add
Code: Select all
BrowserMatch "^Mozilla\/" nokeepalive--
Cheers