Sagewire Logo

images Cold Fusion access

3 Message(s) by 3 Author(s) originally posted in cfml getting started


From: quiero mas Date:   Saturday, October 20, 2007
I know access isnt the best but...
Can someone tell me the process
I have some very small thumbnails I want to display random ly - this side of
things is going fine. But Im not sure how to store the gifs in access so that
they display when pulled from the db. any advice'd be most appreciated


From: jdeline Date:   Sunday, October 21, 2007
Do not store your images in the database. Place your images in asubdirectory
called thumbnails. Name them something like 1xxx.gif, 2xxx.gif, 3xxx.gif,
4xxx.gif, etc.

Let's assume you've 50 images. Then use the CFSET foo = RandRange (1, 50)
function to create a random number between 1 and 50. Use it to display
<IMG SOURCE="thumbnails/#foo#xxx.gif">


From: tclaremont Date:   Tuesday, October 23, 2007
I use jdeline's method routinely and it works great.



Next Message: JAVA


Blogs related to images Cold Fusion access

macbook pro running osx coldfusion trying to connect vmware vista ...
My question: What do I put as the server name in the coldfusion administrator to connect to the vista image ms-sql database? Up to this point the server has always been localhost or localhost:8500, etc. How do find out how to referenc ...

Saving image links to access and retreiving to CFMX7 in ColdFusion
I have only been studying ColdFusion for two months. Ultimately I would like for all images that are uploaded during the application process, be tagged with a unique number and stored in their own folder. ...

ColdFusion 8 and XMP
I saw a recent post about images and IPTC and EXIF and CF8 able to access the embedded data. What about XMP? Maybe I am mistaken but im pretty sure XMP data can be stored in images. Can CF8 access XMP data on a file? ...

Can someone
I'd do it, but my firewall doesn't allow me access to my server from work. On 10/11/07, Loathe wrote: > > So who wants to put up some html and images? > > It's not anything revolutionary. I'ma horrible designer. ...

RE: stop requests of images via application.cfc
ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: ...

ColdFusion 8 Released!!
ColdFusion 8 can easily provide data to existing Ajax applications and frameworks. You can use simple tags to access a large library of prebuilt Ajax user interface components such as rich text editors, data grids, tree controls, ...


Programming | Sports | Autos

copyright 2006
Valid XHTML 1.0 Transitional