The multipart tag has no wiki summary.
0
votes
1answer
21 views
Java Error java.lang.ClassNotFoundException: com.oreilly.servlet.multipart.MultipartParser
im kind of new at programming, so i really don't know how to make this work, i have some jsp files to upload some forms to a database, but when i try to send the form y get that exception.
I was ...
0
votes
1answer
7 views
Web API Multipart form-data: Can I save raw request as a file when new request comes in?
For auditing purposes, I would like to store the raw request (as displayed in Fiddler) as a file when a new request comes in before I processing it. Can this be done and how? Thanks!
0
votes
0answers
25 views
How to organize batch requests to WCF from android application
I am a bit confusing about how to implement some functions to work with WCF Data Services.
I have to send batch request similar like this:
POST https://host.com/Services/DataService.svc/$batch ...
1
vote
1answer
36 views
c# HTTP Multipart MIME parser
I'm getting a Multipart MIME response from an HTTP call and need to extract the parts. I'm looking for a simple way to do this.
I'm using the System.Net.Http methods to get the content, however ...
0
votes
1answer
11 views
What is http multipart request?
I have been writing iPhone applications for some time now, sending data to server, receiving data (via http protocol), without thinking too much about it. Mostly i am theoretically familiar with ...
0
votes
1answer
49 views
Issue in FileUpload - Null Value for Multipart File when deploy on remote host server but it works fine on localhost server
I have a jsp file UploadCoupon.jsp as follows for image uploading
<form:form commandName="uploadcoupon" enctype="multipart/form-data" method="POST">
<form:input type="file" ...
0
votes
1answer
49 views
MultiPartEntity in Indy [Delphi]
I am trying to add attachement to one service.
This taken from documentation:
I wonder if an entity can be added in indy as if it could be done in for example Java:
...
0
votes
1answer
40 views
trying to build MultiPart entity in java from a Objective-C text built multipart
I am converting someone else's iOS app into android, and I have ran into the issue of not being able to make heads or tails of this multipart entity they are creating.
NSMutableData *body = ...
0
votes
1answer
32 views
HTTP upload server in Ruby
I'm thinking to build an HTTP upload server in Ruby for my project. So far, I'm looking at setting up a Rack server to run with "Rainbow!" or a sinatra server with Rack middleware. The server is ...
0
votes
1answer
28 views
How does one parse a multipart message in .NET
I have an MHTML file that I need to extract "sub-files" from. It appears that the .NET Framework 4.5 may have support for this, but I can't figure it out. I imagine it has something to do with the ...
0
votes
0answers
23 views
Plain text version of email is not working
So I have the script sending a multipart email of plain text and html, some reason the plaintext version is not working, but I can see that it is sending when I show original in gmail. It just shows ...
5
votes
2answers
249 views
How to make CommonsMultipartFile from absolute file path?
I'm creating an API for my application. In the GUI browser based application the file is uploaded via a form submission. So I simply do CommonsMultipartFile file = request.getFile(myfile). However, ...
0
votes
1answer
170 views
the request was rejected because no multipart boundary was found in Grails
I am trying to send a request with content-type multipart/mixed
and simply print the request in my controller with the line println params
However, I keep getting an error: the request was rejected ...
0
votes
1answer
30 views
Error 302 when trying to post D2L topic using multipart
This issue is related to one I posted yesterday but I have uncovered a bit more and am now getting a different error. I removed the code from Android to try straight from Java. I also tried 2 ...
4
votes
2answers
79 views
Multipart Request issue in android - Throwing BAD REQUEST
private void CreateaMultiPartRequest() {
try{
HttpClient client = new DefaultHttpClient();
HttpPost post = new ...
0
votes
2answers
48 views
How to show video obtained from a http request in Android and iOS?
Here I got a URL. I can't provide the whole string but part of it is "http://*/video.mjpg".
When I open it with browser(firefox), it shows the video. When I analyze the package using Fiddler, it shows ...
0
votes
0answers
50 views
Javmail getting Multipart message Content
I'm working on an email client for my Android Phone, and I want to get the Content of a message wich is in Multipart format.
The text/plain content I get on the following way:
public String ...
2
votes
2answers
195 views
How to upload image in to php server using Multipart
I have been headache , how to upload image in to server.It is new task for me.but big confusing for me.i searched on stackoverflow and googled. but i getting problems.
My intention is Upload photo ...
1
vote
1answer
47 views
$_POST is empty even though CONTENT_LENGTH is correct
I've got an HTTP POST pointed at two different places.
The first location is handled by a thirdparty solution, so I can't see how they're handling the data (which they must be because the values are ...
0
votes
0answers
21 views
Form not submitting in local development server not in live server - enctype=“multipart/form-data” issue
In JSP page i have an attribute called enctype="multipart/form-data". While I try to submitting the form it not works, if I delete the enctype attribute the form gets submit successfully.
I have using ...
2
votes
0answers
69 views
Couldnt play the audio file uploaded from android to node.js server
I have tried uploading an audio file from android to node.js server,but unfortunately file uploaded in the server is not playing. It shows the error "No suitable decoder module: VLC does not support ...
0
votes
2answers
52 views
Multipart data upload in android is not working
I'm trying to upload multipart data in android but my code isn't working. My code is below. My upload information is mostly text fields. So I kept a HashMap so that the key will contain the field name ...
0
votes
1answer
111 views
how to handle multipart request using http client
Following is my code to handle Multipart using httpclient
if(methodParams.getDataType().length()>0 && methodParams.getDataType().equals("org.springframework.web.multipart.MultipartFile")){
...
0
votes
1answer
123 views
multipart/mixed in Iphone Application
I am currently trying to send a multipart/mixed request in iphone application but the service is always returning the http status code 500. I don't have access to the source code of the webservice. In ...
0
votes
0answers
147 views
servletfileupload.ismultipartcontent(request) returns false even after setting enctype=“multipart/form-data” in the form
servletfileupload.ismultipartcontent(request) returns false in the action, even after setting enctype="multipart/form-data" in the form. i am using struts 2.
<s:form enctype="multipart/form-data" ...
0
votes
0answers
33 views
Extra header parameters for multipart uploads
When making form requests, before each part in the multipart data, I get a couple headers inserted like this:
------WebKitFormBoundary9GAg9hUgKAtE1jsV
Content-Disposition: form-data; name="file1"; ...
0
votes
1answer
586 views
Sending multipart SMS from device converting into MMS
After looking on th e website, I was not able to find any solution to this problem.
Let me explain a bit more :
I'm trying to send (programmatically) from an App a multipart SMS. It's actually ...
0
votes
1answer
30 views
Multipart Entity for perl for attaching a file through API not working
I have the following code and want to attach a file using an API. This code is delivering me the URL but the file is not getting attached.
#!/usr/bin/perl
use LWP::UserAgent;
$ua = ...
0
votes
1answer
121 views
Spring upload file problems
I need to upload file from browser to server. I use spring 3.2 as my web framework.
So i configured my app like this.
1 - I got web.xml
<?xml version="1.0" encoding="UTF-8"?>
<web-app ...
0
votes
0answers
44 views
Multipart entity for POST in perl not working
Here is my code: I am getting the URL as response but the desired file is not getting attached through API. Please suggest.
#!/usr/bin/perl
use LWP::UserAgent;
$ua = LWP::UserAgent->new;
my ...
0
votes
1answer
38 views
Multipart POST using perl not fetching desired results
I am trying to use an API using multipart entity. I guess there is something i am missing.
My current code is as follows:
#!/usr/bin/perl
use LWP::UserAgent;
$ua = LWP::UserAgent->new;
my ...
0
votes
1answer
64 views
PHP Pear Email Text Encoding not being excepted
How do I correctly set the text encoding for a multi-part email using Pear?
I've looked at many examples and I believe I am setting it correctly. However, When sending emails they are arriving with ...
0
votes
2answers
54 views
How do I make a Multipart request without creating files on the hard disk?
I need to request an http api, the problem is that instead of a common post request where all the parameters are separated by an &, they expect a Multipart request for each one of the parameters ...
0
votes
0answers
59 views
Fordwarding a multipart request from a servlet filter
I'm trayin to do a request forward from a servlet filter. It works fine if the request is not a "multipart/form-data", but if it is, the forward is completed but the target servlet does not receive ...
1
vote
1answer
230 views
How to send a “multipart/related” with requests in python?
I'm trying to send a multipart/related message using requests in Python. The script seems simple enough, except that requests only seems to allow multipart/form-data messages to be sent, though their ...
0
votes
0answers
115 views
multipart/form-data and JSF 2 portlet application
I am developing a JSF 2.0 portlet application to run on webSphere portal 8. In my form, I needed to upload files, hence, my form enctype attribute is enctype= multipart/form-data.
The problem is ...
0
votes
0answers
29 views
Error Sending Attachment With PHP
I am trying to create an attachment on the fly and send it with PHP.
I am using the script below as a test.
$to = "me@mydomain.com";
$from = "me@mydomain.com";
$subject = "This is a test";
...
3
votes
2answers
300 views
Spring MVC @RequestBody give me an empty String when use with @RequestParam MultipartFile
I have a problem with this web service code
@Controller
@RequestMapping("/u_tutorial")
public class UploadTutorial
{
@RequestMapping(value = "tutorial1", method = RequestMethod.POST, headers = ...
1
vote
0answers
75 views
Generating HTTP multipart response in Netty
I'm creating a REST service which returns some computed values back to the client. Netty is very performant at doing this. However, there are cases, when I need to return multiple values for the same ...
1
vote
1answer
111 views
android multipart php post error
I'm trying to upload file from android to server.
I used php for server. This isn't working and I can not find why. Please help me.
HttpClient client = new DefaultHttpClient();
HttpPost ...
0
votes
1answer
90 views
Multi part download with libcurl
I want to be able break up a file and download it in parts. From what I've read I should be able to accomplish this with curlopt_range in libcurl. Unfortunately all example code I've seen is for php ...
0
votes
0answers
49 views
how broken image file when ios multipart to server
my code
NSString *urlString = [NSString stringWithFormat:@"%@%@", urlHeader, urlBody];
NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:urlString] ...
1
vote
1answer
72 views
Select with Inner Join with Multipart Identifier and Having Clause
I need to select certain fields for a multipart identifier that has duplicates.
I have the query to grab the duplicates correct.
SELECT b.MemEmpID, b.LastName, b.FirstName
FROM ...
0
votes
1answer
44 views
MIME: multipart in multipart
I am Writing a little Mail parser for a project and to understand mail better.
There came up a question about Multiparts.
When I have a Mail with Content-Type: multipart/alternative oder any other ...
0
votes
1answer
46 views
How to deal with broken multipart uploads?
I have a PHP script that receives images from remote devices and saves them to the database. The script, launched from Apache, receives first a header defining what is being uploaded, and then the ...
0
votes
0answers
115 views
file uploading issues in open-shift .multipart-form data in jboss7
My rest method for accepting multipart-form data is not working in my openshift
projects deployed in jboss7. 405 status code is coming but it is working fine in my
localhost server.
@POST
...
0
votes
1answer
332 views
Handling multipart response from Jersey server in Android client
I've managed to send multipart message from Android to Jersey server like this:
File file = new File(imagePath);
HttpClient httpclient = new DefaultHttpClient();
HttpPost httppost = new ...
0
votes
1answer
94 views
Sending SMIME E-Mail using Open SSL, the email body is not displaying
When create s/mime email using OpenSSL, and send , the receiving email has smime content attached and signature is verified, but the email body is not visible through email clients such as Mac Mail ...
0
votes
1answer
103 views
Downloading and merging multipart file in javascript
I need some help with below requirement.
Download huge multipart csv file from webserver and join those parts at client side before opening it for user.
I can get the number of parts and have their ...
2
votes
2answers
179 views
Synchronous reading of a multipart upload alongside Django
I have a Django application which needs to have access to reading multipart file uploads as file-like objects as they're uploaded, which means that I need more or less synchronous access to the ...





