简体   繁体   English

从iPhone的内存中选择文件?

[英]picking a file from the memory of iphone?

i am making a client server program for iphone communication with the sever i want to know 我正在制作一个用于与我想知道的服务器进行iphone通信的客户端服务器程序

that how can i pick a file (jpg, 3gp, bmp or some word document ) from the memory of the 那我该如何从内存中选择一个文件(jpg,3gp,bmp或一些word文档)

iphone and send it to the server please explain in some detail as im new in iphone iphone并将其发送到服务器,请详细解释为iphone中的新功能

programming and give some code for it if possible, and how can i convertv an adobe reader and 编程并提供一些可能的代码,以及如何转换Adobe Reader和

msword compatible file to jpg file. msword兼容文件为jpg文件。

Slow down there buster. 慢下来那里克星。

There is no "memory of the iPhone." 没有“ iPhone的记忆”。 You'll have to get that file in somehow besides a traditional file system. 除了传统文件系统之外,您还必须以某种方式获取该文件。 There are ways to send files to other apps… check the docs. 有一些方法可以将文件发送到其他应用程序……请检查文档。 To start with, why don't you bundle in a couple files with your .app to test with. 首先,为什么不将.app捆绑在几个文件中进行测试。

Once you have the file, use something like the ASIHTTPRequest library (google it) to send it to the server. 拥有文件后,使用ASIHTTPRequest库(将其搜索)之类的文件将其发送到服务器。

Clear? 明确?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM