Write python code to Create a REST API endpoint for file upload with validation using Flask. accepts file via POST /upload; validates file type and size; saves to secure location; returns file URL. Structure the project as: app/, routes/upload.py, utils/file_validator.py. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.