CodeIgniter Forums
Video upload - 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: Video upload (/showthread.php?tid=25446)



Video upload - El Forum - 12-12-2009

[eluser]Unknown[/eluser]
Can any one tell me how to upload the video file in this frame work .........

i am trying to upload but it showing error like this

The uploaded file exceeds the maximum allowed size in your PHP configuration file.

i given more size still it is showing that error


Please give the exact coding of that...........help me


Video upload - El Forum - 12-12-2009

[eluser]umefarooq[/eluser]
before uploading file size you can set php.ini file variable read the doc

http://php.net/manual/en/function.ini-set.php


Video upload - El Forum - 12-12-2009

[eluser]IF-Rit[/eluser]
edit your php.ini
php.ini have one attribute to control maximum upload size which is upload_max_files. Try to change it to your need.