The issue is that httputils2 downloads the file as the task id # of the download. Therefore, if your download is the first download of the app (From when it started running), the file will be 0.
You could just do a file.copy of the number of the taskid and rename it that way.
The issue is that httputils2 downloads the file as the task id # of the download. Therefore, if your download is the first download of the app (From when it started running), the file will be 0.
You could just do a file.copy of the number of the taskid and rename it that way.