YandolsZX
e814a4f5f1
|
5 years ago | |
---|---|---|
assets | 6 years ago | |
legacy | 6 years ago | |
public | 6 years ago | |
.gitignore | 6 years ago | |
.htaccess | 5 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
dropload.php | 6 years ago | |
failed.php | 6 years ago | |
favicon.ico | 7 years ago | |
index.php | 6 years ago | |
legacy.php | 6 years ago | |
logs.php | 6 years ago | |
removal.php | 6 years ago | |
robots.txt | 6 years ago | |
tos.php | 6 years ago | |
upload.php | 6 years ago |
README.md
Icarus Imeji Uploader Service
Imeji (for short) is a form of PHP image uploader system that you can use to host a simple image uploader service on your server. It utilizes the dropzone.js library and also includes a basic POST uploader for clients incompatible with the aforementioned dropzone.js library.
This repository is used for development and project tracking of the code we use on our live image uploader. However, you a free to download a copy of it for yourself and alter it to use within the limits of our license.
Requirements
- A server running Apache (or anything else really, should work fine as well.)
- mod_rewrite for Apache
- PHP 7.1 or greater
That's about it.
Configuration
You can configure parameters within dropload.php
and upload.php
to your liking, making them both have the same changes or have them function with different parameters respectively.
Don't forget to set up .htaccess
to suit your server environment and also make sure to configure the path to your .htpasswd
file. Ideally you would want the .htpasswd file itself outside of Imeji's working directory for safety.
Anything else such as the front-end design of pages is completely up to you to change. Be sure to change the paths of elements and assets in the index.php
file and other related files too.
Contributing
You can use our issue tracker to help report problems or suggest enhancements on the Imeji system. Merge requests are also welcome.
License
See the LICENSE.md file.
Third Party Code Attribution
- The Icarus Imeji Uploader Service uses the dropzone.js library by Matias Meno. (MIT License)
- The front-end template uses the Identity template by ajlkn. (CCA 3.0 License)