colinhacks / zod

TypeScript-first schema validation with static type inference
https://zod.dev
MIT License
33.98k stars 1.19k forks source link

Add a Real Example of File Upload Validation to Documentation #3553

Open KiT-Maverik opened 5 months ago

KiT-Maverik commented 5 months ago

Description: We need to add a real example of file upload validation to our project documentation. This will help users better understand how to utilize the file validation functionality in our application.

Tasks:

  1. Create a code example that demonstrates file upload validation.
  2. Describe the checks performed during validation (file size, format, data type, etc.).
  3. Add the code example to the appropriate section of the documentation.
  4. Ensure the code example is clear and easily adaptable to different use cases.

Expected Result: The documentation should include a section with a real example of file upload validation, providing a detailed description of the validation process and a code example. This will make it easier for users to understand and implement the validation functionality in their projects.

KiT-Maverik commented 4 months ago

@colinhacks Hey, friend! Sorry to bug you, but I've created this relatively simple issue and PR about two weeks ago, and since then there is no reaction. Could you, please, help me with that? maybe I'm missing something?