cross-posted from: https://lemm.ee/post/47771637

Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side). It is a free and open source project.

Website: https://extractify.zip/

  • Kissaki
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 hours ago

    without downloading them (client side)

    if they’re client side they must be downloaded

    • YodaDaCoda@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 hours ago

      Yeah these statements don’t align.

      Extractify.zip is open source progressive web app (PWA) website to view and extract zip files online without downloading them (client side).

      Directly conflicts with

      • Sandbox mode to prevent malicious files. (use WebAssembly to extract files and don’t use any server side code)
      • Don’t need to upload your files to server. (work offline)

      This just doesn’t make sense.