<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Files on ilham.dev</title><link>https://ilham.dev/tags/files/</link><description>Recent content in Files on ilham.dev</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 27 Sep 2026 00:00:00 +0700</lastBuildDate><atom:link href="https://ilham.dev/tags/files/index.xml" rel="self" type="application/rss+xml"/><item><title>How I create a zip file in the browser for small bundles</title><link>https://ilham.dev/posts/how-to-create-a-zip-file-in-the-browser/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-create-a-zip-file-in-the-browser/</guid><description>A zip file bundles multiple files into one download. It is useful for small handoffs, attachments, or grouped exports.
The Zip Builder tool is useful because it lets me check the result in a small, controlled place before I use it in a bigger workflow.</description></item><item><title>How I look up MIME types when uploads or downloads behave oddly</title><link>https://ilham.dev/posts/how-to-look-up-mime-types-for-files/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-look-up-mime-types-for-files/</guid><description>A MIME type tells software what kind of content a file or response contains.
The MIME Types tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item><item><title>How I turn a small file into Base64 when I really need to</title><link>https://ilham.dev/posts/how-to-turn-a-small-file-into-base64/</link><pubDate>Sun, 27 Sep 2026 00:00:00 +0700</pubDate><guid>https://ilham.dev/posts/how-to-turn-a-small-file-into-base64/</guid><description>Base64 can turn a file into text, which is useful for small embedded assets or debugging data URIs.
The Base64 File tool helps with the mechanical part, but I still check the result before using it somewhere real.</description></item></channel></rss>