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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload method

bmeyer71 opened this issue · comments

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

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

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

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.

Great. I'll keep an eye on it.