[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-05-10 Thread GitBox
aharui commented on issue #708: URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-626355351 load() did not work at all. I think I got it to work. I'm not sure which buttons to hit. I searched their code for FileReference. I think you hit the Edit button with the

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-05-10 Thread GitBox
aharui commented on issue #708: URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-626283771 Pashmina's app is using load(), not upload(). This is an automated message from the Apache Git Service. To respond

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-04-02 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-608222770 We want to know what your existing code looks like so we can see if we can emulate the APIs you are using. If you can put together a small test

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-03-30 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-606081272 What Flash sends is documented in the ASDoc for FileReference:

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-03-29 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-605786973 I made a change to mx.net.FileReference to use FormData. This code worked for me with the upload service I was testing. I've overridden the

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-03-29 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-605785454 @yishayw I could not find UploadPostHelper in our code, only on the internet, and it looked like it wasn't ALv2 compatible.

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-03-29 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-605690105 I'm not that familiar with how uploading is supposed to work, but I thought an upload was just a POST with the data to some URL. Are you saying

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-03-29 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-605600444 @yishayw Can you explain how the code is supposed to work? I built the example and tested against an upload server and got a 400.

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-02-13 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-585851316 @yishayw Do you have time to migrate the ASDoc example and get it to run?

[GitHub] [royale-asjs] aharui commented on issue #708: File Upload not working in Royale

2020-02-10 Thread GitBox
aharui commented on issue #708: File Upload not working in Royale URL: https://github.com/apache/royale-asjs/issues/708#issuecomment-584496619 @yishayw Do you have time to emulate FileReference on top of the FileUpload code? You may be more familiar with this functionality than I am.