This is the script:
<form action="upload.php" method="post" enctype="multipart/form-data"> <input type="hidden" name="MAX_FILE_SIZE" value="99999999"> Select a file <input type="file" name="userfile"><br> <input type="submit" value="Upload!">
Could anyone help or does anyone know of an exisiting script that has this function?
