Skip to content
faker.tools
All 79

Plate V · Media, Image & Asset Placeholders

File Name & Extension Generator

Names in six conventions, plus the awkward ones that break uploaders.

#File NameExtensionSizeBytes
1reprehenderit-aliquip-do-proident.jsonjson569.2 KB582896
2tempor-amet.jsonjson666.4 KB682343
3exercitation-officia-iusto-cupidatat.pdfpdf792.2 KB811239
4iusto-enim.jsonjson38.3 KB39250
5lorem-exercitation.pngpng384.1 KB393318
6accusamus-veniam-cupidatat.pngpng48.9 MB51283376
7aute-vero-molestias.pngpng756.3 KB774444
8cillum-eu-nostrud.jsonjson17.1 MB17974319
9laboris-quis.docxdocx4.6 KB4744
10cupidatat-deleniti-ad-fugiat.docxdocx6.8 KB6981
10 rows · 993 BGenerated in your browser · File Name & Extension Generator

Upload handlers fail on names, not contents: a space, an accent, a 200-character stem, a leading dot that hides the file. Turn on awkward names and a share of your batch arrives shaped exactly like the ones that cause support tickets.

What you can control

  • Six naming conventions from kebab-case to content hashes.
  • Awkward mode produces spaces, accents, repeated dots, very long stems and leading dots.
  • File sizes are skewed toward the middle range with occasional large outliers, as real uploads are.
  • MIME types are mapped correctly per extension, for testing content-type validation.

What this is not

These are names and metadata only — no actual files are produced. Use them to test naming, storage keys and validation rather than upload throughput.

Questions

Why test awkward file names?

Because they are the ones that reach production. A name with a space breaks a shell script, an accent breaks a badly configured storage key, and a leading dot hides the file on Unix.

Are the MIME types accurate?

Yes, mapped from a standard extension-to-type table. Never trust a client-supplied MIME type in production — sniff the file contents instead.

What is the content-hash convention for?

Content-addressed storage. Naming a file by the hash of its contents means identical uploads deduplicate automatically.

Next in Media

All 8