C'est à dire ?
Lors de l'upload tu as un tableau globale $_FILES d'accessible.
Exemple :
Code PHP :
array(1) {
["fichier"]=> array(5) {
["name"]=> string(12) "LINEDRAW.zip"
["type"]=> string(15) "application/zip"
["tmp_name"]=> string(22) "C:\wamp\tmp\php1AF.tmp"
["error"]=> int(0) ["size"]=> int(47632)
}
}