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

Exposing file writable stream errors through the form #316

Closed
wants to merge 2 commits into from

Conversation

gabipetrovay
Copy link
Contributor

I have an uploadDir that can be removed while the form still references it. I would like to catch the error if this is the case through the form, like:

form.on('error', function(err) {
    // handle error
});

Or is there any other solution to catch the absence of uploadDir?

@felixge
Copy link
Collaborator

felixge commented Jan 11, 2017

#412

tunnckoCore added a commit that referenced this pull request Nov 28, 2019
thanks to #316 by @gabipetrovay, closes #469, possible fix #470 too

Co-authored-by: gabipetrovay
@tunnckoCore
Copy link
Member

Closing in favor of #520.

tunnckoCore added a commit that referenced this pull request Jan 29, 2020
closes #469
closes #470
closes #316

Co-authored-by: Gabriel Petrovay <gabipetrovay@gmail.com>
Signed-off-by: Charlike Mike Reagent <opensource@tunnckocore.com>
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

Successfully merging this pull request may close these issues.

3 participants