d0ping / DBAttachmentPickerController

This powerful component allows to select different types of files from different sources on your device.
MIT License
254 stars 52 forks source link

How to get attachment path (NSURL * or NSString *) from DBAttachment object? #11

Open niteshborad opened 7 years ago

niteshborad commented 7 years ago

I am able to get path for DBAttachmentSourceTypeDocumentURL type only. But, for other types it seems that it directly provides UIImage for use. But, I need path to that image. So, that I can upload that images to web server. How can I do this with DBAttachmentPickerController?