I'm trying to pass a value from my input (id=name1) to my uploadify JS in the header, but Im having bad luck. Defining a var in the existing JS stops uploadify from working.
'scriptData': { 'uploader': uploader }
Wanting to call uploader with:
var name = document.getElementById('name1').value;