summary refs log tree commit
path: root/test/multipart/three_files_three_fields
diff options
context:
space:
mode:
Diffstat (limited to 'test/multipart/three_files_three_fields')
-rw-r--r--test/multipart/three_files_three_fields12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/multipart/three_files_three_fields b/test/multipart/three_files_three_fields
index 40d88b56..8917424e 100644
--- a/test/multipart/three_files_three_fields
+++ b/test/multipart/three_files_three_fields
@@ -12,20 +12,20 @@ content-disposition: form-data; name="from"
 others
 --AaB03x
 content-disposition: form-data; name="fileupload1"; filename="file1.jpg"
-Content-Type: image/jpeg
-Content-Transfer-Encoding: base64
+content-type: image/jpeg
+content-transfer-encoding: base64
 
 /9j/4AAQSkZJRgABAQAAAQABAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcg
 --AaB03x
 content-disposition: form-data; name="fileupload2"; filename="file2.jpg"
-Content-Type: image/jpeg
-Content-Transfer-Encoding: base64
+content-type: image/jpeg
+content-transfer-encoding: base64
 
 /9j/4AAQSkZJRgABAQAAAQABAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcg
 --AaB03x
 content-disposition: form-data; name="fileupload3"; filename="file3.jpg"
-Content-Type: image/jpeg
-Content-Transfer-Encoding: base64
+content-type: image/jpeg
+content-transfer-encoding: base64
 
 /9j/4AAQSkZJRgABAQAAAQABAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcg
 --AaB03x--