Purpose
Ensure that file uploads (images, PDFs, attachments) work correctly after migration.
Steps
- Log in as a user with upload permissions.
- Navigate to a test page.
- Upload a PNG image.
- Upload a PDF file.
-
Confirm upload success and verify file access.
Expected Result
Uploads succeed without errors. Files are correctly stored and accessible.
File Types to Test
| Type | Example | Status |
|---|---|---|
| Image (PNG) | test-image.png | ✅ |
| Document (PDF) | example-doc.pdf | ✅ |
| Spreadsheet (XLSX) | financials.xlsx | ⚠️ Needs manual validation |