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

Missing file(s) information on 'fileuploaded' #159

Closed
derblub opened this issue Feb 4, 2015 · 5 comments
Closed

Missing file(s) information on 'fileuploaded' #159

derblub opened this issue Feb 4, 2015 · 5 comments
Labels

Comments

@derblub
Copy link

derblub commented Feb 4, 2015

Seems like there is no information at all (like: file-name, file-size,..) on the fileuploaded callback.

Is there anything I'm missing?

@kartik-v
Copy link
Owner

kartik-v commented Feb 4, 2015

Read the documentation and check how you can access fileuploaded event parameters.

@kartik-v kartik-v closed this as completed Feb 4, 2015
@derblub
Copy link
Author

derblub commented Feb 4, 2015

Well, obviously I've read the documentation (I've also mentioned the event for a successfull upload on my first comment).
Your documentation is saying, data.files should have meta information, which is empty (array with 1 field: undefined) on all my file-input fields - didn't test multi file uploads.

@kartik-v kartik-v reopened this Feb 4, 2015
@kartik-v
Copy link
Owner

kartik-v commented Feb 4, 2015

Probably its getting reset for various other scenarios that were incorporated... will provide a fix.

@kartik-v kartik-v added bug and removed question labels Feb 4, 2015
@kartik-v
Copy link
Owner

kartik-v commented Feb 4, 2015

You can check with the updated code now.

@derblub
Copy link
Author

derblub commented Feb 4, 2015

Seems like that worked, thanks!

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

No branches or pull requests

2 participants