开发者

html form post submit

开发者 https://www.devze.com 2023-04-11 01:02 出处:网络
<html> <body> <h1>JAX-RS Upload Form</h1> <form action=\"/AlbumApplication/rest/createUserphotoDirectory/1/FeedServer\" method=\"post\" enctype=\"multipart/form-data\">
<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

精彩评论

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