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 - but it's
not a matter)
In Flash 10.
You have no access to the content of a FileReference object or item
in any version of Flash earlier than v10. That's a resounding answer
of "no".
There may be ways to hack the HTTPHeader information to include
additional content information when the FileReference is uploaded.
Otherwise, you'll need to send that data separately to the server.
good luck,
jon