Hello,

The most important thing in this story is :

where are you pictures stored relative to your DocumentRoot?

For apache, if you call:
 src="users/avatars/image.jpg"

from the url:  http://localhost/frontend_dev.php/settings

It will search your picture in <DocumentRoot>/settings/users/avatars/
image.jpg
where DocumentRoot is (surely) your symfony_web_dir (aka: /var/www/
symfony/web )

So if you want call your pics from all URL (like 
http://localhost/frontend_dev.php/settings
OR http://localhost/frontend_dev.php/settings/edit )

You HAVE TO call them with /users/avatars/image.jpg

The first / is very important because it tells Apache to start form
your DocumentRoot, which is always the same ( ie: http://localhost )

Hope I helped!

On 4 fév, 10:21, wueb <webmaster....@gmail.com> wrote:
> Nobody knows? :S

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@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