I'm trying to upgrade the machform installation of my client to 15, and I have a problem with uploadifive.
The file is included in my page
(<script type="text/javascript" src="https://myinstall.com/machform/js/uploadifive/jquery.uploadifive.js"></script>)
But I have a
Uncaught TypeError: $(...).uploadifive is not a function
error when I'm loading the page with the form in it.
It is on a self-hosted installation, and the form is included in my php application with the php tag.