relating record to picture

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default relating record to picture

    i have an interface where people can sign up and provide details, for an online
    ystsem for people to meet others, its a prototype for my dissertation. i need
    to have pictures of people along with their information, initially i tried
    doing this with msaccess by creating a field called picture and stroing i as an
    OLE object but didn't know how to do it. if i have a folder called pics on my
    server how can i have it so that people can upload pics to this folder when
    they sign up or edit their records and have it saved into the folder, under
    their unique ID, and when users search for other users, the picture comes up
    dependent on what user is shown i.e. the user id shown on the detailed page of
    the master detail page. how would i get a record to relate to a picture in a
    file or when it loads up for the image file to load up depending on what record
    is being shown...

    i hope all that makes sense please help.

    newflashboi Guest

  2. Similar Questions and Discussions

    1. ClassCastException relating to cfloop and Structs?
      I am upgrading a piece of code from CF5 to CF7, and it keeps getting ClassCastExceptions. This is the only real problem I've encountered in the...
    2. Couple of questions relating to programming
      Hi, I am a video game programmer who is used to programming in C++ inside Visual Studio.NET 2003. I need to code a fairly complicated web site...
    3. Relating tables in an output
      Hello all, Hopefully I can explain this well enough to undersand what I am trying to do. I have a page that displays all of our glossary terms in...
    4. Parent/Child relationships, relating to ADO and SQL Server
      I'm working on a back end for an ecommerce system that has two tables that both need data in a one to one or more relationship. The product table...
    5. questions relating to dropdown list
      hi, i am making a grammar exercise for children where they will have to fill in the blanks in a paragraph with the appropriate word. i have...
  3. #2

    Default Re: relating record to picture

    Depending upon which server language you are using you may need a
    component to handle the upload of the image.

    The simplest way to handle the actual linking is to insists that the
    person give they image a name that matches their unique ID such a 4.jpg.
    Then you could code a page with a dynamic call on the id and not have to
    track individual image names.



    Regards

    Paul Whitham
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Quality Web-design that won't break the bank.

    Certified Macromedia Dreamweaver MX2004 Professional
    Team Macromedia Volunteer for Dreamweaver.

    newflashboi wrote:
    > i have an interface where people can sign up and provide details, for an online
    > ystsem for people to meet others, its a prototype for my dissertation. i need
    > to have pictures of people along with their information, initially i tried
    > doing this with msaccess by creating a field called picture and stroing i as an
    > OLE object but didn't know how to do it. if i have a folder called pics on my
    > server how can i have it so that people can upload pics to this folder when
    > they sign up or edit their records and have it saved into the folder, under
    > their unique ID, and when users search for other users, the picture comes up
    > dependent on what user is shown i.e. the user id shown on the detailed page of
    > the master detail page. how would i get a record to relate to a picture in a
    > file or when it loads up for the image file to load up depending on what record
    > is being shown...
    >
    > i hope all that makes sense please help.
    >
    Paul Whitham TMM Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139