Hello!
I’m seeking guidance on enhancing file-saving functionality within my app, specifically for screenshots, PDFs, and .gltf files. I want these files to be stored in formats that can be linked to via URL and opened like normal files.
I have two scenarios where I’d like to implement this:
1. Configurator in Woocommerce and WP:
Presently, sending and storing data as a data URI is functioning well. However, I’m in need of assistance in saving screenshots as PNG/JPG and generated PDFs as .PDF files.
2. Product generator – Storing .gltf on server:
In this scenario, instead of directly sending the .gltf file to the customer that opens it in a separate viewer I made. I aim to store it on a server instead. The goal is to make the file accessible in the viewer, maybe through a GET link in the URL?
How can I achieve this? Could I handle it with verge3D puzzles alone, or does it require scripting? I appreciate any guidance on the best approach to best solve this.
Thank you for your help!.