Display file name of uploaded files in multiple upload and also add files instead of overwriting

Hi,

I have the following upload field which allows multiple files to be uploaded, but I have a few questions

  • Is it possible to show the file names of the files uploaded?
  • Is it possible to see the individual files uploaded and then remove them? At the moment, if I upload 1, and then upload another, the first one gets replaced.

This is my fiddle:

Thanks

Yes, it’s possible. On this page, there are several JQuery upload scripts. Perhaps you can learn from them how it is done: https://www.sitepoint.com/10-jquery-file-uploads/

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.