开发者

Java servlet upload file and get post parameter

I want to upload from iphone to servlet registration data and pictures of user. Can I do that in one request or should I do two requests? Thanks a lot开发者_如何转开发 :)


Yes, you can do this in one request. It is called multipart form. This is actually what happens when you submit form from your web browser. To save time you can use FileUplodad from Jakarta.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜