Is it possible to trigger my server action form for file upload and save as files are dropped into the dropzone?
I do not want a button press for submit.
Is it possible to trigger my server action form for file upload and save as files are dropped into the dropzone?
I do not want a button press for submit.
Theoretically, this should work: As you drag the images onto the dropzone, you release the mouse button. That can be used to trigger the submit event.
Could you use the Input --> On Changed event applied to the dropzone input?
@brad Also wanted to use that, but the dropzone input field only has an invalid as data dynamic event. No changed. @patrick Any chance we can have that option?
Thanks @ben , going to try this in the meantime.
Unfortunately does not work
This might help you,