You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can now use the URL with which you can access your remote server from the internet and paste it into the QR code field in the Photobox admin panel. Now using the QR code your pictures can be downloaded from your remote server.
481
481
482
+
## How do I use QR codes for downloads?
483
+
484
+
- Touch-friendly viewer page: `view.php?image=<filename>` shows the photo/video with a large download button.
485
+
- Direct file download (no UI): `api/download.php?image=<filename>`.
486
+
- Set the QR target in the admin config under `qr[url]`; a good default is `view.php?image=` so guests open the viewer after scanning.
487
+
- Network reminder: guests must reach the URL in the QR. Either put them on the same Wi-Fi/LAN as the Photobooth (no internet needed) or point the QR to a public endpoint that serves the image.
488
+
482
489
## How to use the image randomizer
483
490
484
491
To use the image randomizer images must be placed inside `private/images/{folderName}`.
0 commit comments