Project Brief
Your task for today’s project is to create a simple file uploader web app that lets users upload a file to your web server through the app. This app can be used by your company for people to share files with your company.
Expected output
The web app should have an interface similar to the following when the user visits the web app.
Once the user presses the “Upload” button, the uploaded file should be saved in a folder named “uplopads”. The “uploads/” directory should be located in your main project directory.
The user should get the following page after pressing the “Upload” button: