Selecting multiple files for upload
Select multiple files in the file browser dialog, then upload them all at once.
Allowed file types: jpg, gif, png, zip. Maximum file size: 10 MB.
MultipleFilesUploadInsertTextMaxSizeKBAllowedFileExtensions
Live demo
Try it: select several files at once and watch each one report its own progress.
Working the way you need? Download the free trial or see licence pricing from $99.
<?php
$uploader = new PhpUploader();
$uploader->MultipleFilesUpload = true;
$uploader->MaxSizeKB = 1024000;
$uploader->AllowedFileExtensions = "jpeg,jpg,gif,png,zip";
$uploader->Render();
?>
Guide
Uploading multiple files in PHP
How the $_FILES array is shaped and how to process a batch safely.
Pricing
Licences from $99
Perpetual licence, free upgrades, no recurring fee. Domain, IP, team and enterprise.
