Is there ny way to convert this URL into a downloadable file button
$w("#myUploadButton").startUpload() .then( (uploadedFile) => { let url = uploadedFile.url; // "wix:image://v1/68d3a9_1de7529c444b4c9eb38401f8efe0cad2.jpg/flowers.jpg/#originWidth=1970&originHeight=1120" } )