Brian
Member since Dec 11, 2008
- Profile: /members/157-brian.htm
- Comments: 5
Recent Blog Comments By Brian
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Apr 11, 2008 at 4:00 PM
@Ben We actually just solved the problem. We never created a virtual directory on the server to map to the temp folder. Thanks for the help. It is working really nice. Thanks, Brian... read more »
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Apr 7, 2008 at 9:43 AM
@Ben, Sorry I didn't really make it clear. There is no error. The image path is broken. It cannot find the CFFile/Servlet/ path. But maybe you are on to something. Do you have to use the writetobrowser() fucntion to get this to work? At this time we are only using <cfimage action="captcha">... read more »
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Apr 4, 2008 at 4:51 PM
@Ben, Not sure what you mean. I dont think we want to use the URL. We arent really getting any error messages, except when we use Absolute or Relative paths in the destination attribute. I notice most people who use this avoid destiantion all together. They let the system serve the file up throug... read more »
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Apr 4, 2008 at 9:00 AM
Hi Ben, Thanks for the idea. Actually it is my fault when I copied over the <img src> tag. In my actual page it is correct, just failed to do it correctly when I posted on here. So the search continues. Brian... read more »
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Apr 3, 2008 at 10:29 AM
When using the CFIMAGE captcha function, I am getting a broken image. The source code reads as this: <imgsrc="/CFFileServlet/_cf_image/_cfimg892407289798721295.png"> Why is this failing to load? Is it a mapping issue? And how is this mapped?... read more »