Buongiorno a tutti, ho scaricato dalla sezione downloads di html.it uno script di upload download files x condividere con miei utenti i lavori in excel. Purtroppo però non riesco a settare correttamente i parametri. In particolare non so cosa mettere su: $absolute_path. Qualcuno mi può aiutare?

codice originale:
Codice PHP:
$extlimit "no"//Do you want to limit the extensions of files uploaded
$limitedext = array(".gif",".jpg",".png",".jpeg"); //Extensions you want files uploaded limited to.
$sizelimit "no"//Do you want a size limit, yes or no?
$sizebytes "200000"//size limit in bytes
$dl "http://www.zachwhite.com/up-down"//url where files are uploaded
$absolute_path "/home/zachwhit/public_html/up-down"//Absolute path to where files are uploaded
$websiteurl "http://www.zachwhite.com"//Url to you website
$websitename "Zach White Network"
codice modificato
Codice PHP:
$extlimit "no"//Do you want to limit the extensions of files uploaded
$limitedext = array(".zip",".xls",".doc",".jpeg"); //Extensions you want files uploaded limited to.
$sizelimit "no"//Do you want a size limit, yes or no?
$sizebytes "200000"//size limit in bytes
$dl "http://excelvba.altervista.org/scambiofile"//url where files are uploaded
$absolute_path "??????"//Absolute path to where files are uploaded
$websiteurl "http://excelvba.altervista.org"//Url to you website
$websitename "Excel VBA"