I am new to web design and just kind aself teaching myself. But would appreciate some help.
I am trying to make a webpage i have to allow people to dowload pictures to it. This is what i have so far. It is basically just the browse and enter text part.
I need help in how to actually getting it show up on the webpage and to allow more to be uploaded next to ones that already exist.
Could someone help me out on this? Thanks!
<form method="post" action="main2.htm"
name="submit" enctype="multipart/form-data"><span
style="color: rgb(255, 0, 0); font-weight: bold;">UPLOAD
YOUR PICTURES HERE!!!<br>
<br>
Enter Some Text:</span> <input name="textfield"
type="text"><br>
<br>
<span style="color: rgb(255, 0, 0); font-weight: bold;">Choose
A File</span><span style="font-weight: bold;">:</span>
<input name="filefield" type="file"><br>
<br>
<input name="su bmit" value="submit" type="submit"><br>
</form>
<form target="_blank" enctype="multipart/form-data"
name="upload"></form>