the form contains 30+ file uploads for specific items
some of the uploads are only allowed 1 file.
I have not found any information online on how to disable file upload inputs.
i have tried
document.getElementById('fname_Subject_Front').display = none;
document.getElementById('fname_Subject_Front').disabled = true;
and a few other methods
i am assuming since there can be malicious intent wit hthis type of coding that it is not allowed by javascript.
thanks for looking

New Topic/Question
Reply



MultiQuote



|