delight-im / delight-im/PHP-FileUpload
Multiple File Uploads
Open
enhancement
- Dominant language
- PHP
- Stars
- 68
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
is it possible to upload mutiple files from an file input with multiple attribute?
I've tried it like this:
**
$upload->from('file1');
$upload->from('file2');
$upload->from('file3');
$upload->from('file4');
**
but the library keeps uploading just one single file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.