Is there a way to concatenate 2 binary variables (that contain 2 files):
<cffile action="" file="#ExpandPath('.')#/file2.bin" variable="file1">
<cffile action="" file="#ExpandPath('.')#/file1.bin" variable="file2">
I want to have a single variable, something like this:
<cfset filesData = file1 & file2>
Thanks,
<mack />
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

