Ticket #1484256 (closed Bugs: fixed)
Big (more than ~1.8mb) attachments are failing to download to browser
| Reported by: | egor | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: | tomek |
Description
Steps to reproduce:
1. Open a mail in roundcube with 4mb attachment 2. Click on the attachment 3. The attachment is downloading
Results:
1. The size of the downloading file is not known to the browser 2. The download speed degrades until the download reaches about 1.6mb 3. At about 1.6mb downloading stops, server side closes connection
Expected results:
1. Content-length is supplied so that the browser and the user can be sure about the download consistency 2. Download speed is constant 3. Attach downloads fully.
Tested on:
1. The latest roundcube from svn 2. Different internet connections (all broadband, all direct, no proxy) 3. Different browsers 4. Different messages 5. Server: Linux, Apache 2.0.55, PHP 5.2.0
Please let me know if you need further input or repeatable test case.
