I tried filepicker.io in IOS project. it's not provided dataURL in FPSaveController's object. Also don't know how can I use - (void) saveFileName:(NSString *)filename To:(NSString *)path
method to save file on Amazon Server. If I use FPPickerController
class to fetch media from web (not from local album) then it gives its url i.e. https://www.filepicker.io/api/file/...
I need help to upload media files over filepicker.io captured with UIImagePickerController
.