I'm on windows btw.

On Mar 8, 4:52 pm, "shevken" <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Is there a way to change the default path of the image to use
> backslash (/../) instead of the forward slash?
>
> I declared the following in my model
>
> img = models.ImageUpload(upload_to='upload/img/')
>
> but in the database the column's value is saved as upload\img
> \django.jpg
>
> When i display the image,
>
> <img src="/res/upload\img\django.jpg">
>
> IE can display this without problem, but FF will not display the
> image.
>
> Is it just me?
>
> Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to