Hi everyone,

I've noticed that when uploading images when running an app from
Windows, file paths are stored using backslashes:

images\my_image.jpg

when running on Mac, they are forward slashes:

images/my_image.jpg

I've seen where there is a hook into the save method on a model. I'm
assuming it would be possible to take do something like:
filepath.replace('\\','/'), but I have no idea what the object
reference to the uploaded file would be, or the property to do the
replacement on would be.

Along those same lines, it would be great to be able to do auto-
thumbnails, validation of image file size, file type, etc.

Does anyone know any documentation around the ImageField data type and/
or some sample code?

Insight appreciated!
Brandon
--~--~---------~--~----~------------~-------~--~----~
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