0

こんにちはinternal server error、ファイルを box.net にアップロードしているときに取得しています。

<form id="myForm" method="POST" enctype="multipart/form-data" action="https://upload.box.net/api/1.0/upload/<my_auth__token>/0">
            <input type="text" id="keyword" /><br><br>
            <input type="file" class="upload_file_input"/><br><br>
            <input type="submit" value="Upload"/>
            <input type="button" value="Reset"/>
</form>

同じURLに投稿することで、Chromeプラグインからファイルをアップロードできます。コードの問題がわかりません。助けてください。

私が得るエラーはこれです:

Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log. 
4

1 に答える 1

0

フォーム アクション URL には、認証トークン プレースホルダー <my_auth__token> があります。おそらく、それは実際のトークンと交換されることはありませんか?

于 2012-10-12T21:09:20.573 に答える