Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Install Guide

Benny edited this page May 10, 2021 · 3 revisions

Here is an official install guide.
This will help you an awful lot on installing and setting up PHP Uploader

Before we continue you must have .htaccess enabled in your Apache or Nginx config, use a search engine to find out how to edit this.

First, you need to download the code as a zip file or download a release, extract the ZIP file and you will see multiple files and folders, go into the folder called protected and open config.json in a text editor of your choice, now configure this to your likings, you can find a guide for the config here.

Now you have downloaded and configured your config you will want to upload all the files to your webserver, this may take a while depending on your internet speeds, once all the files are on the server you will want to make sure the folder uploads/ has the permissions 777 and the file protected/uploads.json has the permissions 666, this is necessary otherwise you will not be able to upload your files. If you don't know how to change file permissions please check this video if you use FileZilla.

Finally, you will need a way to upload your files, we recommend using an application called ShareX, if you haven't installed this please do. Now you have installed ShareX you will want to download the basic ShareX config file from the code, open this file in a text editor of your choice and edit the password part of the file to the same password that you set in your config, now add this to your ShareX custom destinations and have fun uploading!

Clone this wiki locally