Closed joncorrin closed 7 years ago
Hey there good guy! Thanks for the report
All my implementations of this library put files on Amazon S3. So it works.
The new forked intent of this library, is only to support selecting files. No future support of how files are transmitted nor how the servers work, will be given. Sorry guy, I got no help for you
Please close issue
Hi,
Thanks for forking this library, I was having so many issues with it.
I'm having trouble linking this up with multer-s3. This is probably me so bare with me.
I have an Angular/Node application that uses the ngfDirective to make calls to the backend where multer-s3 uploads the files to s3. Here is my current layout. Here is the error I am receiving:
Error: Unexpected field at makeError (/Users/XXX/Desktop/workspace/XXXX/node_modules/multer/lib/make-error.js:12:13)
My component.html file
My .ts file
And here is the backend code that raises the error
I've played around for a bit trying different methods and using itemAlias. With the outdated library I had it setup and working and I assumed I'd need to do some work to get multer-s3 up and running again.
Thanks, again for helping and creating this, it was much needed!