Skip to content

Instantly share code, notes, and snippets.

@musebe
Last active March 7, 2019 17:38
Show Gist options
  • Save musebe/d88ac548d23002e29c14344da487d1eb to your computer and use it in GitHub Desktop.
Save musebe/d88ac548d23002e29c14344da487d1eb to your computer and use it in GitHub Desktop.
Cloudinary
<div class="row">
<div class="col-md-6 mx-auto">
<h5 class="text-center display-5 my-4">File Uploads,retrieval and deletion</h5>
<form action="/uploads" method="POST" enctype="multipart/form-data">
<div class="custom-file mb-3">
<input type="file" name="image" id="image" class="custom-file-input" value="fileupload">
<label for="file" class="custom-file-label">Choose File</label>
</div>
<input type="submit" value="Submit" class="btn btn-primary btn-block">
</form>
<hr>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment