File upload interface to Cloud Storage, S3 and FTP server. The current version only supports uploading files to only Cloud Storage.
Cloud Storage File Upload Javascript front-end
You can try to use clam demo web application on https://hacknock.github.io/clam-example/
The past libraries to upload files to Cloud Storage only support back-end frameworks such as Node.js. On the other hand, this library is a "front-end" library to help you develop a front-end application that needs a function to upload files.
<script
type="text/javascript"
src="https://rawcdn.githack.com/Hacknock/clam/1.4.0/clam.min.js"
></script>const clam = new Clam();We open the minimal example code to the public on Hacknock/clam-example. Please refer there. This source code is a demo site of clam.