Examples

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.

large-upload.php
<?php
    $uploader = new PhpUploader();
    $uploader->MultipleFilesUpload = true;
    $uploader->InsertText = "Upload";
    $uploader->AllowedFileExtensions = "jpeg,jpg,gif,png,zip";
    $uploader->SaveDirectory = "savefiles";
    $uploader->Render();
?>
Guide Large file uploads in PHP

Chunking, reassembly and getting the size limits to agree.

Reference API documentation

Every property and server-side event the component exposes.

Get started Download the free trial

The evaluation build ships with these samples and full source.

Pricing Licences from $99

Perpetual licence, free upgrades, no recurring fee. Domain, IP, team and enterprise.