You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am directly uploading the selected image to a server but need that image deleted after the image has been uploaded.
I am trying to get the image url to delete but it comes as nil.
This is my code
func saveMedImgChanged(row: ImageRow){
let imgURL = row.imageURL
}
That function is used in the onChange for the image row
.onChange(self.saveMedImgChanged)
I need to get the image asset url so I can prompt the user to delete the image. Thanks for any guidance.
The text was updated successfully, but these errors were encountered:
I am directly uploading the selected image to a server but need that image deleted after the image has been uploaded.
I am trying to get the image url to delete but it comes as nil.
This is my code
That function is used in the onChange for the image row
.onChange(self.saveMedImgChanged)
I need to get the image asset url so I can prompt the user to delete the image. Thanks for any guidance.
The text was updated successfully, but these errors were encountered: