I am writing an app where site users upload a plaintext file full of
unstructured *unicode* data, which is then processed and a CSV file is
returned.  I have just been informed that using newsforms.FileField()
I am only going to get binary data.  If it comes down to it, I could
just retool this snippet for .txt:
http://www.djangosnippets.org/snippets/95/
But plaintext being what it is, I feel like there must be something
that I am really missing.  There ought to be a pretty simple way to do
this.
--~--~---------~--~----~------------~-------~--~----~
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