More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension
How to unzip
- Drop the archive.
- Tick the files to take out.
- Press Unzip and download them.
What happens to your file
The archive is listed first — names, sizes, kinds — without unpacking a byte. Each file you ticked is then inflated on its own, checked against the size and checksum the archive claims, and handed back under its own name.
An entry whose name would write outside its folder ("../") is shown but never extracted; an encrypted entry is refused with the reason; an entry that inflates past the ceiling is stopped at the ceiling. The archive itself is only read.
Questions
Why ten files per run?
Each file is its own job. Tick the next ten and press Unzip again — the archive is already uploaded and listed.
Can it open RAR or 7z?
Not yet — ZIP, TAR and TAR.GZ today. RAR and 7z are on the list.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "archive.extract",
"options": {}
}'The same operation, archive.extract — One named entry out of a ZIP, capped and checksummed; bombs die at the cap. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.