Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Website hosting that lets visitors to upload a picture

Status
Not open for further replies.

mrkyn

MIS
Jan 30, 2002
78
US
I have a website that visitors need to upload pictures. I would like to know if there is a website host that will let visitors of my website to upload their pictures.
I would appreciate any help you can provide.
Thank you.
 
mrkyn,

When people want to upload pictures to your website, probably .jpg or .gif files, then the pages on your website do the work of uploading (maybe in combination with an upload component hosted by your host).

You will need to use an upload script depending on what scripting services are provided by your host (ASP, Pearl, PHP etc). Your host will have to enable a special folder on your site with modify access for web visitors to allow them to copy files there via your scripted web page.

If you achieve this then you will have a bunch of files in a folder on your website. How do people see them? Well there are a few scripts that will display a list of files in a folder and with a bit of fiddling you can make it a list of hyperlinks. Not too appealing, and once you get past 50 files it starts to become confusing.

To make it work nicely you need to use a database to store information about the files as they are uploaded which can then be used to find or group pictures by author, topic, date, etc. This means your web host needs to provide database services.

The above description assumes that you have limited experience with dynamic pages, apologies if I have it wrong.

Anthony.

[sub]"Nothing is impossible until proven otherwise"[/sub]​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top