N
N
Nikita Sarychev2019-04-06 16:38:05
PHP
Nikita Sarychev, 2019-04-06 16:38:05

Ajax - how to transfer more than 100 files?

I need to upload more than 30 or even 100 files to the server via input[type=file], the transfer script itself is available, and transfers the files, the list of files reaches the PHP handler, but no more than 6 files are uploaded. Tried to edit through PHP directives, set max_file_uploads = 1000 , but to no avail.

Maybe someone will tell?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikita Sarychev, 2019-04-06
@nn808

In my case, the solution is to edit the PHP upload script.
So here is the answer to the question -
upload_max_filesize = 100M
post_max_size = 1000M
max_file_uploads = 1000

If these directives do not help, it is worth checking the script, it is important that PHP is uploading files to the server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question