165292 php script upload problem
Ngân sách N/A
i am developing a script for my client, the client need to let user upload huge file to the server.
i have enable upload_max_filesize upto 80M from the server side, but still failed to upload a few files at same time.
i would like a workable advice to enable user to upload large .ai file.
[url removed, login to view]
id: admin
pass: abc123
order > new order > select option > browse a file to upload (big file) > then continue add sub order....
if your advice is correct after my programmer test it, then you will get this business and a positive feedback.
i have increase the server limit as following, but still failed.
upload_max_filesize = 80M
MaxClients value is set to 150 and
MaxRequestsPerChild is set to 700 in your VPS.
I have also increased the value of following directives in PHP configuration.
max_execution_time = 300
max_input_time = 600
memory_limit = 64M
post_max_size = 100M