I d like to create buttons to upload Voice file and Video file to each input field, and after it is uploaded than initial content in this field will be direct link to the uploaded file that i will looks like this http://…
On your page, put a “When input’s value has changed” and pick your file uploader. Then create a Thing in your database and set a file field to the FileUploader’s value. Then do “Reset relevant inputs”
Then to view the link on screen you just do the Thing’s file (or file’s URL). Like you noticed it’s missing “https:” in front of the URL. I have no idea why Bubble does this. Just add it manually before the URL if you need to email it to someone or something.
It has “//” you just need to add “https:” in front. Wherever you are sharing this or display on screen you can type that first, then follow it with the dynamic data.
Again no idea why they are missing that first part, maybe they are assuming modern browsers will fill that in because they usually do but…