Skip to content

AddSurveyReport

Eugene Mah edited this page Sep 21, 2023 · 8 revisions

The Add survey report form is used to add a survey report for a survey. The file selected for upload must be a PDF file. An error will be returned if any other file is uploaded.

Add survey report page

Report storage is handled by the Spatie laravel-medialibrary package. The survey report is stored on the server in the /storage/app/public/SurveyReports folder of the application.

A survey with an associated survey report is indicated by a file-earmark glyph icon.

Clone this wiki locally