Results 1 to 3 of 3

Thread: Dynamic Picture Uploading - Please Help

  1. #1
    Join Date
    Aug 2007
    Location
    MO USA
    Posts
    106
    Thanks
    37
    Thanked 0 Times in 0 Posts

    Question Dynamic Picture Uploading - Please Help

    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.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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/bealer....php3?aid=1378
    http://phpbuilder.com/columns/bealer...04.php3?aid=95

    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. The Following User Says Thank You to thetestingsite For This Useful Post:

    me_myself (04-11-2008)

  4. #3
    Join Date
    Aug 2007
    Location
    MO USA
    Posts
    106
    Thanks
    37
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •