Input File
<template>
<lightning-input
type="file"
label="Attachment"
accept="image/png, .zip"
onchange={handleFilesChange}
multiple
>
</lightning-input>
</template>Last updated
Was this helpful?
<template>
<lightning-input
type="file"
label="Attachment"
accept="image/png, .zip"
onchange={handleFilesChange}
multiple
>
</lightning-input>
</template>Last updated
Was this helpful?
Was this helpful?