Skip to content

Commit

Permalink
final with ion
Browse files Browse the repository at this point in the history
  • Loading branch information
walley committed Jul 1, 2022
1 parent a8c7840 commit 431aaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guidepost/src/main/java/org/walley/guidepost/share.java
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public void onProgress(long uploaded, long total)
.setMultipartParameter("lat", lat)
.setMultipartParameter("lon", lon)
.setMultipartParameter("license", "CCBYSA4")
// .setMultipartFile("uploadedfile", fi)
.setMultipartFile("uploadedfile", fi)
.asString()
.setCallback(new FutureCallback<String>()
{
Expand Down

0 comments on commit 431aaea

Please sign in to comment.