coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 192 forks source link

Deleting the original file #81

Closed droididan closed 9 years ago

droididan commented 9 years ago

Hello,

After i take picture i send it to remote server and immediately need to delete it from the internal storage and external storage. from the application lib i deleted the 3 (original, small thum, big thumb) files successfully. The rest of images stays in the same folder where thy where captured.

Waiting for your response. Best Idan

coomar2841 commented 9 years ago

Not sure what are you expecting. Can you please be elaborate?

danilodequeiroz commented 9 years ago

how do I delete the files from bimagechooser and bvideochooser ?

coomar2841 commented 9 years ago

You have file paths to all the images, right? So, you can delete them manually. The library yet, doesn't track all the urls that it generates. May be I can add it as a feature.