require valid-user Et la création du .htpasswd : htpasswd -c .htpasswd utilisateur Écrit par Arnaud Cordier arnaud [AT] arnaudcordier.org Distribué sous licence GPL */ // LES EXTENTIONS INTERDITES $noext = array(’html’,’htm’,’php’,’php3’,’php4’,’php5’,) ; // UPLOADMETER if ( ( $id = $_GET[’id’] ) !== NULL ) $info = uploadprogress_get_info($id) ; if ($info) $pc = intval($info[’bytes_uploaded’] / $info[’bytes_total’] * 100) ; $uploaded = intval($info[’bytes_uploaded’]/1024) ; $total = (...)

Upload de fichier