Hello, I have a quick question about Survey JS. Does it support multiple file uploads (images and/or videos)? Additionally, if a survey is conducted on a mobile device, is there an option to access the device's camera for capturing photos instead of uploading from the gallery? Thanks in advance.
Multiple File Upload
Answers approved by surveyjs Support
Hello Aleksandra,
Thank you for reaching out to us.
Yes, SurveyJS supports both multiple file uploads and camera/photo capture. You can use a File question and configure it to enable these features.
- To enable multiple file uploads, enable the QuestionFileModel.allowMultiple option: View File Upload Demo.
- To enable photo capture, set the QuestionFileModel.sourceType to
"camera"
(to allow uploading files captured by a device camera), or to"file-camera"
to allow respondents to select local device files and capture photos/videos. For more information, refer to the following demo: Photo Capture.
Should you have any questions or require further assistance, please let me know.
Thanks