Make sure you do not have a submit button running the servre action as well as an onclick or onsuccess or something like that running the same server action twice.
Open the Chrome developer tools, look under network, XHR, and check if the server action is fired once or twice.
This is the button: <button type="submit" class="btn btn-primary" dmx-on:click="frmfotosend.submit()">Foto's inzenden<span class="spinner-border spinner-border-sm" role="status" dmx-show="state.executing"></span></button>
And this is the form: <form is="dmx-serverconnect-form" id="frmfotosend" method="post" action="dmxConnect/api/pages/fotowedstrijd/album/insertalb.php" dmx-generator="bootstrap4" dmx-form-type="horizontal" dmx-on:success="notifies1.success('Uw inzeding is succesvol geupload en verzonden');frmfotosend.reset()">