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.
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]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.