
Support mixed multipart uploads
Reported by josh | January 14th, 2009 @ 06:58 PM | in 1.0
I did not even know this till recently, but can actually upload multiple files at once.
Content-Type: multipart/form-data; boundary=AaB03x
--AaB03x
Content-Disposition: form-data; name="submit-name"
Larry
--AaB03x
Content-Disposition: form-data; name="files"
Content-Type: multipart/mixed; boundary=BbC04y
--BbC04y
Content-Disposition: file; filename="file1.txt"
Content-Type: text/plain
... contents of file1.txt ...
--BbC04y
Content-Disposition: file; filename="file2.gif"
Content-Type: image/gif
Content-Transfer-Encoding: binary
...contents of file2.gif...
--BbC04y--
--AaB03x--
http://www.w3.org/TR/html401/int...
I've attached a failing test, but I don't have an actual fix yet.
Comments and changes to this ticket
- 
         josh January 17th, 2009 @ 03:36 PM- Milestone changed from 1.0 to 0.9
 
- 
         josh January 18th, 2009 @ 01:46 AMApparently no one actually supports this. Rails doesn't, nor does Ruby's CGI. Maybe Rack could be the first :) 
- 
         josh January 21st, 2009 @ 06:24 PM- Milestone changed from 0.9 to 1.0
 
- 
         josh January 22nd, 2009 @ 03:34 AM- State changed from new to wontfix
 
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
People watching this ticket
Attachments
Referenced by
- 
         18 
          Multipart test coverage and another rewind fix
        Created a new ticket for mixed multipart uploads, #21. 18 
          Multipart test coverage and another rewind fix
        Created a new ticket for mixed multipart uploads, #21.
 Create new ticket
 Create new ticket
 josh
      josh