Unfortunately I don’t have any specific insight into solving your problem per se, but sometimes it’s helpful to know that the class does work.  We have successfully implemented download over both HTTP and HTTPS using the fileio.swf’s wrapper of the FileReference class without incident.  I guess the advice I’m offering is that it is likely something specific to your installation because we’ve never seen the 4K limit you’ve described.  I believe the MM docs state that the limit is around 100MB, if memory serves.

 

Jason

 

 

 

__________
Jason Weiss
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com


Email: jasonDOTweissATcynergysystemsDOTcomNOSPAM
Office: 866-CYNERGY

 

 


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nikmd23
Sent: Tuesday, November 15, 2005 6:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ioError # 2038 - Any help?

 

I'm hoping someone might have some insight here.

I'm using the FileReference class to download an image from the
server to the client.  It works great, as long as the image I'm
downloading it small.  (The largest one I've been able to download
so far is 4.0K)

I haved caught the error and called it's toString() method.  It
returns this: [IOErrorEvent type="ioError" bubbles=false
cancelable=false text="Error #2038: File I/O Error. URL:
http://localhost:8500/360/images/layout.jpg"]

The path is correct - acctually, all the other images in the same
directory work, as long as they are 4.0K or smaller.

I also receive the exact same error when the URL I provide
FileReference's download() method is a .cfm file which uses
<cfcontent> to return the same 4.0K image that has worked when
called directly.  (The CF code also works on it's own.)

Does anyone know anything about this?

Thank You,
Nik






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to