1
I have an upload field in a form HTML, I wonder if it is possible to place a predefined Thumb, with uploads of images I know you can do a Thumb displaying the image being placed, but for example, if a PDF file is uploaded to place a PDF icon, so that whenever a file in PDF format is selected it appears the same icon and the file name below?
It worked well, but how can I make the icon appear in several files, for example I’m using multiple upload, in case the icon only appears once, if there are 5 files would have to appear 5 icons, know how I can do this?
– HBretone
@Henriquebretone in this case to use only
this.files[0]
treats as an array and takes.type
of each element in that array.– Sergio