Quote:
Originally Posted by nobre84
|
Dear Nobre,
Thank you for your replay I did not using any MIMETypes ,
NSString *filename=[NSString stringWithFormat:@"%@.rtf",
[[appDelegate.SignedOffReportsArray objectAtIndex:row] jobId]];
NSString *filePath=[rtfDir stringByAppendingPathComponent:filename];
NSURL *fileURL = [[NSURL alloc] initFileURLWithPath:filePath];
NSURLRequest *requestObj = [NSURLRequest requestWithURL:fileURL];
[objWebView loadRequest:requestObj];
we are using loadrequest in WebView , Please give to us any sample for MIMETypes for rtf files loading.
Thank you,
medwrite