You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appends the HTTP header `Content-Disposition: file; filename=#{filename}; name=#{name}"` and `Content-Type: #{mimeType}`, followed by the data from the input stream and the multipart form boundary.
579
+
580
+
@param inputStream The input stream to be appended to the form data
581
+
@param name The name to be associated with the specified input stream. This parameter must not be `nil`.
582
+
@param fileName The filename to be associated with the specified input stream. This parameter must not be `nil`.
583
+
@param length The length of the specified input stream in bytes.
584
+
@param mimeType The MIME type of the specified data. (For example, the MIME type for a JPEG image is image/jpeg.) For a list of valid MIME types, see http://www.iana.org/assignments/media-types/. This parameter must not be `nil`.
Appends the HTTP header `Content-Disposition: file; filename=#{filename}; name=#{name}"` and `Content-Type: #{mimeType}`, followed by the encoded file data and the multipart form boundary.
Appends the HTTP header `Content-Disposition: file; filename=#{filename}; name=#{name}"` and `Content-Type: #{mimeType}`, followed by the data from the input stream and the multipart form boundary.
612
-
613
-
@param inputStream The input stream to be appended to the form data
614
-
@param name The name to be associated with the specified input stream. This parameter must not be `nil`.
615
-
@param fileName The filename to be associated with the specified input stream. This parameter must not be `nil`.
616
-
@param length The length of the specified input stream in bytes.
617
-
@param mimeType The MIME type of the specified data. (For example, the MIME type for a JPEG image is image/jpeg.) For a list of valid MIME types, see http://www.iana.org/assignments/media-types/. This parameter must not be `nil`.
0 commit comments