Script per l'upload. E' possibile solo scrgliere dove i file verranno copiati.
setup.php3
<?php
$ADMIN[RequirePass] = "No"; // Checks to see if upload has a vaild
password
$ADMIN[Password] = "password"; // This is the password if the above
option is Yes
$ADMIN[UploadNum] = "5"; // Number of upload feilds to put on the html
page
$ADMIN[directory] = "uploads"; // The directory the files will be uploaded
to (must be chmoded to 777)
php?>