Javascript .change event on File Upload object in V6
Confluence User - 26 Apr, 2018
Hi,
We have, in a V4 cloud edition, a script in a custom html field that is linked to the .change event of a File Upload object. Since the upgrade to V6, the event is not fired anymore. Could someone help me?
Thank you very much in advance.
Daniel
Code sample :
<script type="text/javascript">
//when File is selected (field "attachment" is changed)
$('#attachment').change(function(){
alert("File has been attached");
});
</script>
forms