python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
coldfusion cffile upload passing a parameter to the action page
In coldfusion I have a basic cffile upload which works fine when the nameconflict parameter is explicit, such as 'overwrite'. But when I try to pass a parameter, it doesn't work.
<cfoutput>
<...
Betty Mock
Votes: 0
Answers: 1
What steps are required to make ColdFusion websockets work on an Azure VM behind Cloudflare?
We are attempting to use websockets in ColdFusion (2018.0.13.329786) in an app we have running on Azure VMs behind Cloudflare. However, we are continually getting this error on the client side:
WebSo...
Nicholas
Votes: 0
Answers: 1
coldfusion cfcontent want to offer open file but not download
In ColdFusion I have code to open or download a file:
<cfif FileExists('#session.exploc#/#attname#')>
<cfset typeatt = FilegetMimeType('#session.exploc#/#attname#')>
<c...
Betty Mock
Votes: 0
Answers: 1
Crypto.com API : Create Order
Crypto.com API is not very friendly.
Took forever to get account balance authorized.
Using same technique, same encoding I cannot get the order created.
Always get unauthorized.
<cfscript>
ap...
Merle_the_Pearl
Votes: 0
Answers: 1