v1.0.3
版本发布时间: 2017-03-18 01:00:35
pionl/laravel-chunk-upload最新发布版本:v1.5.4(2024-03-25 23:50:50)
- Enabled to construct the FileReceiver with dependency injection - the fasted way.
public function upload(FileReceiver $receiver) {
// check if the upload is success
if ($receiver->isUploaded()) {
....
}
}
- Removed the
getChunkFile
and addedgetUploadedFile
for all Save classes. Returns always the uploaded file (the uploaded chunk).