-
Notifications
You must be signed in to change notification settings - Fork 143
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
Binary dragged & dropped files should not be fetched as text by default #2456
Comments
Did some spelunking and the code in question is here: iodide/src/server/pages/home-page.jsx Line 160 in bd3ea66
The file object we're destructuring and mapping also has a |
Working on this will require setting up the full server implementation (since the home page isn't visible with simple-serve) but should not otherwise be too difficult. |
Hi, I would love to work on this. |
Great! Go ahead and submit a PR, be sure to follow the guidelines here: https://iodide-project.github.io/docs/contributing/ Note that there are no current plans for Iodide to participate in next year's GSOC. |
HI , i would like to work on this. |
Steps to reproduce:
Furniture_only.xls
)Expected:
Got:
It is still a pain to do something with the excel file (#2447) but the fact that we're fetching the file as text is yet another roadblock. Perhaps we could sniff the type of the uploaded file and then set this property of the created notebook accordingly? @hamilton / @openjck any thoughts on this?
The text was updated successfully, but these errors were encountered: