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 users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to