evanugarte / LAN-File-Transfer

Using React.js, C++ and MongoDB, this application allows files to be hosted and transferred over local networks.
9 stars 3 forks source link

Confirm file is uploaded #120

Closed evanugarte closed 3 years ago

evanugarte commented 3 years ago

Instead of doing nothing after hitting upload, do something like

File uploaded! The file is visible at http://192.168.1.idk/whatever.

Autoclosing in 10 seconds

And the second counter is on a button and decreases with each second.

Also need to know the host IP or domain name when the website is running. Maybe use the API gateway response to grab the URL?