wintercms / wn-forum-plugin

Forum plugin for Winter CMS
MIT License
5 stars 5 forks source link

Support file upload on Topic component #11

Closed RomainMazB closed 2 years ago

RomainMazB commented 2 years ago

It would be nice if the Post model had a content_images relationship, the same way the Winter.Blog Post model does.

The Topic component should have a "onProcessUpload" AJAX handler to verify the file extensions of the files being uploaded and then would returns the urls of the files on the server.

The frontend process should be developed by the website programmer so it could be attached to a file upload lib like dropzone, or a custom code.

Currently toying with this ATM and will submit a draft PR later.

RomainMazB commented 2 years ago

As discussed with @mjauvin, this could be done with a third-party plugin so I'll publish this with a plugin extension.