B4A Question download folder - Erel (first post)    Dec 16, 2020   (1 reaction) Yes, you can directly access it for now, but it is a mistake in most cases. Its path is File.Combine(File.DirRootExternal, "Download"). You need to request the write external storage runtime permission. You need to request the legacy external storage option (https://www.b4x.-jar-targetsdkversion-min B4A Question Download files from WebView (local storage) - max123    Jul 10, 2024   (1 reaction) window.innerHeight );
}
function animate() {
requestAnimationFrame( animate );
renderer.render( scene, camera );
controls.update();
}
function exportASCII() {
Log ("Export ASCII STL file B4A Example [B4X] Supabase Storage - Download file with Progress - Alexander Stolte    Sep 11, 2023   (8 reactions) https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ This is a very simple tutorial on how to download a file and show the progress in a progressbar. 145757 With my small image there is not much progress, it makes more sense to use this function with B4A Tutorial Download huge files with HttpUtils2 - Erel (first post)    May 22, 2015 The downloads folder is File.Combine(File.DirRootExternal, "Download").
Copying the file to this folder is simple. If you wan to save it directly to this folder then you will need to understand how HttpUtils2 works and modify it (or use HttpClient directly). B4i Question Download file - Grant Fullen (first post)    Dec 15, 2017 Are multiple people downloading and working on the same sqlite file and re-uploading it back? What's the purpose of the sqlite file? How many people do you envision working with this app? What kind of data is going through the cloud? These are just a few questions to help you answer your own que B4A Code Snippet [B4X] DownloadAndSave - Erel    Feb 12, 2019   (31 reactions) This is a slightly modified sub based on the code from: OkHttpUtils2 with Wait For Call it when you want to download a file and save it. You can wait for it to complete if needed. Sub DownloadAndSave (Url As String, Dir As String, FileName As String) As ResumableSub Dim j As HttpJob j.Initi B4A Question Download-Folder - TheRealMatze    Jun 08, 2022 Hello! Today i have a very small problem i think... I want to download a excel-file from a server and save it on the phone. Dim j As HttpJob j.Initialize("", Me) Log(url) j.Download(url) Wait For (j) JobDone(j As HttpJob) If j.Success Then Dim out B4A Question How to copy a file from a PC to DirDefaultEsternal - Erel (first post)    Feb 25, 2016 The standard downloads folder is File.Combine(File.DirRootExternal, "Download") However the mail client can do whatever it likes with the attachment. B4A Question webviewExtra download file sdk 30 - Ivica Golubovic (first post)    Jan 24, 2022 If you want to open the file after downloading, then you have to place the file in the shared folder using the file preovider class. If you just want to download the file without having to open it through your application, then you can download the file to the Download folder via the download manage B4A Tutorial Android FTP tutorial - Erel    Aug 25, 2021   (6 reactions) Connection will be established implicitly together with the next task.
Download
Downloading a file is done by calling DownloadFile with the remote file path and the local file path.
If you want to show the download progress then you should handle DownloadProgress event.
When download completes the Page: 1   2   3   4   5   6   7   Powered by ColBERT |