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?