DataObjects/Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 08:23:34 +0000 (16:23 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 08:23:34 +0000 (16:23 +0800)
DataObjects/Images.php

index 130d627..88a957c 100644 (file)
@@ -269,6 +269,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     /// ctrl not used??
     function onUpload($roo)
     {
+            print_r('onUpload');exit;
         //print_r($_FILES); echo $_FILES['imageUpload']['type'];exit;
         if (empty($_FILES['imageUpload']['tmp_name']) || 
             empty($_FILES['imageUpload']['name']) ||