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

Save user sent meta data #163

Closed
alucic opened this issue Jul 10, 2019 · 1 comment · Fixed by #166
Closed

Save user sent meta data #163

alucic opened this issue Jul 10, 2019 · 1 comment · Fixed by #166
Labels

Comments

@alucic
Copy link
Contributor

alucic commented Jul 10, 2019

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

@ankitpokhrel
Copy link
Owner

I think this will be a good enhancement. We would be happy to review and discuss the solution if you can send a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants