[PHP] prob avec upload e fichiers(images) et la variable $_FILES

prob avec upload e fichiers(images) et la variable $_FILES [PHP] - PHP - Programmation

Marsh Posté le 10-06-2002 à 21:25:56    

je pige pas, kan je mets $avatar, ce script marche, et kan je mets $_FILES['avatar'], ca marche pas!
 

Code :
  1. <?php
  2. switch($GLOBALS['var']) {
  3.     case '1':
  4.      if ( is_uploaded_file($_FILES['avatar']) ) {
  5.          move_uploaded_file($_FILES['avatar'], 'c:\\program files\\easyphp\\www\\stanforum\\Images\\Validation_avatars\\avatar.gif') or die('Erreur');
  6.          echo 'fichier uploade';
  7.      }
  8.      else {
  9.          echo 'fichier pas uploade';
  10.      }
  11.      break;
  12.      default:
  13.       ?>
  14.        <html>
  15.         <body>
  16.         <form action="taist.php?var=1" method="post" enctype="multipart/form-data">
  17.         <input type="file" name="avatar" />
  18.         <input type="submit" />
  19.         </form>
  20.         </body>
  21.        </html>
  22.       <?php
  23.   }
  24.   ?>

Reply

Marsh Posté le 10-06-2002 à 21:25:56   

Reply

Marsh Posté le 10-06-2002 à 21:49:12    

up  
help please! :cry:

Reply

Marsh Posté le 10-06-2002 à 22:05:17    

--stan-- a écrit a écrit :

je pige pas, kan je mets $avatar, ce script marche, et kan je mets $_FILES['avatar'], ca marche pas!




 
alors pourkoi tu mets $_FILES['avatar'] ??

Reply

Marsh Posté le 11-06-2002 à 17:51:10    

paske c plus securise

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed