There is an input type file with a multiple attribute. How can we implement the deletion of files that we downloaded? The example in the screenshot. File Upload Example

  • Does the download go directly to the server, or is there a sandbox, after which the user needs to click Load file (s)? - alexoander
  • one
    In any case, after downloading the file, the server in response should not just say "ok / bad", but also return some id. Then the delete operation becomes trivial. - KoVadim
  • Files should be sent after clicking the Submit button - Dimangry
  • I think you are looking for this developer.mozilla.org/ru/docs/Web/API/File - Andrew Evt

0