CodeIgniter Forums
how to upload text , photo, and video together using codeigniter in a form - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: how to upload text , photo, and video together using codeigniter in a form (/showthread.php?tid=53155)



how to upload text , photo, and video together using codeigniter in a form - El Forum - 07-12-2012

[eluser]Unknown[/eluser]
I am using codeigneter.I am having problem to upload multiple texts & pictures together. When I write the code for uploading pictures and text it works nicely. But when I want to upload video, pictures & texts together. i can't make it, i also make configuration in mimes.php but still can't to upload. Thanks for answer


how to upload text , photo, and video together using codeigniter in a form - El Forum - 07-12-2012

[eluser]Alhazred[/eluser]
It's a bit hard to give an answer with this explanation.
What does it means that you can't upload video, pics and text?
Do you get any error? Blank page? Something else?

Have you checked that the files you are uploading don't exceeds the php.ini settings of your server?


how to upload text , photo, and video together using codeigniter in a form - El Forum - 07-13-2012

[eluser]Unknown[/eluser]
i already success when upload the text and images in form. but i want to try to upload image or video and text in a form. how to make it?