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

upload functionality removed? #235

Closed
navaru opened this issue Sep 21, 2015 · 12 comments
Closed

upload functionality removed? #235

navaru opened this issue Sep 21, 2015 · 12 comments

Comments

@navaru
Copy link

navaru commented Sep 21, 2015

In a previous version there was an upload function in lib/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?

@vidakovic
Copy link

+1

@matthewmueller
Copy link
Contributor

not sure off the top of my head. two things to check:

@IonicaBizau
Copy link

Any news on this issue?

@rosshinkley
Copy link
Contributor

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.

@IonicaBizau
Copy link

@rosshinkley True... Saw these issues too. 👍

@DavidePastore
Copy link

+1

@Zn4rK
Copy link

Zn4rK commented Apr 25, 2016

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 :)

@rosshinkley
Copy link
Contributor

Added as a plugin.

@rosshinkley
Copy link
Contributor

rosshinkley commented May 22, 2016

As the plugin should solve this issue, I'm closing it. If you have questions/problems, feel free to reopen/open a new issue.

@1gluk
Copy link

1gluk commented Dec 22, 2016

@tryer3000
Copy link

from the perspective of user, it'd be better that upload is native feature of nightmare

@rodrigoruiz
Copy link

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

No branches or pull requests