Translator's Note: The original name of this article is "Creating a Multi-File Upload Script in PHP". I personally think this article is averagely written and the code is not very professional, but it is relatively short and I couldn't find a better article at the moment, so I translated it. In fact, there is a section in the PHP manual that talks about uploading multiple files. You can compare and contrast. Some words and sentences in the article were not pleasing to the eye when translated, so a certain amount of modifications were made according to the original meaning. My level is limited, so I hope experts can give me more advice.
Introduction
As a PHP programmer, I once encountered such a customer who needed a form that could upload multiple files at the same time. Therefore, I spent an hour one night to find the best and simplest way to complete this request. In this tutorial, the "for" loop statement will become the core code.
Script 1: Allow users to set the number of files to be uploaded
uploadForm1.php