soorajpandey / react-eletron-imgupload

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electron-React-ImageUpload

Install

First, clone the repo via github:

And then install the dependencies with yarn.

$ cd electron-react-imgupload
$ yarn

Run

$ yarn dev

How it works

  1. Input your login information.

screen shot 2018-12-03 at 9 58 25 am

  1. If your confirm your login information, is displayed image management GUI.

screen shot 2018-12-03 at 10 01 58 am

  1. Pick a local directory to watch. Please click "Select Directory" button.

  2. Enter an EventID and click "Start" button.

  3. Copy the images you want to upload to the selected directory.

  • If you copy images into selected directory, is uploaded thumbnail to your server automatically.

uploading

-If uploaded thumbnail successfully, is displayed following message.

screen shot 2018-12-03 at 10 33 27 am

-If it is received request from sever, you can upload full size images.

screen shot 2018-12-09 at 4 06 31 pm

-If full size image is uploaded, is displayed following images.

screen shot 2018-12-09 at 4 15 34 pm

  • If there is image with same name in local DB, display following message.

screen shot 2018-12-03 at 10 20 48 am

About

License:MIT License


Languages

Language:JavaScript 87.0%Language:CSS 11.5%Language:HTML 1.5%