Re: Uploading files with parameters

2019-07-15 Thread Piotr Zarzycki
send(requestData); > > > > > From: Piotr Zarzycki > Sent: Monday, July 15, 2019 1:58:11 PM > To: dev@royale.apache.org > Subject: Re: Uploading files with parameters > > Hi Yishay, > > Yes that is a good plan - however I still have

RE: Uploading files with parameters

2019-07-15 Thread Yishay Weiss
); send(requestData); From: Piotr Zarzycki Sent: Monday, July 15, 2019 1:58:11 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Yishay, Yes that is a good plan - however I still have some questions to make sure that I

Re: Uploading files with parameters

2019-07-15 Thread Piotr Zarzycki
> To: dev@royale.apache.org<mailto:dev@royale.apache.org> > Subject: Re: Uploading files with parameters > > This is great idea Yishay, but I see one scenario where having in model > blop property as FormData type will fail. If I would like to Load and > Upload later file blop ha

RE: Uploading files with parameters

2019-07-15 Thread Yishay Weiss
way, only changing the model. How does that sound? From: Piotr Zarzycki<mailto:piotrzarzyck...@gmail.com> Sent: Sunday, July 14, 2019 10:21 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Re: Uploading files with parameters This is great idea Yishay, but I see

Re: Uploading files with parameters

2019-07-14 Thread Piotr Zarzycki
use the present one reads the blob from the > model anyway. > > > > > From: Piotr Zarzycki > Sent: Sunday, July 14, 2019 2:54:18 PM > To: dev@royale.apache.org > Subject: Re: Uploading files with parameters > > I just looked into FileM

RE: Uploading files with parameters

2019-07-14 Thread Yishay Weiss
: Sunday, July 14, 2019 2:54:18 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters I just looked into FileModel and IFileModel. FileUploader using FileModel, but this is because IFileModel doesn't contains "blop" property - I think IFileModel shoul

Re: Uploading files with parameters

2019-07-14 Thread Piotr Zarzycki
ons.* > > >> >> Hope you understand when you look at the code, otherwise ask. >> >> >> >> Thanks. >> >> >> >> [1] >> https://github.com/apache/royale-asjs/tree/develop/frameworks/projects/Network/src/main/royale/org/apache/royale/file

Re: Uploading files with parameters

2019-07-14 Thread Piotr Zarzycki
e/royale-asjs/tree/develop/frameworks/projects/Network/src/main/royale/org/apache/royale/file/beads > > [2] https://stackoverflow.com/questions/15218292/xhr-sendfile-params > > [3] https://github.com/yishayw/Examples/blob/FileProxy/Examples.mxml > > > > __

RE: Uploading files with parameters

2019-07-13 Thread Yishay Weiss
:53 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Yishay, I'm trying to achieve exactly what is in the link from SOF. Thanks, Piotr On Fri, Jul 12, 2019, 7:35 PM Yishay Weiss wrote: > Can you show a flash snippet of what you’re trying to achieve? Would

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
___ > From: Piotr Zarzycki > Sent: Friday, July 12, 2019 4:02:13 PM > To: dev@royale.apache.org > Subject: Re: Uploading files with parameters > > Hi Harbs, > > I mean something like here [1] - I'm not sure if it answers to your > question. > > [1] https:

RE: Uploading files with parameters

2019-07-12 Thread Yishay Weiss
Can you show a flash snippet of what you’re trying to achieve? Would you be using FileReference in flash? From: Piotr Zarzycki Sent: Friday, July 12, 2019 4:02:13 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Harbs, I mean

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Harbs, I'm trying to understand your sentence. I looked into URLBinaryLoader and I don't see the way of putting there params, nor in URLRequest. Thanks, Piotr pt., 12 lip 2019 o 15:25 Piotr Zarzycki napisał(a): > Can you provide me example - event pseudo code would be helpful. > > pt., 12 lip

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Can you provide me example - event pseudo code would be helpful. pt., 12 lip 2019 o 15:09 Harbs napisał(a): > You can use a URLBinaryLoader with the file reference from the FileBrowser > as one of the parameters in the URLRequest. > > > On Jul 12, 2019, at 4:02 PM, Piotr Zarzycki > wrote: > >

Re: Uploading files with parameters

2019-07-12 Thread Harbs
You can use a URLBinaryLoader with the file reference from the FileBrowser as one of the parameters in the URLRequest. > On Jul 12, 2019, at 4:02 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > I mean something like here [1] - I'm not sure if it answers to your > question. > > [1]

Re: Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Hi Harbs, I mean something like here [1] - I'm not sure if it answers to your question. [1] https://stackoverflow.com/questions/15218292/xhr-sendfile-params Thanks, Piotr pt., 12 lip 2019 o 14:58 Harbs napisał(a): > Do you mean multipart or something else? > > > On Jul 12, 2019, at 3:44 PM,

Re: Uploading files with parameters

2019-07-12 Thread Harbs
Do you mean multipart or something else? > On Jul 12, 2019, at 3:44 PM, Piotr Zarzycki wrote: > > Hey Guys, > > We are progressing with port Flex app to Royale. One of the feature in that > app is uploading File to server sigh along with couple of additional > parameters. I see that uploading

Uploading files with parameters

2019-07-12 Thread Piotr Zarzycki
Hey Guys, We are progressing with port Flex app to Royale. One of the feature in that app is uploading File to server sigh along with couple of additional parameters. I see that uploading is possible trough several beads available here [1]. Unfortunately non of them provides nice options to add