uploat

Crates.iouploat
lib.rsuploat
version0.1.1
sourcesrc
created_at2024-10-24 16:54:35.673293
updated_at2024-10-27 10:58:34.245012
descriptionShare files between multiple devices effortlessly.
homepage
repositoryhttps://github.com/thatmagicalcat/uploat
max_upload_size
id1421540
size147,515
(thatmagicalcat)

documentation

README

Uploat

A simple web app to effortlessly transfer files between multiple devices. This web application allows users to select and upload files, manage uploaded files (download, delete).

How to use it?

  1. Start the webserver: cargo run
  2. Connect other devices to the same wifi
  3. Get the local ip address of the device running the server and then open <local ip address>:8888 on other device(s)
  4. Select a File
  5. Upload the File
  6. Manage Files: Users can:
    • Download a file by clicking the "Download" button next to the file.
    • Delete a file by clicking the "Delete" button, which removes the file from the server.

Screenshot

screenshot

Commit count: 14

cargo fmt