gpt4 book ai didi

iphone - 在 iphone 中使用 ASIHTTPRequest

转载 作者:行者123 更新时间:2023-12-01 18:33:01 27 4
gpt4 key购买 nike

我正在为iphone制作一个客户端服务器程序。我将使用ASIHTTPRequest通过从stackoverflow中选择以下代码将文件上传到服务器。我想知道我可以在基于 View 的应用程序中使用它以及使用ASIHTTPRequest应该导入什么。

ASIFormDataRequest *request = [ASIFormDataRequest requestWithURL:url];
[request addPostValue:token forKey:@"token"];
[request setFile:recorderFilePath forKey:@"thefile"];
[request startSynchronous];

最佳答案

要使用 ASIFormDataRequest,您需要相应的文件,

你可以在这里找到这些文件:

http://allseeing-i.com/ASIHTTPRequest/

要知道如何使用检查:
http://allseeing-i.com/ASIHTTPRequest/How-to-use

关于iphone - 在 iphone 中使用 ASIHTTPRequest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6148165/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com