Chilkat Upload Objective-C Library is a simple, free library that can be used to upload files over HTTP and HTTPS to a web server.
Chilkat Upload Objective-C Library is very useful if you want to upload your files over HTTP.
Chilkat Upload Objective-C Library is available for the iOS and Mac OS X platforms.
Here are some key features of "Chilkat Upload Objective-C Library":
· Supports both HTTP and HTTPS protocols.
· Asynchronous uploads with real-time monitoring of percentage completion and number of bytes transferred.
· Abort capability.
· Add arbitrary HTTP POST form parameters to your upload.
· Upload multiple files in a single transaction.
· Add arbitrary (custom) HTTP header fields to the HTTP upload.
· Retrieve the HTTP response status, header, and body returned by the web server.
What's New in This Release: [ read full changelog ]
· All:
· Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added to www.example-code.com, as well as the reference documentation.
· (Compression):
· Added the “zlib” compression algorithm to the Chilkat.Compression / CkCompression class. This is the same as “deflate”, but includes the zlib header.
(Certificate):
·
The Rfc822Name string property will return all subject alternative names (if more than one exists) in comma-separated list.
(Crypt):
·
Added “Q”, “B”, “url_oauth”, “url_rfc1738″, “url_rfc2396″, “url_rfc3986″ to the list of available encoding/decoding algorithms (i.e. the Chilkat.Crypt2.EncodingMode property).
(CkString):
·
Extended CkString so that the AppendEncoded and GetDecoded methods recognize and use any of the encoding algorithms available in the Chilkat.Crypt2.EncodingMode property.
· (HTTP):
· Fixed SynchronousReques...