Reset of Dropzone does not allow me to select the same file

Hi,

I have a strange issue. I can’t select the same file as previously selected before I preformed a reset on a dropzone.

I can select any other file but not the original file. If I select another file and then try the original file again it selects it OK.

I have tried both having a form reset button and also an on-click which resets both the form and dropzone.

<button id="btn1_reset" class="btn btn-secondary" dmx-on:click="form1.reset();form1.files1.reset()">Reset</button>
<button id="btn1_reset" class="btn btn-secondary" type="reset">Reset</button>

I have no errors in the console either.

Thanks.,
Ray

Does the same happen if you don’t use the reset button but remove the file using the (x) button in the thumbnail?

Yes, same result. Does not allow me to select the same file.

Ray.

1 Like

@patrick Just wondering if any update to this?

At this moment no update, will put it on top of my todo list, but can’t promise anything.

In your video I see you click on the dropzone and select the file, does it also ignore the last used file if you drop it on the dropzone?

1 Like

Hi Patrick,

After further testing, I can see this is only affected when selecting the file through the Open File window and not when dropping a file.

Ray