poppastring / dasblog-core

The original DasBlog reimagined with ASP.NET Core
MIT License
469 stars 193 forks source link

Distinct endpoint handler for binaries/images uploads #672

Open clemensv opened 1 year ago

clemensv commented 1 year ago

I'd like editors embedded in the site like TinyMCE to be able to upload images directly using a distinct endpoint rather than having to use a secret-handshake form parameter (submit="Image Upload") in the edit handler.

Ref: https://www.tiny.cloud/docs/general-configuration-guide/upload-images/

poppastring commented 1 year ago

Working on this issue.