Is there an example demonstrating how to bind a function to the saveUrl property? It looks like it's supported. Please see screen shot below. Ultimately I'm trying to gain full control of the upload process so I can upload files to blob storage. If there's another way to consume the upload control or use a different control entirely to allow me to do that please advise.
Thank you,
Don
Hello, Don.
I am not 100% sure what your scenario is but you can use a computed property to dynamically change the value of the variable passed to the saveUrl and removeUrl properties.
Here is a StackBlitz example demonstrating what I mean. In this project, if you change the value of the saveText or removeText variables the saveUrl and removeUrl values will be automatically updated.
Please check the suggested approach and let me know if it helps you achieve what you need.
Hi, Don.
Thank you for the additional details about the functionality that you need.
Please check this StackBlitz example and let me know if it helps you achieve the desired functionality.