feat: support multiple files upload

This commit is contained in:
codytseng 2025-07-28 22:41:34 +08:00
parent bcd149b304
commit de09942124
2 changed files with 74 additions and 67 deletions

View file

@ -53,6 +53,7 @@ export default function Uploader({
style={{ display: 'none' }}
onChange={handleFileChange}
accept={accept}
multiple
/>
</div>
)