|
newbie trying to make code - please help
code question:
I'm trying to set up a form that will allow people to upload photos to me and I recieve them in email attachement.
But it does not work. I'm very new at this so I searched the web and found this.
here is the code can can anyone tell me what I am doing wrong?
<td bgcolor="#122333">
<div align="center"><font color="#FF0000"><b>Votre photo(s) <font color="#cccccc">(pas plus de 90kb!):</font></b></font></div>
</td> <tr>
<td valign="top">
<div align="center">
</div>
</td>
<td>
<div align="center">
<input type="file" name="image1" class="a" id=1 onchange="a(2)">
</div>
<div align="center">
<input type="file" name="image2" class="a" id=2 onchange="a(3)">
</div>
<div align="center">
<input type="file" name="image3" class="a" id=3 onchange="a(4)">
</div>
<div align="center">
<input type="file" name="image4" class="a" id=4 onchange="a(5)">
<div align="center">
<input type="file" name="image5" class="a" id=4 onchange="a(6)">
</div>
<div align="center">
<input type="submit" name="submit" value=" Envoyer ">
<input type="hidden" name="usernum" value="2518510078" /><input type="hidden" name="cpv" value="2" />
<input type="reset" name="reset" value=" Effacer"></div></div>
</form>
|