Question
the new cfimage tag - do I still use cffile to upload ?
I need the ability for the user to browse for an image on his
local computer and upload it to the coldfusion server. In addition,
I need to:
a) resize it
b) rename it
c) watermark it
Do I still need to use cffile to initially upload the image to the server, or can I use cfimage to do this ?
If I DO need to still use cffile, do I just use the cffile "filefield" as my cfimage "source" ?
a) resize it
b) rename it
c) watermark it
Do I still need to use cffile to initially upload the image to the server, or can I use cfimage to do this ?
If I DO need to still use cffile, do I just use the cffile "filefield" as my cfimage "source" ?
