Hi, sorry for OT, i've seend that when you stores a value in a variable,
CF limits it size to 64000 bytes. I'm working in pdf appender with java
PJX libraries, the code sample would be:
<cfobject type="java" name="bb" class="java.nio.ByteBuffer"
action="create">        
<cfset myPDF = toBinary(myquery.myblob)>

<cfoutput>
#isbinary(myPDF)# - #len(myPDF)# <br>
</cfoutput>

If the blob size is > 64KB then len(myimage) = 64000 and then the
document is incorrect (no EOF).
Any clues? Should use arrays of 64KB? And concatenating? Or what, why
limit is only 64KB?

Need some help.
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to