Image upload
An image uploaded from the user, optionally via the camera
Last updated
Was this helpful?
An image uploaded from the user, optionally via the camera
Last updated
Was this helpful?
This question type is used in cases where you would like the user to take a picture of a document, ID card or themselves.
If you would like the responder to be able to upload files as opposed to take images, you can use the file content type. If you would like the responder to sign a document, you can use the signature content type.
If you don't want the responder to be held up by an image upload question, make sure to have the question be optional.
By enabling Allow camera option in the settings menu with the question selected, you can give the responder the option to upload their image by taking a photo on their supported devices. The default camera on mobile devices is the front camera and you can mirror the image taken (depending on whether you expect your subjects to be people or documents) by enabling the Mirror image? option.
In order to have the responder upload an image, you need to set up a S3 bucket or GCS bucket to specify where the file will be stored. For detailed instructions on setting up a file integration in Formsort, you can go to this page for s3 and this page for GCS.
You can opt to define a naming pattern for the images that your responders upload by enabling Filename pattern in the question settings.
You can template any relevant variable you would like to be included in the name of the file into the field. For example, if you type in {{first_name}}
into the field, the value of the first_name
variable will be used as the filename at upload.
Formsort offers three custom variables for these types of file upload components, built right into the settings of the component itself: sessionUuid
, randomUuid
, and currentTimeUTC
. These variables can also be templated into the filename pattern field to create dynamic filenames.
sessionUuid
: a uuid that is created once, when the form is loaded.
randomUuid
: a uuid that is created at and re-run at each upload instance.
currentTimeUTC
: a timestamp that is created at and re-run at each upload instance.
You can use several of these variables at once, if required, and one pattern we suggest is {{currentTimeUTC}}_{{responder_uuid}}
. This ensures uniqueness via the timestamp, while still tying the file to a particular user via the responder_uuid
System Library variable.
Visit the System Library variables section for details on built-in variables that provide information about the responder's environment and context.
Note that these extensions will be added automatically. You should also set a fallback naming convention in case the variable is not defined by typing it into the Filename pattern fallback field. Values here cannot use templated variables.
You can whitelist MIME (Multipurpose Internet Mail Extension) types by adding them to the Allowed MIME types field. If none are set, all MIME types will be allowed.
You should whitelist MIME types when generating signed upload URLs.
Enabling allow multiple uploads lets the respondent upload more than one image as an answer to a question.
You can enable a size restriction for a responder's upload. The minimum value must be greater than 0. If the restriction is not met, the responder will be shown an error and be prevented from moving forward in the flow.