[flexcoders] FileReference to ByteArray

2008-09-26 Thread aytuganov
Does somebody know is it possible to select file using FileReference.browse() and than set it to ByteArray instance. (There is an object that has an ByteArray property. I have to set this property and send the object to server using RemoteObject - but it's not a matter)

Re: [flexcoders] FileReference to ByteArray

2008-09-26 Thread Jon Bradley
On Sep 26, 2008, at 4:48 AM, aytuganov wrote: Does somebody know is it possible to select file using FileReference.browse() and than set it to ByteArray instance. (There is an object that has an ByteArray property. I have to set this property and send the object to server using RemoteObject -

Re: [flexcoders] FileReference and ByteArray

2006-09-27 Thread EECOLOR
Hello, if i remember well this is not possible because of security reasons. Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

RE: [flexcoders] FileReference and ByteArray

2006-09-27 Thread Dustin Mercer
, September 27, 2006 2:57 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FileReference and ByteArray Hello, if i remember well this is not possible because of security reasons. Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ: http

Re: [flexcoders] FileReference and ByteArray

2006-09-27 Thread EECOLOR
Yeah i think apollo will most likely cover this section aswell. It will act like a 'normal' program shell, allowing you to interact with the file system and do all kinds of fancy shizzle with it :) Let hope :) Greetz Erik __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] FileReference and ByteArray

2006-09-27 Thread Rogerio Gonzalez
I did some work using mx:image source=file:///c:/image.jpg but when I try to get the byteArray of the mx:image, the security sandbox error shows up :(I am thinking use something with _javascript_. Anybody did this? regardsRogerioOn 9/27/06, EECOLOR [EMAIL PROTECTED] wrote:

[flexcoders] FileReference and ByteArray

2006-09-26 Thread Rogerio Gonzalez
Hi there Someone know if is there any way to capture the ByteArray of an FileReference Object, without sending it to the server-side script? Thanks and regards Rogerio -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: