delight-im / delight-im/PHP-FileUpload

Multiple File Uploads

Open
#3 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.