Skip to content

Commit 598c157

Browse files
committed
add docs
1 parent b25ed88 commit 598c157

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/faq/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,13 @@ sudo -u www-data scp /var/www/html/data/images/20230129_125148.jpg [username@rem
479479
480480
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.
481481
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+
482489
## How to use the image randomizer
483490
484491
To use the image randomizer images must be placed inside `private/images/{folderName}`.

0 commit comments

Comments
 (0)