Closed ADefWebserver closed 4 years ago
While we can enable images to be inserted by simply including the following toolbar option:
<button class="ql-image" data-toggle="tooltip" data-placement="bottom" title="Insert Image"></button>
Server side Blazor times out with large images.
File uploads with Blazor by @SteveSandersonMS should provide the solution using code from this project: https://github.com/SteveSandersonMS/BlazorInputFile
Quill will allow us to specify a handler that should allow this to be hooked up: https://quilljs.com/docs/modules/toolbar/#handlers
Created a demo that shows image uploading here: https://github.com/ADefWebserver/Blazor-Blogs
While we can enable images to be inserted by simply including the following toolbar option:
<button class="ql-image" data-toggle="tooltip" data-placement="bottom" title="Insert Image"></button>
Server side Blazor times out with large images.
File uploads with Blazor by @SteveSandersonMS should provide the solution using code from this project: https://github.com/SteveSandersonMS/BlazorInputFile
Quill will allow us to specify a handler that should allow this to be hooked up: https://quilljs.com/docs/modules/toolbar/#handlers