GitHub User: brian5150
When I select the files or file, nothing happens.
I get the following error on page load:
TypeError: document.getElementById(...) is null [Break On This Error]
return document.getElementById(id).innerHTML;
The id is: template-upload when I check it in Firefox.
Any thoughts?
When I select the files or file, nothing happens.
I get the following error on page load:
TypeError: document.getElementById(...) is null
[Break On This Error]
return document.getElementById(id).innerHTML;
The id is: template-upload when I check it in Firefox.
Any thoughts?