iScsc / iscsc.fr

The iScsc website, build with passion by wannabe devs 🔥
GNU General Public License v3.0
4 stars 12 forks source link

Import static images for blog post #101

Open atxr opened 1 year ago

atxr commented 1 year ago

Currently, if a user wants to create a blog post with images, they must use link to external images on the web. There is no way to upload images to the server and link them in the blog post.

Few steps to tackle this:

ctmbl commented 1 year ago

That would be a great enhancement indeed!

gbrivady commented 1 year ago

Just adding in that we absolutely need to cap image size before we run into issues with the server and have to deal with that 🫠

atxr commented 1 year ago

Seems like flask can address all these issues with this plugin