Uploads do not work with SFM v24 under PHP5. With PHP4, things work correctly. Turns out that all references to $HTTP_POST_FILES need to be changed to $_FILES in fm.php. I've tested this on Linux FC4 (2.6.11), apache 2.0.54, PHP5.
Log in to post a comment.