uploading pictures

B

beethovenofear

somebody know how to let my webusers to upload their pictures to my web
page???

can i use any html code or something??

please help!
 
C

Chaddy2222

beethovenofear said:
somebody know how to let my webusers to upload their pictures to my web
page???

can i use any html code or something??

please help!
Yeah, you need to create a form where your users can insert the picture
file off their local machine.... Then they could just hit submit and
post the image to your site. It would be adviseable that you perhaps
approve the images before uploading them. But it should not be that
hard at all.
 
D

David Dorward

beethovenofear said:
somebody know how to let my webusers to upload their pictures to my web
page???

You need a form with a file input, and something (I'd write a mod_perl
module or CGI script in Perl) on the server to handle the submission. The
specifics depend on the capabilities of your webserver.
 
H

Hywel Jenkins

Chaddy2222 said:
Yeah, you need to create a form where your users can insert the picture
file off their local machine.... Then they could just hit submit and
post the image to your site. It would be adviseable that you perhaps
approve the images before uploading them. But it should not be that
hard at all.

What about the server-side scripting to handle the upload and saving the
file? There's a little more to it that creating a form.
 
P

PeterMcC

Hywel Jenkins wrote in
What about the server-side scripting to handle the upload and saving
the file? There's a little more to it that creating a form.

If you're happy to have the images uploaded to your server and then you
insert the images on the page, there are several "off the shelf" uploaders.

I've found this one to be excellent - and free.

Alright, it uses PHP but you don't need any prior knowledge - the readme.txt
file takes you through all the steps needed to configure it to your
requirements.

http://www.mtnpeak.net/webdev/index.php?pg=php
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top