#10396: Django File Upload /Image Upload Forms are broken with Safari (3 and beta 4) ----------------------------------+----------------------------------------- Reporter: sir...@gmx.de | Owner: nobody Status: new | Milestone: Component: File uploads/storage | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ----------------------------------+----------------------------------------- Simple form:
{{{ class UploadImageForm(forms.Form): image = forms.ImageField() }}} When rendered, the choose file button is displayed, but clicking it doesn't work (nothing happens). The same page works fine in Firefox 3 on the same system. JS and HTML debugging facilities inside Safar do not mention any errors. -- Ticket URL: <http://code.djangoproject.com/ticket/10396> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---