Skip to content

1.0.3

Compare
Choose a tag to compare
@pionl pionl released this 17 Mar 17:00
· 68 commits to master since this release
  • 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 added getUploadedFile for all Save classes. Returns always the uploaded file (the uploaded chunk).