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>

Recommended Answers

All 4 Replies

Do you know a server side programming language like PHP or Java? If not, you won't be able to do this without finding an existing script or someone to do it for you.

No but I guess I will have to learn it. Thanks!!

Hello, Spycats reply should do the trick for you.

But you will need php on your webhosting account to use this script and you will have to chmod 777 the upoad folder.

Hope this helps.

Joe

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.