rabin hace 3 años
padre
commit
a805531d8b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/Save.php

+ 5 - 0
src/Save.php

@@ -68,6 +68,11 @@ class Save
 				$this->output = $handle->copy();
 				unset($this->output['file']);
 			}
+
+			$call 	= Dever::input('call');
+			if ($call) {
+				Dever::load($call, array('upload' => Dever::json_encode($this->output)), 'post');
+			}
 		}
 	}