Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

CodeDynasty-dev/jetbusboy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


jetPath plugin for file upload using busboy and dependent on nodej

Explore JetPath APIs »

Join Community . Report Bug . Request Feature

--

Installation

Install JetPath Right away on your project using npm or Javascript other package managers.

npm i jetpath --save

An hello App setup

import { type JetFunc } from "jetpath";
import { jetbusboy, type jetBusBoyType } from "jetbusboy";

 
app.use(jetbusboy);
app.listen();

// in your uploader.jet.js

export const  POST_upload: JetFunc<{},[jetBusBoyType]> = async (ctx) => {
  const form = await ctx.app.formData(ctx);
  console.log(form);
  if (form.image) {
    await form.image.saveTo(form.image.filename);
  }
  ctx.send(form);
}

// body validation and definition
export const BODY_: JetSchema = {
  body: {
    image: { type: "file", inputType: "file" },
    video: { type: "file", inputType: "file" },
    textfield: { type: "string", nullable: false },
  },
  method: "POST",
};

Apache 2.0 Lincenced

Opensourced And Free.

Uiedbook is an open source, our vision is to make the web better, improving and innovating infrastructures for a better web experience.

You can join on telegram. Ask your questions and contribute XD.

Contribution and License Agreement

If you contribute code to this project, you are implicitly allowing your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.

Support

Your contribution(s) is a good force for change anytime you do it, you can ensure JetPath's growth and improvement by contributing a re-occuring or fixed donations to:

https://www.buymeacoffee.com/fridaycandour

Or Click.