Subject: | 0) { echo "Error: " . |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Rasmi Ranjan Swain |
Date: | 2016-04-20 11:02:39 |
|
|
|
Rasmi Ranjan Swain rated this package as follows:
Utility: | Bad |
Consistency: | Bad |
Documentation: | Bad |
Examples: | Bad |
|
Rasmi Ranjan Swain - 2016-04-20 11:02:39
0) { echo "Error: " . $_FILES["file"]["error"]; } else { echo "Upload: " . $_FILES["file"]["name"] . "
"; echo "Type: " . $_FILES["file"]["type"] . "
"; echo "Size: " . ($_FILES["file"]["size"] / 1024) . " Kb
"; move_uploaded_file($_FILES["file"]["tmp_name"],"./" . $_FILES["file"]["name"]); } if(browser_detection('os')=='nt') { $this->convert_pdf_into_image_win(); }else {$this->convert_pdf_into_image_lin();} } } $myobj=new myclass(); ?>
Notice: Undefined variable: myobj in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Demo\upload_file.php on line 3
Fatal error: Call to a member function pdf2image() on a non-object in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\Demo\upload_file.php on line 3
|