Skip to content

Commit

Permalink
Merge pull request #506 from opengisch/QF-2540-fixed-boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored Mar 16, 2023
2 parents 45766e3 + 2926bfc commit 1060a36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qfieldsync/core/cloud_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ def cloud_upload_files(

multi_part = QHttpMultiPart(QHttpMultiPart.FormDataType)
multi_part.setParent(self)
multi_part.setBoundary(
b"boundary_.oOo.QFieldRoxAndYouKnowItDXMtCoIPQV84CAX3rDyv83393"
)

# most of the time there is no other payload
if payload is not None:
Expand Down

0 comments on commit 1060a36

Please sign in to comment.