From a4a558b0140db3edde9978fc899a188486ae61cc Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Sat, 19 May 2012 11:08:20 +0000 Subject: fix #402 --- framework/Web/UI/ActiveControls/TActiveFileUpload.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'framework/Web/UI/ActiveControls/TActiveFileUpload.php') diff --git a/framework/Web/UI/ActiveControls/TActiveFileUpload.php b/framework/Web/UI/ActiveControls/TActiveFileUpload.php index 0ceb82fc..b4557cd8 100755 --- a/framework/Web/UI/ActiveControls/TActiveFileUpload.php +++ b/framework/Web/UI/ActiveControls/TActiveFileUpload.php @@ -353,6 +353,14 @@ EOS; return $this->getAdapter()->getBaseActiveControl(); } + /** + * @return TCallbackClientSide client side request options. + */ + public function getClientSide() + { + return $this->getAdapter()->getBaseActiveControl()->getClientSide(); + } + /** * Adds ID attribute, and renders the javascript for active component. * @param THtmlWriter the writer used for the rendering purpose -- cgit v1.2.3