Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

GsLKS/iefw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

REPOSITÓRIO MOVIDO, ACESSE O NOSSO NOVO REPOSITÓRIO PARA RECEBER ATUALIZAÇÕES

Acessar novo repositório

Acessar novo repositório

Acessar novo repositório


forks

IEFW - IECloud Framework

Um Framework de upload de arquivos locais para a IECloud

Instalado IEFW

NPM
npm install --no-bin-links iefw
./mbcl --dl latest/iefw

Enviando Arquivos

Exemplo de código: (disponível aqui)

const ie = require('iefw');
const fileUploader = new ie();

const filePath = './path/to/example.txt';

fileUploader.uploadFile(filePath)
  .then((fileUrl) => {
    console.log(`Arquivo enviado com sucesso. URL do arquivo: ${fileUrl}`);
  })
  .catch((err) => {
    console.error('Erro ao enviar o arquivo:', err);
  });

npm

About

Framework de upload para IECloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published