diff options
author | alecpl <alec@alec.pl> | 2011-07-04 11:40:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-07-04 11:40:02 +0000 |
commit | 4171c59bd79a54c1fd65128f7100247a4dec8720 (patch) | |
tree | 3261b05d91324840570c8ebe6b1084e26793701d /program/steps/mail/attachments.inc | |
parent | 5b3ac324154b0d29e6e14db2b06fbc3636a3e708 (diff) |
- Add optional textual upload progress indicator (#1486039)
Diffstat (limited to 'program/steps/mail/attachments.inc')
-rw-r--r-- | program/steps/mail/attachments.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/steps/mail/attachments.inc b/program/steps/mail/attachments.inc index 14712c628..4674034a1 100644 --- a/program/steps/mail/attachments.inc +++ b/program/steps/mail/attachments.inc @@ -19,6 +19,10 @@ */ +// Upload progress update +if (!empty($_GET['_progress'])) { + rcube_upload_progress(); +} $COMPOSE_ID = get_input_value('_id', RCUBE_INPUT_GPC); $_SESSION['compose'] = $_SESSION['compose_data'][$COMPOSE_ID]; |