form-data topic

List form-data repositories

streaming-form-data

153
Stars
32
Forks
Watchers

Streaming (and fast!) parser for multipart/form-data written in Cython

frisbee

1.1k
Stars
70
Forks
Watchers

:dog2: Modern fetch-based alternative to axios/superagent/request. Great for React Native.

form

708
Stars
39
Forks
Watchers

:steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.

dropzone-ui-react

209
Stars
27
Forks
Watchers

The most complete React Library Component for drag’n’drop files. Image and video previews. File validation. Multilanguage. Server side support.

multiparty

1.3k
Stars
163
Forks
Watchers

A node.js module for parsing multipart-form data requests which supports streams2

JSONFormData

104
Stars
17
Forks
Watchers

HTML JSON form submission polyfill

cypress-upload-file-post-form

60
Stars
7
Forks
Watchers

Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission

diver.js

57
Stars
8
Forks
Watchers

Dives deep into the dom and dumps it in the object literal notation.

form-data

134
Stars
17
Forks
Watchers

Spec-compliant FormData implementation for Node.js

MultipartEncoder

65
Stars
20
Forks
Watchers

C++ implementation of encoding HTTP multipart/form-data into a string buffer for POST action in HTTP clients