Suggestions for automatically saving the uploaded or reordered images automatically without. I know i can probably do afterStateUpdated(), but then I have to figure out all the logic to do the save. I know I cant just do
$this->form->getState()
$this->form->getState()
like i would if it was a submit method. Must be something similar though. Thoughts?