RE: FileReference implementation

2017-10-04 Thread Idylog - Nicolas Granon
Thank you, Yishay. Nicolas Granon > -Message d'origine- > De : Yishay Weiss [mailto:yishayj...@hotmail.com] > Envoyé : mercredi 4 octobre 2017 10:23 > À : dev@royale.apache.org; ngra...@idylog.com; dev@royale.apache.org; > ngra...@idylog.com > Objet : RE: FileR

RE: FileReference implementation

2017-10-04 Thread Yishay Weiss
[2] https://github.com/yishayw/Examples From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Wednesday, October 4, 2017 11:22 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org>; ngra...@idylog.com<mailto:ngra...@idylog.com> Subject: RE: FileReference implementation

RE: FileReference implementation

2017-10-04 Thread Yishay Weiss
; Sent: Tuesday, October 3, 2017 6:20 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org>; ngra...@idylog.com<mailto:ngra...@idylog.com> Subject: Re: FileReference implementation No. You can read a file using the File APIs. In JS, you can get a Blob and ArrayBuffer The rough equiv

Re: FileReference implementation

2017-10-03 Thread Harbs
No. You can read a file using the File APIs. In JS, you can get a Blob and ArrayBuffer The rough equivalent to ByteArray in Royale is BinaryData which wraps ArrayBuffer and deals with the views and you can get that from a file. We’ve done work on abstracting those APIs. Yishay did the work on th