Secure file upload implementation:
Allowed file types: ${{FILE_TYPES}}
Storage: ${{STORAGE_LOCATION}}
Size limits: ${{SIZE_LIMITS}}
Implement:
- File type validation (magic bytes)
- Filename sanitization
- Size limit enforcement
- Virus scanning integration
- Secure storage path
- Access control
- Content-Disposition headers
- Image processing securityOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{FILE_TYPES][{STORAGE_LOCATION][{SIZE_LIMITS]