I am using facebook graph api for uploading videos to my facebook account.In localhost (wampserver) ı am uploading 10 small video files and 2 some big video files about 50-60 mb there is no problem on uploading working very well. But when ı try this on my website server some fils about less then 3 mb uploading very well but big files about 50-60 mb its uploading to my facebook account but not giving uploaded video id like {"id","xxxx"} so ı cant take video id from facebook.
Video id s are recording to my mysql and the page which ı am using for upload is ajax based.But ı am not using mysql queries on this page for not taking timeout error from server.Before ı think that this is the reason for not uploading but its not.
Shortly my problem is facebook videos that ı am triying to uplaod bigger than about 2 mb its not uplaoding and there isnt any response from facebook but its uploading to fb account.In localhost ı am uploading about 110mb video files without there isnt any problem.
How can ı solve this
Thanks