The style to be applied to the progress information.
Example Code- <?php require_once "phpuploader/include_phpuploader.php" ?>
- <html>
- <body>
- <form id="form1" method="POST">
- <?php
- $uploader=new PhpUploader();
- $uploader->Name="myuploader";
- $uploader->ProgressInfoStyle="padding-left:3px;font:normal 12px Tahoma;";
- $uploader->Render();
- ?>
- </form>
- </body>
- </html>