I am using JUMI to access the script. In the page contents detail I have. You can get to the upload form at:
http://www.dottedi.biz/jvm13a/
select Upload Form from the bottom of the Main Menu.
The upload form itself looks something like:
$fname = htmlspecialchars(stripslashes($_POST['fname']));
$userfile = htmlspecialchars(stripslashes($_POST['userfile']));
echo "
userfile: $userfile
fname: $fn
"; // purpose is to output value of userfile for testing only// As this is in test mode to troubleshoot userfile, I don't have any save file processing action in this example.
?>
------------>> Suggestions please? -Bob