Prior to flash 10, i think its impossible to get a file inside flash without
the server so amd/rpc is probably not possible.
I have read somewhere that flash 10 can open files locally,so why do not you
google for flash 10 file handling or something similar...

Either way i think the best case is to use normal file uploading for files
and amp/php for the rest RIA/back end communication.

Be careful thought with the session id if you are uploading to php scripts
behind some loggin functionality...

the flash player has usually (in some browsers at least) its own session id,
so you will need to append the session id in the call to the upload
script...in java this is possible with ;jsessionid="string session id
retrieved earlier from server after login"

hope it helps

On Wed, Oct 22, 2008 at 1:10 AM, Deniz Davutoglu
<[EMAIL PROTECTED]>wrote:

>   I want to upload file using remoteobject and amfphp
>
>
> --- In flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>, "Tracy
> Spratt" <[EMAIL PROTECTED]> wrote:
> >
> > Please clarify your question. "rpc" means many things.
> >
> > Tracy
> >
> >
> >
> > ________________________________
> >
> > From: flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com> [mailto:
> flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>] On
> > Behalf Of Deniz Davutoglu
> > Sent: Monday, October 20, 2008 3:13 AM
> > To: flexcoders@yahoogroups.com <flexcoders%40yahoogroups.com>
> > Subject: [flexcoders] file upload with rpc
> >
> >
> >
> > Hi guys,
> > does any one tried to upload file using rpc?
> > I wonder how can I post files using rpc...
> > thanks.
> > Deniz
> >
>
>  
>



-- 
Fotis Chatzinikos, Ph.D.
Founder,
Phinnovation
[EMAIL PROTECTED],

Reply via email to