Re: Royale File Upload

2020-05-31 Thread Carlos Rovira
Hi Mike, I know some people reported success using FileReference in a Jewel application, so that works for sure. If you're having trouble more than put asconfig you should give more info about the error you are getting. thanks El dom., 31 may. 2020 a las 16:14, MikeH () escribió: > Hi Yishayw,

RE: Royale File Upload

2020-05-31 Thread MikeH
Hi Yishayw, That looks very much like the code I have in my Flex code that I compile as an Air Application. The Application I am building at the moment is a using the Jewel components and I couldnt get FileReference to work as it would not compile so I went with FileProxy. Maybe I am doing some

Re: Royale File Upload

2020-05-31 Thread MikeH
Ok, i got it working by removing the third parameter fileModelWithParams.setParam("username",my_user_name,fileModel.name); and changed to: fileModelWithParams.setParam("username",my_user_name); Seems to have worked. -- Sent from: http://apache-flex-development.247.n4.nabble.com/

RE: Royale File Upload

2020-05-30 Thread Yishay Weiss
Does the emulation example [1] work for you? [1] https://github.com/apache/royale-asjs/blob/develop/examples/mxroyale/FileReference/src/main/royale/FileReference.mxml From: MikeH Sent: Friday, May 29, 2020 10:05 PM To: dev@flex.apache.org