Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 382 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 382 Bytes

uploadFiles

PHP API to upload multiple files.

The uploadFiles.php uplods multiple files one by one. It use for loop to traverse each and every files from upload array to move them at target URL one by one.

The foreach_UploadFiles.php uplods multiple files one by one. It use foreach loop to traverse each and every files from upload array to move them at target URL one by one.