0

APIを使用してimagezillaに画像をアップロードするページを作成しようとしていますが、うまくいきません。以下は私が使用しているコードですが、明らかな理由からapikey、ユーザー名、およびパスワードはありません

<html>
<body>
<form action="http://imagezilla.net/api.php" method="post">
    <input type="file" name="file" accept="image/x-png, image/gif, image/jpeg" />
    <input type="hidden" name="apikey" value="..." />
    <input type="hidden" name="username" value="..." />
    <input type="hidden" name="passwordmd5" value="..." />
    <input type="hidden" name="testmode" value="1" />
    <input type="submit" />
</form>
</body>
</html>

テストモードを削除しても、ファイルがアップロードされないだけです。
ウェブサイトはあまり役に立ちませんhttp://imagezilla.net/api-docs.php
どんな助けでもいいです。ジェイミー

4

1 に答える 1