diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-04 11:40:02 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-07-04 11:40:02 +0000 |
| commit | a07a1ac63ad984de9b8b36dee4ad8ea9824b6b7b (patch) | |
| tree | 18d685ded2047f2f21393e5fd352e0e33470fe76 /roundcubemail/program/steps/mail/attachments.inc | |
| parent | 530c964d88c744f36a67e0ccce53b23a6735c6b4 (diff) | |
- Add optional textual upload progress indicator (#1486039)
git-svn-id: https://svn.roundcube.net/trunk@4902 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/attachments.inc')
| -rw-r--r-- | roundcubemail/program/steps/mail/attachments.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/attachments.inc b/roundcubemail/program/steps/mail/attachments.inc index 14712c628..4674034a1 100644 --- a/roundcubemail/program/steps/mail/attachments.inc +++ b/roundcubemail/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]; |
