awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesFile Validation Utilities

Tools for verifying file properties such as size, type, and content before processing or upload.

Distinguishing note: None of the provided candidates were relevant; this category specifically targets file-level validation logic rather than general UI input handling.

Explore 4 awesome GitHub repositories matching user interface & experience · File Validation Utilities. Refine with filters or upvote what's useful.

Awesome File Validation Utilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • vuetifyjs/vuetifyAvatar de vuetifyjs

    vuetifyjs/vuetify

    41,003Voir sur GitHub↗

    This project is a comprehensive UI toolkit that provides a declarative, reactive framework for building modular web interfaces. It centers on a component-based architecture that maps application state to rendered elements, utilizing a twelve-point flexbox grid system and nested containers to manage complex layouts. The library ensures consistent behavior across large-scale applications by providing centralized configuration for component defaults, themes, and global design tokens. What distinguishes this framework is its deep integration of Material Design principles alongside a highly flexib

    Applies custom validation rules to selected files to ensure they meet specific requirements before submission.

    TypeScriptjavascriptmaterialmaterial-components
    Voir sur GitHub↗41,003
  • blueimp/jquery-file-uploadAvatar de blueimp

    blueimp/jQuery-File-Upload

    30,748Voir sur GitHub↗

    This project is a jQuery-based file upload widget that provides a browser interface for selecting and transferring files to a server. It functions as a chunked file uploader and a resumable upload client, enabling the transfer of large files by splitting them into smaller segments or continuing interrupted uploads from the last successfully sent byte. The tool includes a client-side image processor for validating, resizing, and generating previews of images before transmission. It also serves as a cross-domain upload tool, using various transport mechanisms to send files to different domains

    Enforces constraints on file extensions, minimum size, and maximum size on the client side.

    PHP
    Voir sur GitHub↗30,748
  • pqina/filepondAvatar de pqina

    pqina/filepond

    16,321Voir sur GitHub↗

    FilePond is a JavaScript library designed for managing file uploads, providing a browser-based component that handles selection, validation, and asynchronous transmission to remote servers. It functions as a web form input element that supports drag-and-drop interactions, file property verification, and queue management to ensure that only permitted content is submitted. The library distinguishes itself through extensive client-side media processing capabilities, allowing users to edit, crop, resize, and filter images and videos directly in the browser before transmission. It includes automat

    Verifies file properties such as size, type, and metadata against defined constraints before upload.

    JavaScriptdrag-and-dropfile-uploadfilepond
    Voir sur GitHub↗16,321
  • open-circle/valibotAvatar de open-circle

    open-circle/valibot

    8,769Voir sur GitHub↗

    Valibot is a modular, type-safe schema library for validating and parsing structural data in TypeScript environments.

    Deno Valide checks if a value is a file and verifies MIME type and size.

    TypeScriptbundle-sizemodularparsing
    Voir sur GitHub↗8,769
  1. Home
  2. User Interface & Experience
  3. File Validation Utilities