vgrem / phpSPO

Microsoft 365 Library for PHP.
MIT License
360 stars 117 forks source link

Fix issue w tiny upload session not being finalized. #328

Closed freqva closed 1 year ago

freqva commented 1 year ago

Fixes an issue in upload sessions with data sizes <= buffer size where the File::finishUpload method is not called to commit the file. This fix ensures the method is called at the end of the upload.