Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Libraries & Helpers
Upload vcf
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
Upload vcf
El Forum
Unregistered
#1
11-01-2010, 05:57 AM
[eluser]Fireclave[/eluser]
hi, i try to upload a ical or vcf file, but this is not working.
I addad text/vcf in mimes.php and its not working.
And i'm using the newest firefox for xp
El Forum
Unregistered
#2
11-01-2010, 11:42 AM
[eluser]Fireclave[/eluser]
Any ideas ?
El Forum
Unregistered
#3
11-02-2010, 03:15 AM
[eluser]Fireclave[/eluser]
The mime type is text/x-vcard, but his is not working. should i do this entry place at the beginning or end ?
(Error: Wrong Filetype)
P.s.
I've found this mime types
'text/x-vcard',
'application/vcard',
'text/anytext',
'text/directory',
'application/x-versit',
'text/x-versit',
'text/x-vcalendar'
Anyone a idea ?
El Forum
Unregistered
#4
11-02-2010, 05:04 AM
[eluser]Fireclave[/eluser]
i have solve this problem by adding
application/octet-stream
in mimes.php
and change in upload.php (library)
the line 579 to
if (in_array(str_replace("\"", '', $this->file_type), $mime, TRUE))
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB