From 5a6ea2db91e5fdad6f7799a7b797f7035ece259c Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Wed, 10 Aug 2016 14:55:13 +0200 Subject: Small doc addition; refs #607 --- framework/Web/UI/ActiveControls/TActiveFileUpload.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/Web/UI/ActiveControls/TActiveFileUpload.php b/framework/Web/UI/ActiveControls/TActiveFileUpload.php index 04350411..4d7d8dc9 100755 --- a/framework/Web/UI/ActiveControls/TActiveFileUpload.php +++ b/framework/Web/UI/ActiveControls/TActiveFileUpload.php @@ -36,6 +36,8 @@ Prado::using('System.Web.UI.WebControls.TFileUpload'); * a status icon is displayed; either a green checkmark if the upload is successful, * or a red x if there was an error. * + * TActiveFileUpload needs either an application level cache or a security manager to work securely. + * * @author Bradley Booms * @author Christophe Boulain * @package System.Web.UI.ActiveControls -- cgit v1.2.3