coldfusion - Is it possible to use C++ CFX tags in Railo? -
i had move several older websites running in coldfusion mx7 onto server running railo 4.2.1. these sites use either cfx_image or cfx_openimage tags resizing uploaded images. looks rewrite them use cfimage, i'm hoping these older sites working is, @ least know.
does know of way use c++ cfx tags in railo 4.2.1?
railo 4.2 supposed compatible cf 10 doesn't support c++ tags. it's intended compatible far cfml syntax goes there few things railo doesn't support, c++ cfx tags being 1 of them. support java cfx tags. read this
but can use cfimage
tag perform various image manipulation operations including image resizing. this
<cfimage action = "resize" height = "number of pixels|percent%" source = "absolute pathname|pathname relative web root|url|#cfimage variable#" width = "number of pixels|percent%" destination = "absolute pathname|pathname relative web root" isbase64 = "yes|no" name = "cfimage variable" overwrite = "yes|no">
Comments
Post a Comment