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

Unable to display received files in Chrome #46

Open
ewanleaver opened this issue Mar 24, 2016 · 0 comments
Open

Unable to display received files in Chrome #46

ewanleaver opened this issue Mar 24, 2016 · 0 comments

Comments

@ewanleaver
Copy link

The application is requesting files to be received ArrayBuffer format, and manually converting to Blobs.

This results in name and type information being stripped out of the original Blob formatted data, and Chrome displays raw data for each received file instead of rendering each correctly.

  • (Firefox doesn't have this issue as it appears to be smart enough to detect the type of raw data)

This could be fixed by changing the serialization of the file DataConnection to none and modifying the receiving code to simply handle received blobs.

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

No branches or pull requests

1 participant