0.8.0 • Published 7 years ago

@ec-europa/ecl-forms-file-uploads v0.8.0

Weekly downloads
1
License
EUPL-1.1
Repository
github
Last release
7 years ago

File uploads

Combination of fields and buttons to add documents or media to a form.

When to use

When there is a need to allow users to attach anything to a form (documents, pictures, videos, etc).

Implementation

In order to automatically attach event listeners on your file upload forms, add the following script to your page:

document.addEventListener('DOMContentLoaded', function() {
  ECL.fileUploads();
});