Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

This component simplifies file validation and uploading.

## Quickstart

```
git clone https://github.com/richard512/Upload.git
cd Upload/monolithic
sleep 3; xdg-open http://localhost:12345 &
./startPhpServer.sh
```

## Usage

Assume a file is uploaded with this HTML form:
Expand Down
Loading