All Questions
Tagged with angular-file-upload mongodb
3 questions
-1
votes
3
answers
4k
views
How to upload file using Angular js, & store image path in mongodb
I have a form with text-fields & drop-downs.
I am using Node.js , Angular js, Express, MongoDb.
I want to post data along with image(s).
I want to store image in folder, without any base/binary ...
0
votes
1
answer
191
views
Get undefined variable trying to update the path to an uploaded file within MongoDB using angular-file-upload and MEAN.js
If someone could help me I would be eternally grateful. I have been slamming my head against a brick wall for weeks trying to get images to upload the way it is demonstrated out of the box with the ...
0
votes
1
answer
502
views
How to connect and send file to MongoDb with angular file upload
I am trying to upload file, i am using "Angular File Upload" for it. Trying to connect and send file to mongodb but it gives this error on firebug
net::ERR_INSECURE_RESPONSE
In mongodb.log log ...