rabin 1 year ago
parent
commit
a805531d8b
1 changed files with 5 additions and 0 deletions
  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');
+			}
 		}
 	}