I have a media element next to a list of picture files. When the user clicks a picture in the list it displays in the Media Element.
When the user chooses to delete the file I'm setting the Media Element's source to nothing before displaying a confirmation dialog for the deletion, but the file can sometimes take 3 to 5 seconds before it can be deleted.
Is there something more I should be doing "free up" that file from the Media Element other than setting it's source to nothing?
Thanks!,
Ken