Hi,
I have been testing the plugin since today. I use the following setup:
- Default Bubble File Uploader
- Element FileUploadNoGUI (I checked “Disabled” and unchecked “Instant upload”)
- A Bubble Button with the Workflow "Upload File FileUploadNoGUI)
I have the following settings in the FileUploadNoGUI element:
- Unique file prefix for uuid
- Folder name CurrentUserUniqueID
The file is also uploaded to the correct folder. BUT: the prefix is not included to the file. Not even if I change it to zq_random.
This results in the file being overwritten in AWS if the identical filename is used.
This seems to me to be a bug. If I upload the file via the FileUploadNoGUI element the prefix will be included.