diff options
author | James Tucker <jftucker@gmail.com> | 2014-07-18 16:07:27 -0700 |
---|---|---|
committer | James Tucker <jftucker@gmail.com> | 2014-07-18 16:07:27 -0700 |
commit | 9269d22c56762076e3b775ea65ec1d40494d2402 (patch) | |
tree | d4345fa0f819413a13d6cc82bcc85d905de531de /test/multipart | |
parent | 83155c586521455b43a9b05523b0e6d5318ba086 (diff) | |
download | rack-9269d22c56762076e3b775ea65ec1d40494d2402.tar.gz |
support empty string multipart filename
Closes #702.
Enables support for IE11.
Diffstat (limited to 'test/multipart')
-rw-r--r-- | test/multipart/ie11 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/multipart/ie11 b/test/multipart/ie11 new file mode 100644 index 00000000..6c3da47f --- /dev/null +++ b/test/multipart/ie11 @@ -0,0 +1,6 @@ +--AaB03x
+Content-Disposition: form-data; name="files"; filename=""
+Content-Type: text/plain
+
+contents
+--AaB03x--
|