Home
Softono

Simple File Uploader With Progressbar

Open source Hack
13
Stars
5
Forks
0
Issues
0
Watchers
2 years
Last Commit

 About Simple File Uploader With Progressbar

This Uploader is made with Javascript, PHP and CSS. Have Many Features which is necessary When a File is Uploading. Besically It is made For Uploadeing any file more easily.

Platforms

Web Self-hosted

Languages

Hack

Need Help Installing Simple File Uploader With Progressbar?

We provide expert installation service for this software. Our team will install, configure, and secure Simple File Uploader With Progressbar on your server. plans start at just $30.

Simple File Uploader With Progressbar

View on GitHub

Simple-File-Uploader-With-Progressbar

This uploader is made with Javascript, PHP and CSS. So any host can use this simple to there website as a full page uploader.

Features

  • Awesome UI

  • Single File Upload

  • Progress-Bar

  • Upload Percentage

  • Total File SIze

  • Real Time Uploaded Fize

Installation

Just Upload the uploader.php & dependency.php to your php server(included hosting and other basic server) and Just Run The Uploader.php

Modification

You Can Change name of Uploader.php but if you change name of dependency.php , you have to edit the uploader.php

Demo View

Demo 1 Demo 2

Contact US

Just Create A Issue For More

Docker

Docker Image Link





Pull or Build Image

Use docker command to pull the image from docker hub:

docker pull shakilofficial0/simple-file-uploader-with-progressbar:latest

or Build Image by Downloading The File from this Repository

docker build -t php-file-uploader .

Use this to Create Your Own Docker Image. Here php-file-uploader is the image name. You can change it by your own.

Docker Run Command

docker run -d -p 80:80 --name my-php-app php-file-uploader

Here my-php-app is your container name and php-file-uploader is your docker image name. you can see the uploader on http://localhost url from Browser.