[osflash] FileReference response

Till Schneidereit tschneidereit at gmail.com
Wed Feb 21 04:29:01 EST 2007


I know how you feel ...
But you should try and stay on it - most of the problems can be worked
out. For example, getting more than the basic upload to work in
Firefox can be a pain, but is definitely doable nonetheless.


good luck,
till

On 2/21/07, Grant Davies <grant at bluetube.com> wrote:
> I wish I'd never started this damn file upload, talk about omissions (doesn't work in firefox, gets IOError) no access to response etc.. Etc...
>
> It all seems a bit slap dash to me..
>
> Thanks for the info, I'll checkout that blog post.
>
> Grant
>
>
>
> ...........................................
> > b l u e t u b e i n t e r a c t i v e.
> .: grant davies
> .: 404.428.6839 (c)
> .: 708-983-1577 (F)
> > grant at bluetube.com
> > http://www.bluetube.com/bti
>
>
> -----Original Message-----
> From: osflash-bounces at osflash.org [mailto:osflash-bounces at osflash.org] On Behalf Of Till Schneidereit
> Sent: Tuesday, February 20, 2007 5:58 PM
> To: Rákos Attila; Open Source Flash Mailing List
> Subject: Re: [osflash] FileReference response
>
> As Rákos said, you have to grab the info with another call to the server after the upload has completed. Unfortunately, that's not the end of the story, though. For some reason that may or may not be known to the engineer that implemented file upload in fp8, the upload is done in a separate session from the rest of the communication with the server. Thus, you don't can't just store the info in a session variable on the server without any extra work.
> For more info on the problem - and a solution - check this blog post:
> http://www.5etdemi.com/blog/archives/2006/10/php-filereference-and-sessions-a-bug-from-hell/
>
>
> cheers,
> till
>
> On 2/20/07, Rákos Attila <tenegri at tengerstudio.com> wrote:
> >
> > GD> I have the file upload in flash 8 working but wondered if there is
> > GD> a way to get the server response, we need to send back a short
> > GD> message stating what we did with the file but and I see my
> > GD> response in the HTTP request (using charles http proxy) but I
> > GD> don't seem to be able to see any of that data in flash...
> >
> > You cannot access the content sent back in response of the upload
> > request, FileReference allows determining success or failure only. You
> > have to post another request (LoadVars or XML) to get any information
> > back from the server concerning the uploaded file.
> >
> >   Attila
> >
> >
> >
> > _______________________________________________
> > osflash mailing list
> > osflash at osflash.org
> > http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> >
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


More information about the osflash mailing list