This function returns what the Render function used to write to the response buffer as a string.
Example Code- <?php require_once "phpuploader/include_phpuploader.php" ?>
- <html>
- <body>
- <form id="form1" method="POST">
- <?php
- $uploader=new PhpUploader();
- $uploader->Name="myuploader";
- echo $uploader->GetString();
- ?>
- </form>
- </body>
- </html>