开发者

How to set input/output variables in ColdFusion for the following?

how do I make the input/output variables in proper coldfusion code?

Variables INPUT: variables.s3_target_directory variables.file_name variables.file_location

    OUTPUT:
        variables.success
     开发者_C百科   variables.transactionid / success UUID
        variables.s3_location   - link can be http or https


I'm not 100% I understand your questin, but here's how you set a variable:

<cfset s3_target_directory = "my directory" />

And you output it like this:

<cfoutput>#s3_target_directory#</cfoutput>

If that's not what you're after, you're going to have to provide more detail in your question.


Variables
    INPUT:
        variables.s3_target_directory
        variables.file_name
        variables.file_location

    OUTPUT:
        variables.success
        variables.transactionid / success UUID
        variables.s3_location   - link can be http or https

// IMPORTANT: Set your key, accesskey and bucket here Variables.accessKeyId = ""; Variables.secretAccessKey = ""; Variables.BucketName='cic-audio'; // Put your bucket name here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜