Jeremygolf
Mitglied
Kann ich mit einem Input ein Bild auf den FTP-Server laden und auch noch in einen gewissen Ordner? Wenn ja wie?
Danke
Danke
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<form enctype="multipart/form-data" method="post">
<input type="file" name="...">
<input type="submit" name="..." value="...">
</form>