Skip to main content
All CollectionsPlayer DataCollect Player Data
Let players upload images and other files
Let players upload images and other files

How to use the registration form field for file uploads

Anders Lund avatar
Written by Anders Lund
Updated over a week ago

You can use a registration form field to allow players to upload files (images, videos, etc.). The "file" form field can be part of an existing registration form, or you can add a new registration form on a different flow page.

The field generates a link that the players will click to upload their file.

You can add validation to the field in order to limit the kinds of files that can be uploaded: .txt, .xlsx, .xls, .docx, .doc, .pdf, .psd, .svg, .eps, .png, .jpg, .jpeg, .gif, .ico, .mp4, and .mov.

The file will be saved to our servers, and the registration data will include a link you can use to view or download the file. Please be advised that the download link will expire 30 days after the file is uploaded. Make sure you save the files continuously as we cannot recover the files once the link expires.

Note: We support file uploads up to 2GB. Please be mindful that the larger the file is, the more it will require from your local internet connection.

It is not currently possible to validate the content of a file (for example, verify that an image contains the correct barcode or QR code). You will have to check the files manually to ensure that they are valid.

Did this answer your question?