Hi all,

I'm a bit stuck here in finding a solution for uploading files to our
server. Problem is that is has to be sent in DIME format (binary data
with some xml in it). What I was wondering is that for this solution
it looks like I have to read the file first, wrap it in a bytearray
and then convert it to a DIME record. Meaning that the complete file
has to be in memory before sending it. So for a 50MB file (Indesign
for instance) that would mean Flex needs at least 50 MB of memory extra...

so.. Ideally I'm looking for a URLStream solution, but then the upload
version, where I read a file in chunks and send those chunks to the
server. Any chance of building this on URLLoader or do I need to step
down to Socket for this ?

Dennis

Reply via email to