Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ydombrovsky committed Oct 4, 2022
1 parent b97e870 commit 21c73aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DropmefilesAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ private function sendChunk(
try {
$response = $this->httpClient->request(
'POST',
$this::HOST.'/s3/uploadch?name='.urlencode($fileInfo->getFilename()).'&chunk=' . $chunk .
$this::HOST . '/s3/uploadch?name=' . urlencode($fileInfo->getFilename()) . '&chunk=' . $chunk .
'&chunks=' . $chunks . '&updir=' . $uid,
[
RequestOptions::HEADERS => array_merge($this->getBaseHeaders(), [
Expand Down

0 comments on commit 21c73aa

Please sign in to comment.