Results 1 to 5 of 5

Thread: uploading pictures

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Canada
    Posts
    75

    uploading pictures

    Basically all i need to do is make it so a picture can be uploaded via a webinterface and then inserted into mySQL to be displayed with that record on the output, i understand that i just have to add the filename to the db and then how to display it and all that, i'm not so sure how to upload it and get the filename.

    Any help would be appreciated. Thanks.

  2. #2
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    Read these:
    - Grabbing the image from the database:
    http://209.120.143.185/showthread.ph...ghlight=upload
    - Uploading the image:
    http://209.120.143.185/showthread.ph...ghlight=upload

    -Matt
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

  3. #3

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Canada
    Posts
    75
    thank you

  4. #4

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Location
    Canada
    Posts
    75
    how do i get the browser window to popup so they can select a file, and then put the whole path to file they have given so it can upload it?

  5. #5
    Fanatic Member cpradio's Avatar
    Join Date
    Apr 2002
    Posts
    616
    use a form and have the following as your one of your fields:
    <input type="file" name="filename">
    http://cpradio.net/
    Administrator @ WDForums and a Moderator @ WebXpertz City Forums

Posting Permissions

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



Click Here to Expand Forum to Full Width