Access to code

1 reply·opened Sep 12, 2023
S
SemiColonWebSTAFFSep 13, 2023

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