⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
src
/
uploadprogress-2.0.2
/
examples
/
View File Name :
README.md
# uploadprogress Example To run this example, you will need: * [Apache HTTP Server][] using [mod_php][], or [PHP-FPM][] used with [Apache HTTP Server][], [nginx][], or [Caddy][]. * PHP >= 7.2 with the [fileinfo][] extension The easiest way to run this example is by using [Docker][] with the provided `docker-compose.yml` file (which includes all the requirements). ## Using docker-compose To run the Docker image, open a terminal window, change to this examples directory (i.e. `cd /path/to/examples`), and enter the following command. It may take a few minutes the first time you enter this, since it will build the image for you and then run it. ``` docker-compose up ``` After it starts, open a web browser and go to <http://localhost:8080> to run the example. Follow the instructions on the page, and read the code in this directory for a better understanding of what's going on. To stop `docker-compose`, press `Ctrl`-`C` in your terminal window, and then enter `docker-compose rm` to remove the container that was created. [docker]: https://www.docker.com [Apache HTTP Server]: https://httpd.apache.org [mod_php]: https://www.php.net/manual/en/install.unix.apache2.php [php-fpm]: https://www.php.net/fpm [fileinfo]: https://www.php.net/fileinfo [nginx]: https://nginx.org [caddy]: https://caddyserver.com