File "efesgse.html"

Full Path: /home/analogde/www/DOSSIER/efesgse.html
File size: 1.03 KB
MIME-type: text/html
Charset: 8 bit

 <html> 
 <body> 
 <p>Transfert de fichier (upload):</p> 
 <form method="post" action="recevoir.php" ENCTYPE="multipart/form-data"> 
  
 <table width="100%" border="0" cellspacing="3" cellpadding="3"> 
  <tr> 
  <td width="25%">Nom du fichier  envoyer : </td> 
  <td width="75%"><input type="file" name="file_name"
enctype="multipart/form-data"></td> 
  </tr> 
  
  <tr> 
  <td width="75%">Rpertoire de destination : </td> 
  <td width="75%"> 
  <input name="nomrep" TYPE=RADIO VALUE="" CHECKED >par
dfaut 
  <input name="nomrep" TYPE=RADIO VALUE="IMAGES/">IMAGES 
  <input name="nomrep" TYPE=RADIO VALUE="NOTESERV/">NOTESERV 
  </td> 
  </tr> 
  
  
  <tr> 
  <td width="25%">Nom du fichier destination : </td> 
  <td width="75%"><input type="Text" name="nomfic" > 
  </td> 
  </tr> 
  
  
  <tr> 
  <input type="hidden" name="MAX_FILE_SIZE" value="1000000000"> 
  <td width="25%"> </td> 
  <td width="75%" align="left"><input type="submit"
name="submit" value="Transferer"></td> 
  </tr> 
 </table> 
 </form> 
  
 </BODY> 
 </HTML>