mytask is to download large text file(content) and video file from mysql server.
as text file would be around couple pages "text" or "varchar" in mysql
video file should be around 5mb max.
my issue is how to get those download or see in android?
I tried download large file with persistent link but it is not in my case
https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
as i can able to retrieve other mysql content remotelly using http2utils.
I am using httpjob.poststring(,) can httpjob.download2(,) has advantages
as text file would be around couple pages "text" or "varchar" in mysql
video file should be around 5mb max.
my issue is how to get those download or see in android?
I tried download large file with persistent link but it is not in my case
https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
as i can able to retrieve other mysql content remotelly using http2utils.
I am using httpjob.poststring(,) can httpjob.download2(,) has advantages