Uploader.UploadCursor Property
Specifies the built-in cursor shown over the upload button. In this example the cursor is set to Hand.
Allowed file types: jpg, gif, png, zip. Maximum file size: 10 MB.
MaxSizeKBAllowedFileExtensionsUploadCursorMultipleFilesUpload
Live demo
Try it: hover the upload button — the pointer shows as a hand rather than the default arrow.
Working the way you need? Download the free trial or see licence pricing from $99.
<?php
$uploader = new PhpUploader();
$uploader->MaxSizeKB = 10240;
$uploader->AllowedFileExtensions = "jpeg,jpg,gif,png,zip";
$uploader->Name = "myuploader";
$uploader->UploadCursor = "Hand";
$uploader->MultipleFilesUpload = true;
$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.
