I was surprised when suddenly I started receiving errors like this: “No matching function [ENCODEFORHTML] found”? What happened? I was sure that this was working before! The “EncodeForHTML” function is…
Category: Web Development
As the continuation of my previous posts on Preview image before uploading and Sending upload image contents to the server before form submission, I want to add one more feature.…
In my previous post, I was writing about previewing images before uploading. It is handy if you want to display the uploaded image to the user before form submission. But…
On some of the HTML forms, users should add a picture or an image. In such a case, it is handy to display a preview of the image – just…
In ColdFusion (and in Lucee too 🙂 ) you can create ZIP files easily using cfzip. The usage is simple when you want to package a single file or the…
One may say that this is an old one. Back in 2014, Charlie Arehart wrote an excellent blog post describing one of the sources of this issue. Since I found…
As an addition to the Avoid duplication of long-running threads topic, I decided that I want to run my job “infinitely”. I have so much data to process, that it…
I started to use ColdFusion threads recently. I knew that they exist, but I saw no use for them in my code before. Recently I started to process large datasets…
We are switching from ColdFusion to Lucee for some of the sites, and we are facing various small issues. This is one of them. Take a look at such a…
When running Lucee on Apache, the user request is processed first by Apache and proxied to Tomcat which is handling the Lucee code execution. Rather a long and complicated path.…