PDA

View Full Version : Uploading Photos



rhoolihan
01-19-2005, 08:12 AM
Hi

What is the best way to enable users to upload photos to my website? I know HTML and some asp but i`m open to other scripts....

Cheers
Rob

Lee Deeming
01-19-2005, 08:51 AM
I have encountered this dilema before and it was easily solved by visiting HotScripts (http://www.hotscripts.com). My advice would be to use a PHP script, assuming it is installed on your server. If you do decide to use PHP you will need to look in Upload Systems (http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Upload_Systems/index.html) or if you want a script that manages your user's photos as well as accomodating their upload try Image Galleries (http://www.hotscripts.com/PHP/Scripts_and_Programs/Image_Galleries/index.html) - but make sure it does include that vital upload feature.. ;)

Hope that helped..

rhoolihan
01-21-2005, 07:04 AM
Thanks Lee

Lee Deeming
01-23-2005, 04:34 AM
No problem. :)

paul.k
01-31-2005, 02:53 PM
If you find tutorials easier to understand, try this link:
http://www.phpfreaks.com/tutorials/36/0.php

PHP Freaks explain everything perfectly, I can't put anything againgst them.

Faglork
02-09-2005, 08:32 AM
Dont forget to check that the script is allowing *only* picture data for upload. Otherwise, you create a huge security hole on your web server.

Alex