From: Matthew M. <ma...@tu...> - 2003-04-01 15:53:52
|
> phatfile's File.php save() function references the $_REQUEST["PHAT_FILE"] > object. I do believe this needs to be $_FILES["PHAT_FILE"]. I believe > this because I ran into the same mistake in one of my own mods, and > because phatfile doesn't save unless I change those REQUEST calls to FILES > for PHAT_FILE. This has been changed in CVS. Though I agree that $_FILES is more precise, REQUEST works in our installations. Is there a reason why $_REQUEST does not function? I am running 4.2.2. Just curious :) Matt |