diff --git a/README.md b/README.md index 2917f90..5f98359 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # base44-zip base 44 app + +## File Upload Feature + +This application provides a simple file upload interface with the following features: + +- **Drag and Drop**: Drag files directly onto the upload area +- **Click to Browse**: Click the upload area to open a file browser +- **Multiple Files**: Upload multiple files at once +- **File Preview**: See file names and sizes before uploading +- **Remove Files**: Remove files from the queue before uploading + +### Usage + +Open `index.html` in a web browser to use the file upload interface. diff --git a/index.html b/index.html new file mode 100644 index 0000000..c82446e --- /dev/null +++ b/index.html @@ -0,0 +1,313 @@ + + +
+ + +Upload your files easily
+ +Drag and drop files here
+or click to browse
+