简体   繁体   中英

Upload Pdf document from ios devices

I want to upload a pdf document from ios devices to my Http server. I cannot store them into my app. I want a file browser should be open and user selects its pdf and get its name and upload to server.

Please elaborate - what do you mean by "all doc files stored on my device"..

To the best of my knowledge if you want to store docs in your iPhone, they have to be done by the apps.. There are various document/file manager apps out there in the store..

You can design/write custom view controllers that would behave as file browsers to the list the (pdf) documents stored in your app container...

使用UIDocumentPickerViewController让用户选择一个文档,然后使用NSURLSession上传内容

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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