file path
Closed this issue · 1 comments
syrakozz commented
how i can get the downloaded file path, and how i can control the downloaded filename for the file that i want to download
Heikowi commented
You need to use the optional delegate method
- (NSURL *)localFileURLForIdentifier:(NSString *)aDownloadIdentifier remoteURL:(NSURL *)aRemoteURL
With this method you can control the filename of the downloaded file.