github polterguy/magic v9.6.0
Upload/download image macros, and frontend component

latest releases: v17.3.9, v17.3.8, v17.3.7...
2 years ago

This release is significantly increasing the ease of handling images, by providing a MagicImageComponent which allows you to associate an image with a database field in your scaffolded frontend, where the component will automagically resize the image if you want to, to reduce its size, and upload it to your backend, and associate the field in your database with the image file.

In addition, Hyper IDE now has a download and upload image macro, allowing you to create its server side counterparts, by literally clicking a button. These two features makes it significantly easier to handle images in your generated apps. Images will by default be persisted into your "/backend/files/misc/MODULE_NAME/" folder, where MODULE_NAME is dynamically substituted by the macro as it is executing, but this can be changed.

Don't miss a new magic release

NewReleases is sending notifications on new releases.