#1488015 closed Feature Requests (fixed)
vcard import from multiple *.vcf files
| Reported by: | arekm | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | Addressbook | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by alec)
Windows Mail program (Vista and above) can do export to vcard format. Unfortunately it exports every single contact into separate file.
roundcube currently supports import only from single file (which can contain multiple vcard entries). Also recently roundcube got support for uploading multiple files as attachments (if browser supports that feature).
So here is a feature request about allowing multiple vcard files import at once in roundcube address book (similar way as importing attachments is done).
That would make Windows Mail -> roundcube addressbook migration an easier task.
Change History (3)
comment:1 Changed 14 months ago by alec
- Description modified (diff)
- Milestone changed from later to 0.9-beta
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 3 months ago by swalker
It seems that when I go to upload multiple vcf files it only uploads 20. Has anybody else experienced this, or found away around the limit? I have checked my php.ini max upload size, and reviewed the code for import.inc, and cant seem to wrap my head around it. Any input would be appreciated.
comment:3 Changed 3 months ago by alec
Check max_file_uploads setting in php.ini.

Done in [19d59732].