|
Oh, in that case... You are trying to open a file referenced in code as $File that is never defined. Try this, right above where you are trying to open the file...
$File = $_POST['File'];
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|