multipart-form

What are valid characters for creating a multipart form boundary?

In an HTML form post what are valid characters for creating a multipart boundary? ...

Help, don't know what's wrong with my HTTP multipart POST

POST /upload HTTP/1.1 Host: assets.drop.io User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2 009042316 Firefox/3.0.10 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Content-Length: 5728 Content-Type: multipart/form-data; boundary=--------MalolHCBdarysNYMHZbIvjbD --------MalolHCBda...

curl function and multipart/form-data issue

does curl function need any special option to post multipart/form-data ? ...

Is there any way to get the name of the uploaded file when doing a HTTP form file upload in Groovy/Grails?

I'm doing a groovy/grails form file-upload operation, as is described here http://www.grails.org/File+Upload I'd like to get the name of the file that the user is uploading. Is there any way to do that? I've dumped out the params and request dictionaries and don't see them in there. ...

.Net UpdatePanel and javascript disabled

This may sound, or actually be, a stupid question but I need to find the best way to proceed with a project I am on. I have a multipage webform, using the multiview control. That multiview is in an updatepanel control, and everything works great so far. My question is about users with javascript disabled. What I have noticed is that in...

Getting isMultipartContent = false while using python poster library

Hi, I'm using the python poster library to try to upload a form containing including an image to a servlet. Locally, it runs fine, but when I deploy to app engine, it doesn't recognize it as multipart content. ServletFileUpload.isMultipartContent(request) returns false Here's how I'm using the poster library: register_openers() da...

Java HTTP Post Raw Data

Hi All, I'm looking to make an HTTP post request given the raw data that I have. I've spent a while looking for the solution, made a handful of attempts and I'm looking for a little bit of help. The PHP code for what I'm looking to do looks like this: <? $url="http://localhost:3000"; $postdata="<?xml version=\"1.0\" encoding=\"UTF-8\"?...