This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim flag As Boolean | |
flag = False | |
Dim linha, contador, inicio, final As Long | |
linha = 1 | |
contador = 0 | |
inicio = 0 | |
final = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author: Oberdan Brito | |
* @copyright 2021 Craos.NET | |
* @description Exemplo de upload usando NodeJS | |
* @license MIT | |
* @site Para visualizar o código completo acess: https://github.com/OberdanBrito/Upload-com-NodeJS | |
*/ | |
const Config = require('./config') | |
const express = require('express') |