multipart/form-data ist a content type used to send forms to web services, including file uploads.

learn more… | top users | synonyms

1
vote
3answers
26 views

PHP multidimensional array key collapse

I'd like to collapse a multidimensional array so that $arr = array( 'first' => array( 'second' => array( 0 => 'foo', 1 => 'bar' ) ) ); ...
0
votes
1answer
8 views

FormHttpMessageConverter filename from byte array

I'm trying to upload file with POST request. POST must be of the enclosure-type multipart/form-data. I insert file as byte array: MultiValueMap<String, Object> requestParameters = new ...
0
votes
1answer
40 views

File Upload through rest and html as client

i just want to upload a file using jersey rest service and Jquery ajax as client here is my code 1. HTML <form action="rest/file/upload" method="post" enctype="multipart/form-data"> ...
1
vote
0answers
23 views

Using a servlet to handle both multipart and normal requests

I am developing a web application using servlet API 3.0 and AJAX. I've developed and tested locally (using run-jetty-run in Eclipse) and it seems to work fine. When I deploy to my Tomcat7 instance, ...
1
vote
1answer
35 views

FormData sends files but $_FILE is empty

I have no idea why i keep getting an empty $_FILES global array when i print it out. Ive been looking it over but i can't see where i am going wrong. because of that i have shown all of the code. if i ...
0
votes
3answers
50 views

Multipart form in JSP, encoding problems in Glassfish

I'm getting invalid character from my jsp/servlet using Eclipse and Glassfish. If I enter "Pêche" I get "Pêches". So, this is encoding problem. I tried several thinks and nothing works. I tried to ...
1
vote
1answer
50 views

Display file uploading progress with Google Cloud Storage

I have a web app which allows users to upload files to Google Cloud Storage on behalf of my web app. I already implemented a simple feature successfully using an HTML POST Form, described here. ...
0
votes
1answer
59 views
+50

multipart File uploads using NodeJS

I am having troubles getting file uploads to work with NodeJS. I am using Dropzone.JS to create a form that sends a POST request to /file-upload here: <form action="/file-upload" class="dropzone ...
-2
votes
0answers
32 views

XMLHTTP request throwing errors

I am trying to upload a file via drag and drop. I have issues while doing the ajax calls to upload file. Usual file upload is working fine for me and I have issues only while drag and drop. I am ...
1
vote
1answer
51 views

Not Posting image file in android using multipart httppost method

This question is borrowed from the same question, beacuse i faced same problem.During image posting in server side, image details could not getting in server side. Like this: Failed to post image ...
0
votes
0answers
38 views

uploading file with multipart request(request,“c:/”)

I have a jsp code to upload a file from multipart/form-data.. upload.jsp <%@ page import="java.io.*"%> <%@page import="com.oreilly.servlet.MultipartRequest" %> <%@ page ...
0
votes
1answer
74 views

JS:How to send multiple files using FormData(jQuery Ajax)

In my form multiple file uploads are there,using FormData only one file is uploading ,though I'm selecting more than one file to upload,following is the code HTML <form name="uploadImages" ...
0
votes
0answers
21 views

dojo.io.iframe.send not taking non file fields with multipart/form-data , dojo version 1.4.1 and firefox 17.05

My question is that has some one ever encountered a situation where non file fields (text and radio fields) are not going to server side when enc type mutlipart/form-data in form tag and sending ...
0
votes
0answers
11 views

Fileupload FormData, Ajax; no data transmitted

im working on a fileupload which includes the possibilty to add extra data to be safed in a database. I know that there were many discussions about this topic but i couldnt find a solution for my ...
0
votes
0answers
31 views

HTTP request is getting cancelled

I am trying to upload a file to a remote server. My request is not hitting there correctly and I see the Status as (canceled) in the network. I dont see my datas are passing in the network. PFB the ...
1
vote
2answers
65 views

C# HttpClient 4.5 multipart/form-data upload

Has anybody an idea how to use the HttpClient in 4.5 with multipart/form-data upload? I couldn't find any example in the internet.
7
votes
1answer
68 views

Upload image through form post

I'm trying to upload an image through a multipart/form-data post and I'm using the code below. I'm only going to be uploading .jpg images. The problem is that the image that is saved is not a valid ...
0
votes
0answers
78 views

Multipart/Form-Data post in WebBrowser C#

I need send post file with WebBrowser control... Html page form: <form enctype="multipart/form-data" action="http://localhost:8987/up.php" method="POST"> <input type="hidden" ...
1
vote
3answers
70 views

How upload image to server with multipart form data

I want emulate this request this is logs from sniffer -----------------------------708299735697 Content-Disposition: form-data; name="_file" 1.jpg -----------------------------708299735697 ...
0
votes
1answer
43 views

File upload to server progress with django

I have a form which users can upload files to a server with (django development server, until I push code to Apache, 100 mb limit). I want to show the user a progress bar for the upload. I've read ...
0
votes
1answer
50 views

Submitting uploaded Imgur image to gallery

This is a follow up question to: uploading a file to imgur via python I just uploaded an image to Imgur, but I've noticed it isn't public for view. At their API website they say that after its ...
0
votes
1answer
64 views

uploading a file to imgur via python

I'm having trouble uploading an image to Imgur using the python requests module and the Imgur API. My code is the following: import base64 import json import requests from base64 import b64encode ...
0
votes
0answers
22 views

Call a REST service from a MVC website with a Filestream for Uploading (Filestream falls out of scope, can't .Wait())

I have an MVC website that I use to get a PostedFileBase which contains a file stream. I then I want to call a REST service to post/upload the file by passing in the filestream and using ...
0
votes
1answer
91 views

@RequestPart with mixed multipart request, Spring MVC 3.2

I'm developing a RESTful service based on Spring 3.2. I'm facing a problem with a controller handling mixed multipart HTTP request, with a Second part with XMLor JSON formatted data and a second part ...
0
votes
1answer
48 views

Append more data to form before submit?

I can't figure out why this isn't working? var $formElement = $("#upload-form"); var formData = new FormData($formElement); formData.append("file", blob_output, "timelapse.webm"); ...
0
votes
0answers
53 views

How to upload image to wikimedia site from android

I'm trying to upload an image to a custom wikimedia site from an android phone. Unfortunately, the image I am trying to upload isn't working. This is the function I'm using to send a multipart ...
0
votes
0answers
77 views

RestEasy @MultipartForm null byte[] and InputStream received

I have been trying to test sending byte[] and InputStream objects using @MultipartForm but I get a null object for both types, any ideas why? I´m using RestEasy 2.3.5.Final public class DocumentForm ...
0
votes
1answer
18 views

ASIFormDataRequest ASIMultipartFormDataPostFormat header formatting

I have problem with the header formatting for multipart message. How to create one header with multiple values for one part. What I want : --0xKhTmLbOuNdArY-28217FDC-8163-459B-AB09-3DE87210721D ...
0
votes
1answer
275 views

Reading input text parameter in Servlet from JSP for fileupload multipart

I am creating a JSP page to upload a CSV or TXT file. The file data are separated by some delimiter. That I am retrieving from user using a Checkbox and based on the checked checkbox I am setting a ...
3
votes
3answers
230 views

Sending Multipart Form Data in Android

I have used the below code (taken from SO) to post some data to a PHP script: HttpClient httpClient = new DefaultHttpClient(); HttpPost httpPost = new HttpPost(Web.API_PREFIX_GENERAL + ...
0
votes
0answers
39 views

Can you send binary (non-ascii) data in HTTP POST without risk of it being mangled?

If you try and send base64 data in a POST request from a browser, then the / character gets mangled to %2F and + becomes %2B. I believe it must be the browser that's doing this special character ...
1
vote
1answer
75 views

Fowarding a multipart form data with php and cURL

I'm developing a small proxy in PHP with cURL. It has to receive http requests from a client, make some statistics with this requests, foward the request to the web server and foward the responses to ...
1
vote
1answer
107 views

UTF-8 text is garbled when form is posted as multipart/form-data in PHP

I have a PHP script to publish articles. It was working perfectly fine until we added the file uploading support. To enable uploading of files, we had to change enctype of tag to multipart/form-data. ...
2
votes
3answers
68 views

Fail to rename file

Greeting ,Currently I am using the OReilly MultipartRequest class and i want to rename the complete file name before upload. MultipartRequest m = new MultipartRequest(request, Path,5024 * 1024, new ...
0
votes
0answers
34 views

Upload powerpoint file on server using tomcat 7

I am trying to upload a powerpoint presentation (pptx) to server using following code JSP: <form id="userform" action="addJourney" method="post" enctype="multipart/form-data" onsubmit="return ...
0
votes
1answer
53 views

Tool for sending multipart/form-data request

I am currently using the Chrome Addon Postman - REST Client to easily create POST / GET request and it's quite a nice tool. Now I want to debug an upload script and I am looking for a tool to make ...
2
votes
5answers
375 views

request.getParameter on a submit button giving null value

On click of Generate PDF/Generate Excel submit button it is requesting the servlet FileUpload to do the processing.Now when I am trying to get the value of the submit button that i have pressed,it is ...
0
votes
1answer
78 views

Page cannot be displayed error when using enctype=“multipart/form-data” in form

I discovered today that both IE and Firefox are giving me an error that the page cannot be displayed when I try to add an article to my site using a basic form (handled by PHP). It was working a week ...
1
vote
1answer
70 views

ImageIO.read( ) always rotates my uploaded picture

I want to create a web application that allow users to upload their image to the server. When they click send, their image will be uploaded to the server (multipart). Before saving, I want to make ...
1
vote
0answers
47 views

POST file directly from string in Ruby

I have a string: text = "a bc def" and need to send it to a REST API call which uses 'multipart' to take a POST call with a file. Looks something like this: post '/upload' do tempfile = ...
0
votes
3answers
64 views

Where and how do I set the correct encoding when uploading files using xhr

I am uploading image files, and I need them to work with accented characters - so I have made everything use UTF-8. I use this javascript function to upload them: $('#files').change(function(e) ...
0
votes
0answers
64 views

Multiple image upload in single Request using AFNetworking

I want to upload multiple image in single request, I manage to make it work when sending single image data. here is my code for sending single image data : AFHTTPClient *httpClient = [[AFHTTPClient ...
0
votes
1answer
28 views

multipart data request to controller

I have controller that creates file on filesystem, file attached in request. During development I tested my controller work via fiddler request composer where upload file to request option was ...
0
votes
2answers
47 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
58 views

Multipart upload to S3 from an API

I am developing a web API for text analytics backed by AWS S3. In order to allow clients to upload large (multi-MB or even multi-GB) files I have been looking at the S3 multipart upload facility. The ...
-1
votes
2answers
98 views

send a file using NSURLConnection

Hi I am using the following code for NSURLConnection //initialize new mutable data responseData = [[NSMutableData alloc] init]; //initialize url that is going to be fetched. NSURL *url = [NSURL ...
1
vote
1answer
46 views

Upload zip file with Parameters [duplicate]

I am trying to upload a file using NSURLConnection using POST method. and also I need to send few parameters in Post like username etc. I am trying this since morning Please help me guys.
0
votes
1answer
126 views

Unable to upload large excel file with ajaxUpload()

When trying to import an excel file using AjaxUpload, with small file am able to perform the import. With a little larger excel file consisting of data close to 2MB, i get the below error. Here is my ...
1
vote
1answer
38 views

Access request body when isMaxSizeExceeded

I'm using play 2.1.0 and want to implement file upload with several parameters, i.e. multipart/form-data form has some small fields and file itself. If I upload the file without using annotation ...
0
votes
1answer
460 views

post json data with php curl for multipart/form-data for file upload vía cakephp 2

i want to post json data with php curl for a multipart/form-data with a file upload field. i tried this in cakephp 2 in a action: public function json_post(){ $this->autoRender = false; ...

1 2 3 4 5 9