On Fri, Aug 22, 2008 at 8:35 AM, julianb <[EMAIL PROTECTED]> wrote: > What if the file never has a path and exists just as StringIO? I can't > seem to get it to be a "Django file"...
I'm a bit confused by that. Do you mean that you don't want to save it to a file, or that it's not a file already? If you're trying to put the image into a StringIO and will never actually write it to a real file somewhere, you don't have to bother with a "Django file" at all. Just use StringIO and call it a day. If, however, you mean that the file is already a StringIO, rather than a file, and you'd like to save it to a file, I hope to have a fix up for that this weekend. It's possible right now, but it's not very easy, much less pretty. -Gul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---