I tried to use basic example (source) for jquery-file-upload, files that I've included in my html are:
jquery.js
bootstrap.css
bootstrap.js
jquery.fileupload.css
jquery.iframe-transport.js
jquery.fileupload.js
Is there anything else that I should include to properly use jquery-file-upload
?
My app doesn't need to use jquery-ui
.
If jquery-ui
is really a dependency to jquery-file-upload
, is there any workaround to use it without jquery-ui
?
jquery.js
jquery.ui.widget.js
jquery.iframe-transport.js
jquery.fileupload.js
and finally
$('#input').fileupload() // and U is lower case !!!!
Nevermind, I should have read this first. Only jquery-ui.widget.js
required, not whole jquery-ui
.
The order in which
<script src="js/vendor/jquery.ui.widget.js"></script>
<script src="js/jquery.iframe-transport.js"></script>
<script src="js/jquery.fileupload.js"></script>
are loaded also matters.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With