This mini application is a PHP script to upload multiple files exclusively integrates PHP technologies, CSS and HTML
The process is quite simple, you just press the button Elegir archivos, the different files that are required are chosen and after this, the button is pressed Cargar Multiple after this, a message will appear that the files have been loaded correctly, the application does not have a sample gallery, but one will be created within the system folder named archivos, with the previously added files.
Setup PHP script to upload multiple files to a local server
Previous Applications
To install the application on a local server, I recommend the prior installation of the following applications:
XAMPP, Git, Visual Studio Code
XAMPP is the application in charge of implementing a apache server for them to work scripts PHP on a local computer.
Git is the world's most widely used repository manager, with which you can cleanly download code from GitHub.
Visual Studio Code is the world's most popular code editor, which I highly recommend in virtually every post on this blog.
Download GitHub App
The following is the GitHub repository download link for the application that allows you to define the difference between two dates on a local server:
Application configuration of the PHP script for its operation on your computer
You must install the mentioned applications, with all the default parameters, after this procedure, from Visual Studio Code, you must open the following location:
C:\xampp\htdocs
From this location in Visual Studio Code, click View, Terminal. Inside the Terminal you choose the Git Bash option and copy the following code:
git clone https://github.com/configuroweb/subir-archivos.git
The zip folder will be created, inside the htdocs folder
Next, open XAMPP on your computer, activate the Apache service, and you will be able to see the application at the following URL:
http://localhost/subir-archivos/
Upload PHP script to upload multiple files
Due to the simplicity of the application, I will not address the issue directly, in the following related video (spanish), I explain the process at a general level:
Any questions I remain pending, if you require more PHP applications, in Python or JavaScript I recommend you subscribe to my content on Youtube and be on the lookout for any changes, that I make.