How are you getting the URL for the image? I am not having this same
issue using get_image_url in the templates.

On Feb 20, 1:23 pm, Aaron Fay <[EMAIL PROTECTED]> wrote:
> Hey List,In newforms-admin, when I use an ImageField and specify 
> (upload_to="myfolder") or (upload_to="myfolder/") the value that gets stored 
> in the data base is "myfolder\img.jpg", and then the "\" (backslash) 
> translates into "%5C" in the url (which fails to load). replacing the 
> backslash with a forward slash manually loads the image in the browser, so, 
> am I doing something wrong, or is this a bug you think?
> I fixed it (for now) by overriding the save method and replacing \ with /, 
> but I'm thinking this is a bug...
> Thanks,
> Aaron
--~--~---------~--~----~------------~-------~--~----~
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