This is a simple project that allows you to transfer files from your phone to your PC using Node.js, HTML, and ngrok. The server is set up using Express, and the file uploads are handled by multer
.
- Simple file upload form.
- File transfer via HTTP POST request.
- Exposed via
ngrok
for public access.
- Node.js installed on your PC.
- ngrok for creating a public tunnel to your local server.
- An internet connection to run ngrok and access the server via a public URL.
-
Clone the repository (or create a new directory for your project).
-
Install dependencies:
npm install
put all these files in one folder called DEADASS
Start the server:
node server.js
Open the generated ngrok URL to access the file upload form.
Upload files from your phone: Open the URL on your phone and upload a file.
MISSING FOLDERS uploads
##The file is as follows
- DEADASS -mainfolder
- /node_modules
- /public -index.html,app.js,styles.css
- /uploads
- index.html
- package.json
- package-lock.json
- server.js
License
This project is licensed under the MIT License.