Flask: Difference between revisions

180 bytes added ,  5 years ago
Line 25:
 
= Uploader Project =
 
nano upload_test.py
 
<syntaxhighlight lang="python">
Line 46 ⟶ 48:
</syntaxhighlight>
 
mkdir templates && cd templates
nano upload.html
 
Line 62 ⟶ 64:
</html>
</syntaxhighlight>
 
File Structure:
.
├── templates
│ └── upload.html
└── upload_test.py
 
Run the application:
python3 upload_test.py
 
Access the application on below URL: