aim_server_multipart

Multipart form data parser for the Aim framework.

Documentation | pub.dev

Overview

aim_server_multipart provides secure and efficient parsing of multipart/form-data requests for the Aim framework. It handles single and multiple file uploads with automatic filename sanitization to prevent path traversal attacks. Supports configurable size limits, MIME type filtering, and efficient stream processing. RFC 7578 compliant.

Installation

dependencies:
  aim_server: ^0.0.6
  aim_server_multipart: ^0.0.1

Documentation

For detailed usage, examples, and API reference, see the documentation.

Libraries

aim_server_multipart
Multipart form data parsing for the Aim framework.
aim_server_multipart_io
dart:io helpers for aim_server_multipart.