DataJuggler / BlazorFileUpload

This was originally a wrapper of Steve Sanderson's BlazorFileInput. It has since been upgraded to a wrapper of ASP.NET CORE FileInput
32 stars 11 forks source link

Autoreset #11

Open zoinkydoink opened 4 years ago

zoinkydoink commented 4 years ago

hey, finally had some time to look at this project again. Great work on the new features since we last spoke.

I downloaded the latest version but could not figure out what I need in order to have the control reset itself after a successful update.

Simple just wanna upload one, then another then another instead of having to reset the control every time.

DataJuggler commented 4 years ago

I tried that originally and I couldn't get it to work, but I understand what you want.

I will try again as soon as I get a chance to add an AutoReset, that calls the reset button after upload.

I just started a new project today that also uses the File Upload, so I will implement this as soon as I get a chance.