Hi, I'm uploading images (represented by a FileField) and I need to rename those files when they are uploaded. I want them to be formated like that "%d-%d-%s.%s" % (width, height, md5hash, original_extension) I've read the documentation and I think a need to write my own FileSystemStorage class but how can I get the md5 hash and the image resolution if the file isn't saved yet ?
--~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---