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

AttachmentInfo is not valid #53

Open
Victorgf87 opened this issue Jun 4, 2017 · 0 comments
Open

AttachmentInfo is not valid #53

Victorgf87 opened this issue Jun 4, 2017 · 0 comments

Comments

@Victorgf87
Copy link

Hello, I have this problem:
When I upload an image, in the controller I do

obj.attach('image', req,body.file, function(err){
if(err)
{ console.log("Error "+error)}
else
{console.log("No error")});

And in the console it says attachmentInfo is not valid.

I have copy-pasted the codes from your github readme, and my credentials are correct too. So I'm wondering why this is happening.

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

No branches or pull requests

1 participant