Hello! I wanted to ask if there was a better way to cancel all pending uploads in a live upload form. I know there is cancel_upload but not sure if the best way would be something like reduce over all the uploads and use their refs with this function?
Ha, yep, exactly the same thing just using fn instead of the capture syntax. I should probably not use the capture syntax as I usually don’t if there are more than one argument.