From: Don S. <do...@se...> - 2003-03-31 23:46:00
|
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. Don. |