Hello CuteSoft Team,
I try before buying your software but already have problem with the deployement procedure.
-
- <?php require_once "phpuploader/include_phpuploader.php" ?>
- <html>
- <body>
- <form id="form1" method="POST">
- <?php
-
- $uploader=new PhpUploader();
-
- $uploader->Name="myuploader";
-
- uploader->Render();
- ?>
- </form>
- </body>
- </html>
3) When i call the page i have this error :
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/intranet/www/HollidaysPictures/phpuploader/include_phpuploader.php on line 12
4) on line 12 i have this :
public $MaxSizeKB=-1;
5) i changed in :
public $MaxSizeKB=2000;
but same error
Thanks for helping me, if it works for sure i wil buy your solution ...