English 中文(简体)
下载隐藏文件并在UIWebView中查看
原标题:Downloading Hidden file and Viewing it in an UIWebView

我正在将一个类型为txt的文件从服务下载到iPhone中,并将该文件查看到运行良好的UIWebview中。

但是,当我在下载之前将文件属性设置为隐藏在服务器上时,UIWebview无法加载文件,在webview委托上webview:didFailLoadWithError:我收到以下错误:

 Error Domain=NSURLErrorDomain Code=-1102 "You do not have permission to access the requested resource."

下载文件后,我可以更改隐藏的“文件”属性吗?或者还有其他解决方案?

最佳回答

找到了解决方案,我所需要的就是使用C代码更改文件的模式,如下所示:

 #include <sys/stat.h> 

 int result = chmod(const char *pathname, mode_t mode);

如果结果返回0如果成功-如果不成功

并根据需要更改模式参数。

参考:chmod()--更改文件或目录的模式

问题回答

我不知道你为什么要在你的网络服务器上隐藏一个文件。如果是这样,它将不会显示在目录列表中,那么您可以尝试使用“.”(在unix的所有变体上,包括MacOS X,以句点开头的文件都是“隐藏的”),而不是隐藏文件属性(特定于MacOS X),然后在本文





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。