Category "coldfusion-11"

Coldfusion cfhttp multipartType - How do I send JSON and file in same request?

I'm up against an API that has very sparse documentation. I've tried everything (more below) but the end result is a response from the 3rd party server: The giv

Parsing CSV with coldfusion

I want to create a new function which will take CSV and parse data from it and then write it to database. So far I managed to get this: <cfhttp method="get"