Ho scaricato uno script di Upload ma non mi funziona.
Lo script è il seguente:
http://freephp.html.it/script/view_script.asp?id=357
Il file di config è il seguente:
Io creo la cartella Up e poi modifico la variabile $absolute_path, ma quando faccio una prova ad uplodare non mi carica niente all'interno della cartella da me creata.<?
//Advanced Uploader V1.00b
//Copyright 2002 ZachWhite.com
//By using this program you agree with the license provide with it.
//Script by Zach White http://www.zachwhite.com zachwhite@zachwhite.com
$absolute_path = "/home/zachwhit/public_html/uploads"; //Absolute path to where files are uploaded
$size_limit = "no"; //do you want a size limit yes or no.
$limit_size = "20000000"; //How big do you want size limit to be in bytes
$limit_ext = "no"; //do you want to limit the extensions of files uploaded
$ext_count = "4"; //total number of extensions in array below
$extensions = array(".gif", ".jpg", ".jpeg", ".png"); //List extensions you want files uploaded to be
?>
$absolute_path = "/home/zachwhit/public_html/uploads";
$absolute_path = "/up";
Che errore faccio??
SoleandMare

Rispondi quotando
