UploadedFilesDirective

12 Sep 20251 minute to read

‘e-files’ directive represent a file of angular uploader
It must be contained in a Uploader component(ejs-uploader).

<ejs-uploader id='fileupload' multiple=true>
  <e-files>
   <e-file name='Java' size=23000 type='pdf'></e-file>
   <e-file name='C++' size=30000 type='.docx'></e-file>
  </e-files>
</ejs-uploader>

Properties

name any

Specifies the name of the file

Defaults to ’’

size any

Specifies the size of the file

Defaults to null

type any

Specifies the type of the file

Defaults to ’’