Unzipping files

前端 未结 8 1822
[愿得一人]
[愿得一人] 2020-11-22 15:54

I want to display OpenOffice files, .odt and .odp at client side using a web browser.

These files are zipped files. Using Ajax, I can get these files from server bu

8条回答
  •  说谎
    说谎 (楼主)
    2020-11-22 16:36

    I wrote a class for that too. http://blog.another-d-mention.ro/programming/read-load-files-from-zip-in-javascript/ You can load basic assets such as javascript/css/images directly from the zip using class methods. Hope it helps

提交回复
热议问题