Uploading / Downloading Documents into the Open XML SDK for JavaScript using HTML5

Return to the
Open XML SDK for JavaScript
Developer Center
If you are writing an Open XML JavaScript application where you are targeting browsers support HTML5, then it is easy to open files from the local hard drive and load them into a JavaScript variable. It is also easy to save the modified Open XML document from a JavaScript variable to your local hard drive. There are two slightly different approaches to implementing uploading / downloading using HTML5. This screen-cast walks through both.