I'm trying the following ColdFusion code in order for our server to periodically download a zip archive of our repo for an executive backup request. Here's the basic code so far (an amalgam based o...
I'm trying to attach a file uploaded to the temp directory to a JIRA ticket local.file = fileUpload(getTempDirectory(), attachment); local.cfhttp = new http(method='POST', url='https://{url}.atla...
Copied to clipboard