According to the iOS docs, FPPickerController:didPickMediaWithInfo: should return the following data:
Keys in the info dictionary
FPPickerControllerFilename
FPPickerControllerMediaType
(When Possible) FPPickerControllerMediaURL
(When Possible) FPPickerControllerRemoteURL
(When Possible) FPPickerControllerOriginalImage
However, the only information I ever get is:
FPPickerControllerThumbnailImage = “<UIImage: 0x9712dd0>”;
Is there anyway to get the Filename and/or RemoteURL before upload begins?
That is working as expected. The documentation was wrong and that has been fixed.