-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
upload functionality removed? #235
Comments
+1 |
not sure off the top of my head. two things to check:
|
Any news on this issue? |
I don't think so. Electron does not directly allow a way to intercept requests for uploads like it does for downloads. I've seen it discussed in the Electron issues, most notably #749 and #3999, but as far as I know, it's still an open problem. |
@rosshinkley True... Saw these issues too. 👍 |
+1 |
I just tested this, and it actually works really well. I'll see if I can find the time and make a PR to add this. If someone else beats me to it, I'm totally fine with that :) |
Added as a plugin. |
As the plugin should solve this issue, I'm closing it. If you have questions/problems, feel free to reopen/open a new issue. |
from the perspective of user, it'd be better that |
https://github.com/rosshinkley/nightmare-upload didn't work when inside an iframe: rosshinkley/nightmare-upload#9 |
In a previous version there was an
upload
function inlib/actions.js
, as far as I understand after switching to Electron the functionality was removed, its because is not supported by Electron or was not implemented yet?Is there an obvious way on how to upload files and I missed it?
The text was updated successfully, but these errors were encountered: