I would like to save an image uploaded by my users to IMGBox with Javascript, I don't have a server and this is a static site.
Something like this
<form action="https://imgbox.com/uploadapi" method="POST">
<label class="form-label">Image</label><br>
<input type="file" class="form-control" name="cadeImage">
<button type="submit" class="button button-primary">Submit</button>
</form>
I just have to upload the images to someplace online. IMGBox is only what I know, any alternative will do.