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 <[email protected]>

> 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 [email protected]
> To unsubscribe from this group, send email to
> [email protected]<symfony-users%[email protected]>
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to