Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What problems should be paid attention to when uploading files by jarsey

2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "jarsey upload files need to pay attention to what problems", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in-depth, together to study and learn "jarsey upload files need to pay attention to what problems" it!

Maven needs to be set up:

Org.glassfish.jersey.media

Jersey-media-multipart

2.7

Server side error: No injection source found for a parameter of type public javax.ws.rs.core.Response

Call the method register (MultiPartFeature.class) of ResourceConfig before starting

Class full path: org.glassfish.jersey.media.multipart.MultiPartFeature

The upload method definition:

@ POST@Consumes (MediaType.MULTIPART_FORM_DATA) public Response upload (@ FormDataParam ("file") InputStream fileInputStream, @ FormDataParam ("file") FormDataContentDisposition contentDispositionHeader) {

Some materials are written as: @ FormParam is wrong, guess is the use of previous versions.

These two classes are full paths.

Org.glassfish.jersey.media.multipart.FormDataParam

Org.glassfish.jersey.media.multipart.FormDataContentDisposition

Client error: MessageBodyWriter not found for media type

The client needs to call the register (MultiPartFeature.class) of the Client class before calling the target () method.

Thank you for your reading, the above is the content of "what problems do you need to pay attention to when uploading files on jarsey"? after the study of this article, I believe you have a deeper understanding of what problems you need to pay attention to when uploading files on jarsey, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report