Question
loading url variables from file in CF ?
Is it possible to load url formatted variables from a text
file and have them read in natively in CF, kind of like of
loadvaraibles() does in flash ?, the reason i ask is because i have
a app that reads in data in flash but later on in the process i
want a cf page to share the same variable data flash read earlier.
I know CFFile would the read the entire contents in 1 variables but is there a way to read the variables in and have them readily available or is the only way to parse the single variable from the CFFile read. If so what the best way to parse and evaluate the data when in url format and read from a file e.g.
&myvar1=foo
&myvar2=yes
&myvar=no
any help here would be appreciated.
Thanks,
Jas
I know CFFile would the read the entire contents in 1 variables but is there a way to read the variables in and have them readily available or is the only way to parse the single variable from the CFFile read. If so what the best way to parse and evaluate the data when in url format and read from a file e.g.
&myvar1=foo
&myvar2=yes
&myvar=no
any help here would be appreciated.
Thanks,
Jas