laravel-plupload icon indicating copy to clipboard operation
laravel-plupload copied to clipboard

Problem with UploadedFile from Symfony new Http-Foundation

Open jakjr opened this issue 5 years ago • 2 comments

The construct of UploadFile do not accept the filesize anymore.

So, the method receiveChunks should instance the new UploadedFile, without passing the filesize attribute: $file = new UploadedFile($filePath, $originalName, 'blob', UPLOAD_ERR_OK, true); /sizeof => filesize : fix for php 7.2/

jakjr avatar Jul 09 '20 15:07 jakjr

Hi,

Can you please add a pull request with this fix to the repo?

m33ts4k0z avatar Sep 15 '21 14:09 m33ts4k0z

@m33ts4k0z Done.

jakjr avatar Sep 15 '21 17:09 jakjr