Large File Upload
Files are streamed to the server and saved straight into a folder with SaveDirectory, so upload size is limited only by your PHP configuration.
Allowed file types: jpg, gif, png, zip.
MultipleFilesUploadInsertTextAllowedFileExtensionsSaveDirectory
Live demo
Try it: pick a large file and watch the progress bar, transfer rate and remaining time update as it uploads.
Working the way you need? Download the free trial or see licence pricing from $99.
<?php
$uploader = new PhpUploader();
$uploader->MultipleFilesUpload = true;
$uploader->InsertText = "Upload";
$uploader->AllowedFileExtensions = "jpeg,jpg,gif,png,zip";
$uploader->SaveDirectory = "savefiles";
$uploader->Render();
?>
Pricing
Licences from $99
Perpetual licence, free upgrades, no recurring fee. Domain, IP, team and enterprise.
