wardi / django-filebrowser-no-grappelli

django-filebrowser for default Django admin site. Based on https://github.com/sehmaschine/django-filebrowser v3.1 (before it was in git) Consider using https://github.com/smacker/django-filebrowser-no-grappelli which is based on a newer version
Other
149 stars 114 forks source link

upload method #8

Open bmeyer71 opened 14 years ago

bmeyer71 commented 14 years ago

Are there any plans to switch from flash based uploads to a jquery or js based method? Not that big of a fan of flash.

Bjorn

wardi commented 14 years ago

have you seen http://github.com/alexvasi/django-filebrowser-no-grappelli-and-uploadify/ ? Does it do what you need? I would like to merge this if it allows switching off the flash upload with a config option

bmeyer71 commented 14 years ago

I hadn't looked at it yet. I will give it a try in the next day or two and let you know. Thanks

bmeyer71 commented 14 years ago

I think there is a bug in the file selection on that one. I select a file, and it seems to randomly pick a different file from the file manager. If you double click on the file to select, it seems ok. But not if you select the file and click ok. One thing that would be good, is if you could select browse like you do with the flash version and it just adds the file to the list to upload. Otherwise, things so far seem to work the same. TinyMCE integration seems to work as well.

wardi commented 14 years ago

Great. I'll keep an eye on it.