Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Photo Upload scripts / software

  1. #1
    Junior Member
    Join Date
    Apr 2007
    Posts
    1

    Photo Upload scripts / software

    Can anyone recommend some cheap / free, easy integated scripts or software to allow folks to upload a maximum of 15 photos from a website ?

    Many thanks

  2. #2
    WebProWorld MVP DaveSawers's Avatar
    Join Date
    Dec 2006
    Location
    Lunenburg, Nova Scotia, Canada
    Posts
    762
    Do you mean upload to a website or download from a website?

    To upload to a site, use a:

    <form enctype="multipart/form-data" action="..." ...>

    with an:

    <input type="hidden" name="MAX_FILE_SIZE" value="...">
    <input type="file" name="picture" value="filename">

    Then it depends on what you want to do with that picture once it has been uploaded. Do a search on "input type file" for more info.

    To download from a website, get them to right click and do save as...
    Dynamic Software Development
    www.activeminds.ca

Similar Threads

  1. web photo gallery scripts
    By Taraboom in forum IT Discussion Forum
    Replies: 0
    Last Post: 03-10-2010, 12:35 PM
  2. Customer wants a photo page that they can upload to
    By tombstoneweb in forum Graphics & Design Discussion Forum
    Replies: 9
    Last Post: 11-10-2008, 07:02 AM
  3. How do I upload my photo?
    By Janet444 in forum Member Photos
    Replies: 1
    Last Post: 10-05-2005, 03:00 PM
  4. Me too, me too, please upload my photo.
    By followme in forum Member Photos
    Replies: 2
    Last Post: 04-11-2005, 02:30 PM
  5. My Event - Invitation and photo upload site
    By delstar in forum Submit Your Site For Review
    Replies: 3
    Last Post: 10-03-2004, 05:40 PM

Posting Permissions

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