Ctrl + k
Theme:

File Upload

FileUpload component is used for collecting files from local device of user.

Use size prop to change size of FileUpload input.

Set FileUpload disabled.

clicked: 0
changed: 0

You can set file types which are allowed to select.

You can only choose .png files

Allows User to select multiple files.

You can select more than one file by Holding Ctrl key when you select file.

Choose files less than 2mb
Choose a png file

You can get selected files using bind:value

© 2024 YeSvelte. All Rights Reserved