Skip to content

Instantly share code, notes, and snippets.

@godswillokokon
Last active March 27, 2020 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godswillokokon/e256789b0d738ccf4db090cc5c99e3e3 to your computer and use it in GitHub Desktop.
Save godswillokokon/e256789b0d738ccf4db090cc5c99e3e3 to your computer and use it in GitHub Desktop.
const cloudinaryUpload = (photo) => {
const data = new FormData()
data.append('file', photo)
data.append('upload_preset', 'ogcodes')
data.append("cloud_name", "ogcodes")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment