CB-5466: Update FileTransfer plugin to accept filesystem urls

This commit is contained in:
Ian Clelland
2013-11-22 09:40:56 -05:00
parent 60f96e078b
commit 2f1411f5dc
3 changed files with 71 additions and 60 deletions
+1
View File
@@ -71,6 +71,7 @@ extern NSString* const kOptionsKeyCookie;
@property (nonatomic, copy) NSString* objectId;
@property (nonatomic, copy) NSString* source;
@property (nonatomic, copy) NSString* target;
@property (nonatomic, copy) NSURL* targetURL;
@property (nonatomic, copy) NSString* mimeType;
@property (assign) int responseCode; // atomic
@property (nonatomic, assign) long long bytesTransfered;