Simple answer .. don't. You should be able to accept requests through
symfony's post handlers that can also transmit files just as if someone had
uploaded a file through a form.

2010/8/3 Grzegorz Śliwiński <fi...@fizyk.net.pl>

> Hello,
> I have to accept image sent through flash/flex app by post. Since
> flash/flex can't send different data types through post request, flash/
> flex developer ask if I can accept image through
> $GLOBALS["HTTP_RAW_POST_DATA"]. So, my question is if I can retrieve
> from $GLOBALS["HTTP_RAW_POST_DATA"] sent file, and validate it somehow
> in form.
>
> I've never used HTTP_RAW_POST_DATA, hence my question.
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to symfony-users@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en
>



-- 
Gareth McCumskey
http://garethmccumskey.blogspot.com
twitter: @garethmcc

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to