iOS Question huge file

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,

why you are using a OutputStream? Just pass the Directory and Filename like in the example:
B4X:
NativeMe.RunMethod("Download:::::",Array(t.Text,ProgressView1,AnyLabel,File.DirDocuments,"mp3.mp3"))

Jan
 
Upvote 0
Top