Specifies the upload button built in cursor types.
Example Code- <?php require_once "phpuploader/include_phpuploader.php" ?>
- <html>
- <body>
- <form id="form1" method="POST">
- <?php
- $uploader=new PhpUploader();
- $uploader->Name="myuploader";
- $uploader->UploadCursor ="Hand";
- $uploader->Render();
- ?>
- </form>
- </body>
- </html>
Members
Member Name | Description |
---|---|
Auto | Default. The browser sets a cursor. |
Arrow | A standard arrow cursor. |
Hand | A hand cursor. |