hi
i resolved the problem i forgot this lines [?][?]

$this->getResponse()->sendHttpHeaders();
$this->getResponse()->setContent(readfile($path));

thanks ftassi for your reply

2011/4/27 Hamza Tlili <tlili....@gmail.com>

> thanks for your reply
> i changed the upload _dir as you said i followed the example but the size
> of the file always 0 octet
> thanks
>
>
> 2011/4/26 ftassi <tassi.france...@gmail.com>
>
>> In order to avoid unwanted downloads you have to put  your file outside
>> your web dir (maybe you can store files in data/). This will prevent direct
>> download (apache will not able to reach your files).
>> The next step is to implement an action that read and serve the file, only
>> fot authorized users.
>> This way your files will be accessible only form your symfony action.
>>
>> Here's an example of what I'm saying (I've not tested the code in the post
>> but seems correct)
>>
>> http://www.symfony-zone.com/wordpress/2009/08/03/serving-pdf-files-through-symfony-controllers/
>>
>> Cheers
>>
>> Francesco
>>
>> ---
>> Francesco Tassi
>> More about me http://flavors.me/ftassi
>>
>> --
>> 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
>>
>
>

-- 
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

<<331.gif>>

Reply via email to