You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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....
The text was updated successfully, but these errors were encountered:
Good afternoon!
Im trying to upload this snippet of code on my website:
But when I select the file to upload it goes onto error. Does this no longer work or is unmaintained?
Thanks in advance....
The text was updated successfully, but these errors were encountered: