Auto upload files added to dropzone file upload field

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.

1 Like

Could you use the Input --> On Changed event applied to the dropzone input?

1 Like

@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,

2 Likes