coldfusion-mx

How can I prevent automatic form submission by bots?

I am running ColdFusion MX, so I don't have the possibility of using the built-in cfimage Captcha functionality in my application, before form submitting. But the problem is without captcha the bots submit the forms. What will be best way to prevent automatic submitting? ...

How to write a SQL query for user selected date range?

I am trying to write a query that will capture calls completed within 24 hours and calls completed > 24 hours, by call rep, based off of user selected from date and to date range in a web form. I have a column for completion_date in the "yyyy-mm-dd 00:00:00" format, reps, type of call, call requested, and call assigned. I really need so...

COLDFUSION :: looking for guideline to upload image and then send as e-mail attatchment

I have a form that can be used to uplocad pictures, and after uploading the pictures will be sent as e-mail attatchemnt to website admin and then the images will be deleted from Server. Any guide line? Thanks in advance. ...