Ask a Question related to Coldfusion Database Access, Design and Development.
-
mofufus23 #1
CFX_GETIMAGE
Does anyone know what to do to get this tag to work? There is no instruction on how to do so. Any help would be much appreciated. Thanks!
mofufus23 Guest
-
CFX_GETIMAGE error in CF MX 6.1
We used to use CFX_Getimage to retrieve image files from our database using CF 5 Server apps. When we migrate to CF MX 6.1, this tag doesn't work... -
StylusDesigns #2
Re: CFX_GETIMAGE
it may be easier to download and install cfx_image
it is a popular tag, and comes with a ton of info.
[url]http://www.kolumbus.fi/jukka.manner/[/url]
StylusDesigns Guest
-
Russ #3
Re: CFX_GETIMAGE
We use this (and the CFx_putimage) tag all the time. If you are using CFMX, be
aware that CFMX is using JDBCs and the get/put Image routine uses ODBCs . you
can't use a CFMX datasouce in the getimage, you have to create a generic ODBC
and use that. Just store the code (.dlls) in the cfx subdirectory under
CFusionMX and then go into the CFMX administrator and register the dll. hope
this helps. russ...
Russ Guest
-
mofufus23 #4
Re: CFX_GETIMAGE
Do you know if there is a compatibility issue (ColdFusion MX Version) with the
tag? I am currently running on MX 7. I got my MX 6 Server to work but somehow
the MX 7 is not working properly. I keep getting "unexpected error" on the
Username when I run the tag.
mofufus23 Guest
-
Russ #5
Re: CFX_GETIMAGE
I can't answer your question on MX7 as I have not upgraded yet from 6.1.
Russ....
Russ Guest



Reply With Quote

