Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6073727
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:18:10+00:00 2026-05-23T10:18:10+00:00

In efforts to allow users to save their progress in my application, I’ve decided

  • 0

In efforts to allow users to save their progress in my application, I’ve decided to allow them to save. In order to do this, I’d like to create an array with all the necessary information, and send that information to a coldfusion (.cfm) file and process the information from that page. Is it possible to send an array instead of a bunch of url variables? It is possible (and quite probable) that users would exceed the query string length of most browsers.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T10:18:11+00:00Added an answer on May 23, 2026 at 10:18 am

    Yes, just use a post method instead of get. In ColdFusion this will come through the form scope instead of the url scope.

    var request:URLRequest = new URLRequest(your-cf-page);
    request.data = yourURLVariablesObject;
    request.method = URLRequestMethod.POST  //this is the important part
    urlLoader.load(request);
    

    Put your info in the URLVariables like you usually do…

    yourURLVariablesObject.whatever
    

    will become

    #form.whatever#
    

    on CF

    Just a note… if you really want to make this work well, I’d consider using AMF and an RemoteObject. ColdFusion has the advantage of being able to directly talk to Flex via AMF.

    var yourService:RemoteObject = new RemoteObject("ColdFusion");
    yourService.source = "yourCFFiles.yourCFC";
    

    Now you can call any method in yourCFC

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is similar to my previous efforts ( wordEnds and repeatEnd ): as a
I am trying to create an application which allows background threads to update core
What I'm looking for is a scripting engine for Java that would allow users
I want to allow the users to define a formula based on two variables.
I'm writing a Facebook application, somewhat like a dating site (but not quite), and
Apologies for not posting any code for this but all my efforts seem to
In my efforts to resolve Python issue 1578269 , I've been working on trying
I've exhausted all efforts at what appears to be a trivial problem, but gotten
I know Microsoft has made efforts in the direction of semantic and cross-browser compliant
I am struck by the ambition and creativity of Charles Simonyi's efforts to establish

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.