+ 3
How to upload multiple files and send them to server via ajax?
I append uploaded files to the FormData object. On server side I use php (yii2 framework).
2 Respuestas
+ 1
Maybe this might help you? https://www.w3schools.com/php/php_file_upload.asp
+ 1
Thanks, but your answer is not what I want. I have already solved the problem.