开发者

html form post submit

<html>
<body>
    <h1>JAX-RS Upload Form</h1>

    <form action="/AlbumApplication/rest/createUserphotoDirectory/1/FeedServer" method="post" enctype="multipart/form-data">

       <p>
        Select a file : <input type="file" name="uploadedFile" size="50" />
       </p>

       <input type="submit" value="Upload It" />
    </form>

</body>
</html>

hi when i submit from html form i take (java.lang.RuntimeException: Could find no Content-Disposition开发者_运维问答 header within part). please help me!!!


This is a java handling error. Your form is fine, but java's handling of the result is the problem.

See restful image upload exception

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜