Closed MSchmidt closed 12 years ago
I've just added a new method:
[r setFileToUpload:@"/tmp/photo.jpg" parameterName:@"photo"];
Let me know if it meets your needs.
This was fast :) All over this looks pretty solid. However, I'm getting my images as ALAsset
and convert them to NSData
. So an additional method setDataToUpload:parameterName would be nice.
Here we are. Again, let me know if something doesn't work as expected.
It would be a great addition to this wrapper if you could support multipart data to allow uploads of binary files etc.!
I have been looking for some wrapper like this one for a long time. Great work!