-
Notifications
You must be signed in to change notification settings - Fork 806
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
Drag-and-drop plugin fails with "'_xrsf' missing from POST" #830
Comments
This works for me in both Safari and Chrome with notebook 4.2.1. |
I just upgraded the plugins: pip3 install -U https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tarball/master
jupyter contrib nbextension install --user Thanks, it works pretty well in Chrome now. But when I try to upload an image which downloaded from network with a |
Platform: Jupyter 4.2.1, Python 3.6.0, Chrome 55.
Well I really need this function, but it can't work in Chrome. Here is the log in Javascript Console:
And the log in Jupyter:
It seems that the server rejected the uploading file. So is there any solution?
The text was updated successfully, but these errors were encountered: