Ticket #1484775 (closed Patches: fixed)
Uploading big files
| Reported by: | henrique | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-stable |
| Component: | PHP backend | Version: | 0.1-rc2 |
| Severity: | major | Keywords: | upload |
| Cc: |
Description (last modified by till) (diff)
I have fixed this error uploading big files:
PHP Warning: Invalid argument supplied for foreach() in /var/www/htdocs/webmail/program/steps/mail/upload.inc on line 39
All I did was add this line before foreach:
if (is_array($_FILES['_attachments']['tmp_name']))
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
