Dear people,
here is my script
$action = $HTTP_POST_VARS["submit"];
$max_size = "5000"; // Max size in BYTES (1MB)
$updir = "/var/www/html/";
echo "
$updir$action
Uploader
File (max size: $max_size bytes/".($max_size/1024)." kb):
";
if ($action == 'upload')
{
print "This is
Dear people,
here is my script
$action = $HTTP_POST_VARS["submit"];
$max_size = "5000"; // Max size in BYTES (1MB)
$updir = "/var/www/html/";
echo "
$updir$action
Uploader
File (max size: $max_size bytes/".($max_size/1024)." kb):
";
if ($action == 'upload')
{
print "This is