mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-04-28 00:02:49 +08:00
CB-5466: Update to work with filesystem URLs
This should be backwards compatible; raw filesystem paths are now submitted to the File plugin to see if they can be handled first
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user