Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f662819 commit 0f9d4c6Copy full SHA for 0f9d4c6
library/src/main/java/com/loopj/android/http/RequestParams.java
@@ -354,8 +354,8 @@ private HttpEntity createJsonStreamerEntity() throws IOException {
354
FileWrapper fileWrapper = entry.getValue();
355
entity.addPart(entry.getKey(),
356
new FileInputStream(fileWrapper.file),
357
- fileWrapper.file.getName(),
358
- fileWrapper.contentType);
+ fileWrapper.file.getName(),
+ fileWrapper.contentType);
359
}
360
361
// Add stream params
0 commit comments