-4

My server is CentOS-6.2-64bit.

I have made following changes in php.ini file:

memory_limit = 7G 
post_max_size = 6G
upload_max_filesize = 5G

But unable to upload 5GB file on server.

Guide me to what changes are required to make this happen?

1 Answers1

-1

Change upload_max_filesize to 6G.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972