Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ResumableFileObject to target-callback #552

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 3, 2020

  1. Add ResumableFileObject to target-callback

    I needed this functionality because I had to re-calculate the target-url for each file based on information I added to the ResumableFile-Object in the "fileAdded"-Hook.
    
    Basically the information is only available when the user adds the file to the queue. This information is not available at the time of the actual uploading. 
    
    Therefore I add this piece of information to the ResumableFileObject when the "fileAdded"-Hook fires. Later, when the target-callback is executed, I retrieve it from the ResumableFileObject.
    tobias74 authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    c919122 View commit details
    Browse the repository at this point in the history