I experience problem with special chars like æøå in filename when
using models.ImageField.

What am I doing wrong?

models.py
   picture = models.ImageField(upload_to='pics', blank=True,
verbose_name='Picture of you')

Using model forms

Let say I want to upload picture named "æøå.jpg"

If I do that, I get the following error msg:
'ascii' codec can't encode characters in position 59-61: ordinal not
in range(128)

Django ver 1.2 Alpha

Please help me thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.

Reply via email to