vandan's avatar
Level 13

large file upload reponse take to long time

hello guys ,

when i upload file like 15MB so take to long time to response in my local server working as expected but in my live server take long time also i change configuration in server like

	post_max_size = 1G
	upload_max_filesize = 1G
	memory_limit = 1G
	max_execution_time = 5000

but its not take any change on response its long time to take response any idea what is happend ?

0 likes
2 replies
Snapey's avatar

maybe you don't have a good connection

Why would changing the ini values to ridiculous numbers make it quicker?

1 like
Divan silva's avatar

Upload speed is affected by your Internet connection and the size of the file you are uploading. If you have a slow Internet connection or a very large file this will increase the amount of time a file will take to upload. Tips to speed up the upload: You can try reducing the size of the file before uploading.

Please or to participate in this conversation.