diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-08-10 14:55:13 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-08-10 14:55:13 +0200 |
commit | 5a6ea2db91e5fdad6f7799a7b797f7035ece259c (patch) | |
tree | 1d3c596801687994a986ddf193e63b0e66d183b0 /framework/Web/UI/ActiveControls | |
parent | ce39e1585ce822e4af7180e1f65c290f487eae56 (diff) |
Small doc addition; refs #607
Diffstat (limited to 'framework/Web/UI/ActiveControls')
-rwxr-xr-x | framework/Web/UI/ActiveControls/TActiveFileUpload.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 <Bradley.Booms@nsighttel.com> * @author Christophe Boulain <Christophe.Boulain@gmail.com> * @package System.Web.UI.ActiveControls |