home
github
npm
09 Jun 2024

http-file-upload

install

npm global installation

recommended way to install
npm install http-file-upload -g
http-file-upload can then be run from anywhere on the file system by entering on the command line
http-file-upload -version
note : windows powershell users
running powershell scripts are disabled by default
to get the script to run normally in powershell users will have to delete http-file-upload.ps1 file from the default npm script installation directory this is usually
c:/users/<user>/AppData/Roaming/npm/
or launch the program using
http-file-upload.cmd -version

node-x

i also have another utility for running node.js scripts : node-x
npm : node-x
install locally with npm
npm install http-file-upload
if the directory is not already accessible to node-x, add the current directory
node-x -add
then run from anywhere on the command line with
node-x http-file-upload.js -version
see also alternative installation methods below

uninstall

npm global installation

npm uninstall http-file-upload -g

operation

example useage

alternate installation methods

feedback

stackoverflow chat

im usually available in the stackoverflow javascript chat room user matt, come and say hi, id love to hear from you
page title designed with
textstudio.com