Ask a Question related to Coldfusion Database Access, Design and Development.
-
quiero mas #1
remotely insert picture into database
Advice please - i have got a form which inserts data into my database - i also want to insert jpegs into the database
any advice would be most appreciated.
Mark
quiero mas Guest
-
Is it possible to insert a picture in a form?
The person filling out the form would insert a picture in a space provided.... all of which could then be distributed.... Or if I can't do this in a... -
Picture database - MAC - IDCS/Quark
Is there a way in indesign cs (or quark for the multiprogram users) to link information to pictures such as a picture directory. It is easy to flow... -
Database Insert
Is there anybody out there who has worked through the Jeffrey Bardzell book "Dreamweaver MX 2004 with asp, Coldfusion and php"? By various means I... -
insert data into database
:confused; Please help, I haven't got a clue what I am doing. I have a page that I wish people to enter data then submit it to a Microsoft SQL... -
Creating a picture database
Hello everyone, I am new to Filemaker, and I was wondering if anyone could help me with a problem. I am trying to make a database of several... -
adotfilm #2
Re: remotely insert picture into database
How about uploading the jpeg to a directory and then insert the file path to
that particular jpeg with the jpeg's name appended to the end into your DB
(instead of trying to upload binary data into your DB)? You can define that
column in your DB where the path and filename is to be a hyperlink as well.
adotfilm Guest
-
quiero mas #3
Re: remotely insert picture into database
???????????????????????????????????
will there be a lag since it has to go to the directory first?
quiero mas Guest
-
adotfilm #4
Re: remotely insert picture into database
Depending on your connection, uploading a file, especially a graphic, can take
a little time. I'd structure the code so that it uploads the graphic first, and
after uploading is successful, write the path/filename.jpg to your DB.
adotfilm Guest



Reply With Quote

