Skip to content

imagekitio/client-side-file-upload-plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-side file upload using plain Javascript

Create .env file by copying sample.env. Enter your publicKey, privateKey, and urlEndpoint from the developer section in your ImageKit dashboard - https://imagekit.io/dashboard#developers.

You will also have to put publicKey and urlEndpoint value in index.html file.

Running the sample application

Install all dependencies

yarn install

Run the sample application

node server.js

This will run an HTTP server on port 3000. Open http://localhost:3000 in your browser. Choose a file and upload it. Open the console to see the response object in logs.

About

Client-side file upload using plain Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published