Hi,
I am trying to create an application that collects data from 12 input fields, and concat them to one long string, so that it maybe output to a text file.
This file when complete would be uploaded to a server and the string is then read IN to a flash movie. I have the upload, write to text bit sorted, but can not work out how to make my required string to sotre in the text file.
I need to output to a .txt file in the following format exactly
fieldname1=Result1&fieldname2=Result2&fieldname3=R esult3 etc..
My problem is this. I need to use = and the & characters in my final string. Which I know are reserved
Any help appreciated
Cheers
Drew

