I\'ve been trying to upload large data into my testing server, I\'ve modified a few files so far:
php.ini
memory_limit=2048M php_value post_max_size 2048
Just change these two values.
upload_max_filesize = 200M
max_execution_time = 60000