pyke369 / PKMultipartInputStream

an NSInputStream subclass suitable for building multipart/form-data http requests bodies in MacOSX/iOS applications.
http://github.com/pyke369/PKMultipartInputStream
MIT License
73 stars 19 forks source link

added ability to add NSData as a "file" part #5

Closed tonymillion closed 9 years ago

tonymillion commented 10 years ago

Flask based web service would't recognise NSData as a file until it had a filename - added extra method to add a NSData and give the part a filename.