June 2008
2 posts
1 tag
PHP large file upload results in empty $_FILES...
I was just working on a PHP file upload class, and found some inconsistent behavior in PHP. If you upload a file that is larger than the php.ini directive post_max_size, it will silently fail, and the $_FILES and $_POST arrays will be empty. It won’t return an error code, it will just look like no file was uploaded. This is quite annoying since almost every other file upload related error...
Jun 15th
2 tags
IE6 links showing blank pages
I recently had a problem with a site I was building where clicking any link in IE6 would just show a blank page. After I hit refresh, it would show the page correctly. It worked in every other browser, and the markup was valid. After googling around, the only answers I could find suggested IE6 was corrupted. I knew this wasn’t the case since I tried it on another computer, and every other...
Jun 4th