From f28420acfeb5d69e9ea39cd8d00cf9775d6cea54 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 20 Dec 2015 11:49:49 +0100 Subject: feature #346, give chunk size in pwg.session.getStatus response --- include/ws_functions/pwg.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ws_functions') diff --git a/include/ws_functions/pwg.php b/include/ws_functions/pwg.php index b96338eaf..6d9d49fcc 100644 --- a/include/ws_functions/pwg.php +++ b/include/ws_functions/pwg.php @@ -339,6 +339,8 @@ function ws_session_getStatus($params, &$service) ) ) ); + + $res['upload_form_chunk_size'] = $conf['upload_form_chunk_size']; } return $res; -- cgit v1.2.3