Hello,
Where can i access the code for the one item we want without all the rest of the code on this page? https://canvastemplate.com/component-uploads.html
We just want the code for the multi item drag and drop section
Hello,
Where can i access the code for the one item we want without all the rest of the code on this page? https://canvastemplate.com/component-uploads.html
We just want the code for the multi item drag and drop section
Hello,
You can simply use the following HTML Codes:
<input id="input-3" name="input2[]" type="file" class="file" multiple data-show-upload="false" data-show-caption="true" data-show-preview="true">with the following CSS Links in the Document <head>:
<!-- Plugins/Components CSS -->
<link rel="stylesheet" href="css/components/bs-filestyle.css">and the following JS Codes at the bottom of the Page without any additional JS Codes:
<!-- JavaScripts
============================================= -->
<script src="js/plugins.min.js"></script>
<script src="js/functions.bundle.js"></script>
<!-- Bootstrap File Upload Plugin -->
<script src="js/components/bs-filestyle.js"></script>Since this is an HTML Template, the Codes have been provided for Demo Purposes, you can simply Copy/Paste the Codes required (according to their Labels in the Templates) and paste them in your Custom Template with their relevant CSS/JS Codes/Linkings.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard