Vince Collins
Member since Dec 11, 2008
- Profile: /members/1013-vince-collins.htm
- Comments: 4
Recent Blog Comments By Vince Collins
-
Creating Stand-Alone ColdFusion Templates With Embedded Images
Posted on Mar 28, 2007 at 12:16 PM
I ended up solving the problem by using cfhttp get to send the uploaded file name and location to an aspx page that a friend wrote (Thanks Peter Jacoby!) Here are the details: COLDFUSION CODE: <cfif Trim(seljpegPhoto) neq ""> <cftry> <!--- upload image ---> <cffile action="up... read more »
-
Creating Stand-Alone ColdFusion Templates With Embedded Images
Posted on Mar 22, 2007 at 12:41 PM
Thanks Ben for responding. It appears that I am still not getting it. I tried what I was doing on a cf7 server and while binaryencode() worked, it didn't produce the results I was hoping for. Here is my trouble and again, if you don't have the time to answer I totally understand. ----- I have bee... read more »
-
ColdFusion, Simply Delicious
Posted on Mar 22, 2007 at 10:12 AM
Great image. It goes along with your "Kinky Solutions" motto...... read more »
-
Creating Stand-Alone ColdFusion Templates With Embedded Images
Posted on Mar 22, 2007 at 10:10 AM
It appears by this article that you might know that answer to my CF question. It appears that binaryEncode(binaryimage, Hex) is new with CF 7. However that function appears to be exactly what I need in order to write a binary image into an LDAP directory. The trouble is that my client only has CF... read more »