WolfgangFahl / pyFlaskBootstrap4

Flask + Bootstrap 4 static components and templates for webprojects
Apache License 2.0
5 stars 2 forks source link

add dropzone support #20

Open WolfgangFahl opened 2 years ago

WolfgangFahl commented 2 years ago

https://pypi.org/project/Flask-Dropzone/

WolfgangFahl commented 2 years ago

example missing?

WolfgangFahl commented 2 years ago

The current workaround IMHO needs some love to make it production ready. Especially it should be better integrated with the upstream projects and if workarounds are necessary they should be prepared to be refactored back to using the upstream libraries again once fixed. E.g. The Mime-Type and Logo handling should be properly extendible and might need some standard library handlign so that the wheel does not have to be reinvented e.g. for content-type negotiation. May be we need a separate ticket for content type negotiation