ipfscloud-web
ipfscloud-web copied to clipboard
Button upload no longer works?
Good afternoon!
Im trying to upload this snippet of code on my website:
<!--CSS CDN link for IpfsCloud widget-->
<link href="https://cdn.jsdelivr.net/gh/vasa-develop/ipfscloud@f157536445863f27481d8ce5e3025f25264d1113/app/docs/v1/css/ipfscloud-uploader.min.css" rel="stylesheet">
<!--body-tag-starts-->
<center>
<!--this div element will form the button-->
<div id="IpfsCloudUploader"></div>
</center>
<!--body-tag-ends-->
<!--JQuery needed for functioning of the widget-->
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<!--JS CDN link for IpfsCloud widget-->
<script src="https://cdn.jsdelivr.net/gh/vasa-develop/ipfscloud@bd23078768a5c708fc0f322a3e0e0cfb45b61f71/app/docs/v1/js/ipfscloud-uploader.min.js" ></script>
But when I select the file to upload it goes onto error. Does this no longer work or is unmaintained?
Thanks in advance....
Im looking to upload to Infura since I believe its free to use write and read. I saw your approach here:
https://codepen.io/vasa-develop/pen/eYmYqpe
But not working either. Im not a dev or coder...so Im having some isues. I believe I would have to edit your https://cdn.jsdelivr.net/gh/vasa-develop/ipfscloud@bd23078768a5c708fc0f322a3e0e0cfb45b61f71/app/docs/v1/js/ipfscloud-uploader.min.js and upload it to jsdelivery changing the host to upload to infura instead.
But not sure...