Upload Page
Here is the list of cookies that the agent sent:
$value) {
echo "- ";
echo htmlspecialchars($name) . "=" . htmlspecialchars($value);
echo "
\n";
}
?>
Here is the list of query values:
$value) {
echo "- ";
echo htmlspecialchars($name) . "=" . htmlspecialchars($value);
echo "
\n";
}
?>
Here is the list of post values:
$value) {
echo "- ";
echo htmlspecialchars($name) . "=" . htmlspecialchars($value);
echo "
\n";
}
?>
Here is the list of the files uploaded:
$value) {
echo "- ";
echo htmlspecialchars($name) . "=" . htmlspecialchars($value["name"]);
echo "
\n";
}
?>
Filedata upload status: .
Here is the current session id:
Compare this to the session id displayed near the top of the Features Demo page. The Flash Player plug-in does not send the correct cookies in some browsers.