this post was submitted on 19 Nov 2024
13 points (93.3% liked)

Opensource

1426 readers
6 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 1 year ago
MODERATORS
 

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/

you are viewing a single comment's thread
view the rest of the comments
[–] Kissaki 5 points 4 days ago (5 children)

without downloading them (client side)

if they're client side they must be downloaded

[–] GetOffMyLan 2 points 3 days ago* (last edited 3 days ago) (1 children)

I think it means to the file system. As in they only ever exist inside the browser sandbox in memory. This should be completely safe.

So you don't have to download them and drag to the browser. It requests the data and processes it in the browser environment.

[–] [email protected] 1 points 3 days ago (1 children)

Then IMO, it should say is something about saving the content client side.

[–] GetOffMyLan 1 points 2 days ago

I think the term downloading does imply that tbh. But i get your point.

load more comments (3 replies)