Log in

View Full Version : Dynamic Picture Uploading - Please Help



me_myself
04-10-2008, 03:56 PM
I am creating a small picture gallery website using Javascript. The website has three pages - Vacation 1, Vacation 2 and Vacation 3. Each page should have thumbnails of pictures with a little text at the bottom. When you click on the thumbnail, the pictures should open in full size in a popup.

To upload images into the three sections, I am planning to have an Admin section. The Admin should have the capacity to upload Thumbnails, Full Size pictures and its associated text.

I need to know how to do this - would be great if you could send me a sample file or post a link to a tutorial or a sample.

Thanks a lot in advance.

thetestingsite
04-10-2008, 11:14 PM
You will need to use a server side language to be able to upload files to the server (this could be PHP, ASP, etc). For tutorials/example code, you can look through google or use any of the following links:

http://www.php-mysql-tutorial.com
http://www.php.net/move_uploaded_file
http://phpbuilder.com/columns/bealers20000904.php3?aid=1378
http://phpbuilder.com/columns/bealers20000904.php3?aid=95

Hope this helps.

me_myself
04-11-2008, 01:31 PM
Thanks a lot.