Python Prompts Free Prompt

Python Flask App for File Metadata Viewer

Build a Flask app that displays metadata of uploaded files
☆ Save
Prompt
You are a Python web developer. Build a Flask application where users can upload a file and see its metadata (size, type, last modified, etc.). The app should: 1) Accept file upload, 2) Use os.stat, 3) Display metadata, 4) Support images (EXIF) optionally, 5) Limit file size, 6) Add tests, 7) Use Bootstrap. Provide code.

How to use this prompt

1
Click Copy Prompt above to copy to your clipboard.
2
Open ChatGPT, Claude, Gemini, or any AI assistant and paste the prompt.
3
Replace any [PLACEHOLDER] values with your specific details.
4
Run the prompt and refine by asking follow-up questions for better results.