Heikowi/HWIFileDownload

file path

Closed this issue · 1 comments

how i can get the downloaded file path, and how i can control the downloaded filename for the file that i want to download

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.