0

I am trying to upload an image from the iphone gallery onto a backend that is constructed using node and mongodb as the db. I am essentially very new to app development and have had 0 luck in finding any useful information. Any help would be much appreciated.

Sathoshi K
  • 203
  • 2
  • 11

1 Answers1

0

Here you can find some information about storing images with node.js in a mongodb. Uploading and storing images

And uploading an image with swift: Uploading file with parameters using Alamofire

Community
  • 1
  • 1
Steffen Schmitz
  • 860
  • 3
  • 16
  • 34