We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to be able to store additional information. Once the file is created, any meta data that's passed by the client should be stored.
Example: https://uppy.io/docs/uppy/#meta
As a user I'd like to read file meta and user set meta using $event->getFile()->details();
$event->getFile()->details();
This would be helpful for issues like this one #124
Go implementation is storing user meta data together with TUS related info https://github.com/tus/tusd/blob/d23be46d7a236714c451601f87fe6bbab7776d45/unrouted_handler.go#L290-L299
If this makes sense I can come up with an implementation and we can discuss details in the PR
The text was updated successfully, but these errors were encountered:
I think this will be a good enhancement. We would be happy to review and discuss the solution if you can send a PR.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I would like to be able to store additional information. Once the file is created, any meta data that's passed by the client should be stored.
Example:
https://uppy.io/docs/uppy/#meta
As a user I'd like to read file meta and user set meta using
$event->getFile()->details();
This would be helpful for issues like this one #124
Go implementation is storing user meta data together with TUS related info
https://github.com/tus/tusd/blob/d23be46d7a236714c451601f87fe6bbab7776d45/unrouted_handler.go#L290-L299
If this makes sense I can come up with an implementation and we can discuss details in the PR
The text was updated successfully, but these errors were encountered: