Welcome Guest, Not a member yet? Register   Sign In
Codeigniter video upload
#2

[eluser]InsiteFX[/eluser]
PHP.INI File:
Code:
; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On

; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen = On

// NOTE: These two below have to both match on the size.

; Maximum size of POST data that PHP will accept.
; http://php.net/post-max-size
post_max_size = 128M

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 128M

I am looking into this for you swgj19


Messages In This Thread
Codeigniter video upload - by El Forum - 02-06-2013, 04:56 AM
Codeigniter video upload - by El Forum - 02-06-2013, 01:15 PM
Codeigniter video upload - by El Forum - 02-06-2013, 01:28 PM
Codeigniter video upload - by El Forum - 02-06-2013, 03:46 PM
Codeigniter video upload - by El Forum - 02-06-2013, 11:41 PM
Codeigniter video upload - by El Forum - 02-07-2013, 01:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB