Re: MultiFileWidget

2009-07-15 Thread alecs
for file in request.FILES.getlist('file'): Topic is closed :) --~--~-~--~~~---~--~~ 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

MultiFileWidget

2009-07-15 Thread alecs
Hi! I'm trying to use http://www.djangosnippets.org/snippets/583/ and getting an error 'str' object has no attribute 'name'. It happens on this line: logging.debug(request.FILES) for file in request.FILES['file']: filename = file.name Using firepy ( logging.debug) I see this dictionary: ,