I want to upload a 1GB file on apache server.
I am using core php for file upload.
Server is getting timout on upload of 1GB file
Here are my server configuration:
`upload_max_filesize = 1024M
post_max_filesize = 1100M
max_execution_time = 86400
memory_limit = 1G`
Tried various configuration, but didn’t work.
Want to under if any other configuration changes are required.