Hey,
How do i download and open any type of file?
This is what i have right now but how do i open the file after it has finished?
Gr.jesse
How do i download and open any type of file?
B4X:
encodedLink = su.EncodeUrl(selectedfile,"UTF8")
Dim job As HttpJob
job.Initialize("DownloadFile", Me)
job.Download(Link&"/files/" & encodedLink & "")
This is what i have right now but how do i open the file after it has finished?
Gr.jesse