The previous version has been refactored to use On-Demand Javascript. Specifically, the upload Javascript isn't downloaded until you change some text. This particular version achieves On-Demand Javascript by dynamically adding a script element to the DOM. See the next version for an approach based on XMLHttpRequest.