The file upload component (lk-file-upload) allows the user to upload files by either dragging and dropping the file on the component or by clicking the component and then picking a file. It is a wrapper around Dropzone.js.
If the prop image-resize-width-pixels is set to a value then images will automatically be resized before being uploaded. If an image is smaller than the size specified then no resize will take place.
The text which is shown ('Drag And Drop Here…') can be replaced by using the default slot.