uppy
uppy copied to clipboard
Webcam filename not setting as expected
Initial checklist
- [x] I understand this is a bug report and questions should be posted in the Community Forum
- [x] I searched issues and couldn’t find anything (or linked relevant results below)
Link to runnable example
https://stackblitz.com/edit/vitejs-vite-zaqyaf?file=main.js
Steps to reproduce
Use Webcam plugin to take picture via "Take Picture" with Ipad
Expected behavior
File has unique name from device or default cam_{timestamp} format.
Actual behavior
Receive a file named image.png for all images.
I also noticed the source is Dashboard rather than Webcam. Is that expected when using the native camera controls?