javascript - Open files in editor from FileSystem API(HTML5) -
i using filesystem api in html5 read files loaded local filesystem using input tag , make duplicate copy of file in filesystem. trying open copy respective editors no success till now. using tourl() method, file opened in browser except microsoft files( .docx, .xlsx, etc). let me fetch file server , open in editor without storing file on client machine , make changes 1 loaded in filesystem api inside browser.
is there way open file filesystem local editors including of microsoft office one's.
thanks
Comments
Post a Comment