Skip to content

fix ResumableUploader.php error#103

Open
Antonimo wants to merge 1 commit into
Superbalist:masterfrom
Antonimo:patch-1
Open

fix ResumableUploader.php error#103
Antonimo wants to merge 1 commit into
Superbalist:masterfrom
Antonimo:patch-1

Conversation

@Antonimo

@Antonimo Antonimo commented Oct 3, 2019

Copy link
Copy Markdown

for the error ResumableUploader.php line 179: Upload failed. Please use this URI to resume your upload

use:

$disk->put($targetNamePath, fopen(Storage::path($localTmp_targetNamePath), 'r+'), [
                'resumable' => true,
                'chunkSize' => 262144 * 50,
                'uploadProgressCallback' => array($this, 'uploadProgress'),
            ]);

for the error ResumableUploader.php line 179: Upload failed. Please use this URI to resume your upload
@rlweb

rlweb commented Aug 24, 2020

Copy link
Copy Markdown

I've hit the same issue :/ would be great to get this in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants