2.1.0 • Published 7 months ago

haq-utils-box v2.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Haq Utits Box is a Package for helping basic probems

NOTE: Haq Utils Box will not process any form which is not multipart (multipart/form-data).

Translations

Installation

$ npm install --save haq-utils-box

Usage

Multer adds a body object and a file or files object to the request object. The body object contains the values of the text fields of the form, the file or files object contains the files uploaded via the form.

Basic usage example:

Don't forget the enctype="multipart/form-data" in your form.

const haq = require("haq-utils-box");

console.log(haq);

In case you need to handle a text-only multipart form, you should use the .none() method:

License

IST

2.1.0

7 months ago

2.0.0

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.0

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago