Skip to content

Small project for uploading images to a backend (this is all meant to run locally)

License

Notifications You must be signed in to change notification settings

W1kipedia/ImageUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ImageUploader

A small side project I was thinking of where the idea is:

  • Upload an image on a website
  • Image is encoded in base64
  • Base64 string is sent to server
  • Server decodes Base64 and creates file that stores decoded image (naming the files is undecided)

About

Small project for uploading images to a backend (this is all meant to run locally)

Resources

License

Stars

Watchers

Forks