The upload form in `src/app/upload/page.tsx` uses basic `useState` for form fields. - Refactor the form to use `react-hook-form`. - Integrate `zod` for client-side validation. - Improve error messaging UI for required fields.
The upload form in
src/app/upload/page.tsxuses basicuseStatefor form fields.react-hook-form.zodfor client-side validation.