Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Coldfusion and Flash Integration - session variables

Status
Not open for further replies.

ice78991

Programmer
Nov 20, 2006
216
0
0
I am using the flash FileReference API to upload files in my coldfusion app.

I trigger the upload in flash with
uploadURL = new URLRequest();
uploadURL.url = "processingpage.cfm?var1=20";
file.upload(uploadURL);

The problem is that I think I am losing access to my session variables in processingpage.cfm

I have tried setting the url to the following but has not helped.
processingpage.cfm?var1=20&#Session.URLToken#

Is there a solution to this problem?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top