Bonjour a tous, voilà j´ai une erreur sur mon site, lors de l´envoie d´un fichier.
L´erreur qui m´est donnée est celle ci:
Warning: move_uploaded_file(C:\wamp\www\GAMEnART Version 3.1\bdd\avatars) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\wamp\www\GAMEnART Version 3.1\modules\team\verification.php on line 115
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ´c:/wamp/tmp\php59.tmp´ to ´C:\wamp\www\GAMEnART Version 3.1\bdd\avatars´ in C:\wamp\www\GAMEnART Version 3.1\modules\team\verification.php on line 115
donc un tour sur cette page j´ai sa:
move_uploaded_file($_FILES[´_avatar03´][´tmp_name´
], $dossier_reel);
juste avant:
$destination = ´./bdd/avatars´;
$dossier_reel = realpath($destination);
en gros c´est sa ^^ J´ai testé en ligne, ne pensant que sa vennait des CHMODs mais non ^^
Le real_path je l´ai mis là pour avoir le lien complet!
Auriez voius une idée?
Merci
à++