Codice PHP:
<?
/* Easy Uploader */
// set variables (SET THESE TO SUIT YOUR CIRCUMSTANCES):
// Upload directory (MUST HAVE TRAILING SLASH):
$uploaddir="/membri/qwerty76.altervista.org/xxx/upload/";
// Your email
$youremail="lucavizzi@email.it";
// Thank you page:
$thankspage="http://qwerty76.altervista.org/xxx/thanks.htm";
// Set Upload thanks message for USER
$uptymessage="$realname, thank you for uploading the file $file_name\n\nWe will get back to you ASAP.";
// Set Upload thanks message for OWNER
$ownermessage="$realname [ $email ] has uploaded a file named $file_name\n\nCheck the upload directory.";
// Email message on or off ? 1 = on, 0 = off
$emailmessages = "1";
// start code (DO NOT CHANGE ANYTHING BELOW THIS LINE):
ecc. ecc.
Sto usando questo script php che serve per fare l'upload di file sul server, però non mi funziona credo che il problema sia nella definizione della directory in cui salvare i file di aupload.
Grazie per l' aiuto
Luca Vizzi
seneca: inserisci il codice php tra i tag appositi.