Ask a Question related to Dreamweaver AppDev, Design and Development.
-
newflashboi #1
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
-
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... -
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... -
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... -
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... -
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... -
Paul Whitham TMM #2
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



Reply With Quote

