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

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -