je suis sur un projets et je bloc depuis plusieurs jours sur ma solutions pour poster plusieurs images sur mon site web. je crois mon code source juste mais rien ne marge j'eesais meme de savoir si les photo on ete passé a la variable $_FILES aucun resultat. je vous donne mon code:
code html
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40<form action="upload.php" method="post" enctype="multipart/form-data"> <table class="boduret" width="681" border="0" cellspacing="5"> <tr><td><span class="post">Photo 1:</span></td> <td colspan="3"><p class="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1048576"> <input type="file" name="photo[]" id="photo" /> </p><span class="error"><? echo $msg[$i]; ?></span></td> </tr> <tr> <td><span class="post">Photo 2:</span></td> <td colspan="3"><p class="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1048576"> <input type="file" name="photo[]" id="photo" /> </p><span class="error"><? echo $msg[$i]; ?></span></td> </tr> <tr> <td><span class="post">Photo 3:</span></td> <td colspan="3"><p class="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1048576"> <input type="file" name="photo[]" id="photo" /> </p><span class="error"><? echo $msg[$i]; ?></span></td> </tr> <tr> <td><span class="post">Photo 4:</span></td> <td colspan="3"><p class="post"> <input type="hidden" name="MAX_FILE_SIZE" value="1048576"> <input type="file" name="photo[]" id="photo" /> </p><span class="error"><? echo $msg[$i]; ?></span></td> </tr> <tr > <td colspan="2" align="right"><input type="reset" name="submit" value="Réinitialiser" /></td> <td width="362" colspan="2" align="center"><input type="submit" name="submit" value="Envoyer" /></td> </tr> </table> </form>

 

 
		
		 
        

 
			
			
 
   
 


 solution pour upload multiple
 solution pour upload multiple
				 Répondre avec citation
  Répondre avec citation


 
  
 
 
						
Partager