We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f289b1 commit 86cbda6Copy full SHA for 86cbda6
README.md
@@ -1,9 +1,10 @@
1
# PHP Image Uploader
2
3
-This is a simple and lightweight image uploader, that you can use to build a bigger project with.
4
-The uploader is a simple PHP file that saves an image from a POST request to a folder and sends you the URL to access the image.
+This is a simple and lightweight image uploader written in PHP.
5
6
-All images / Files are going to embed in applications like Discord/WhatsApp.
+The PHP script saves an image from a `POST`-Request to a folder and sends you the URL to access the image, when being called.
+
7
+All images / files can embed in applications such as Discord/WhatsApp.
8
9
# Setup
10
0 commit comments