RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: brian5150
Site: https://www.share3d.com
Did you ever resolve this? Thanks for any tips.
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?
Did you ever resolve this? Thanks for any tips.
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?