What I can't understand is how's possible to handle content.
Lets say that I want to upload a video as admin. No encoding, no runtime checks, nothing.
With a custom php script you write some code where, after hitting the submit buttons and checking that all things entered in the form are correct, the "temp" file is moved into a given directory with a given name etc etc.
How's possible to achieve the same result with an headless cms? I started studying Directus.
|