It occurs to me that you could use the system to concatenate two files,
then read them as binary.

ie you could "copy file1+file2 file3 /b" and then read file3.

--Ben

Neculai Macarie wrote:

> Hi!
>
> 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]

Reply via email to