<p>
    Laden Sie ein Bild hoch, um es zu teilen! Darf maximal 500 KB groß sein.
</p>
<form action="upload.php" method="post" enctype="multipart/form-data">
    Wählen Sie ein Bild zum Hochladen aus:
    <input type="file" name="fileToUpload" id="fileToUpload">
    <input type="submit" value="Upload Image" name="submit">
</form>