B4A Question http post large files - aeric (first post)    Feb 10, 2020 You can search this forum first. There are some answer already.
https://www.b4x./?query=upload+large+text+file B4A Question FTP large file problem - Nitro    Jul 26, 2015 I have created an app which uploads small to larger media files.
There's possibly videos, pictures, audio and text files zipped in one file, transferred with FTP lib (NET) or Auto_FTP as I'm trying to find a solution.
If the file going to be transferred is larger than 10Mb the transfer status upda B4A Question Displaying a large text (log) file - Quandalle (first post)    Mar 27, 2021   (1 reaction) You can also use a customListview
private clv As CustomListView ' declare by the designer
Sub displayLog
Dim List1 As List
List1 = File.ReadList(PathLog, "log.txt")
clv.Clear
For i = List1.Size-1 To 0 Step -1 ' populate the list : last log events, at the top of list
cl B4A Question mysql large text n video files to download - GudEvil    Oct 19, 2015 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 bu B4J Question Large file upload - EnriqueGonzalez (first post)    Aug 23, 2020   (1 reaction) There are several methods. Unfortunately the best approach is http but it will not give you feedback on the process
I use ssh
https://www.b4x.-ssh-scp-sftp-for-java.88615/#content
This one will give you the bytes already uploaded so you can know how much is missing. Afaik ftp does the same.
Th B4A Question Dictionary application - where is a good start? - Erel (first post)    Aug 12, 2021 MIN_LIMIT should be larger than 1.
Do upload the text file. It will be interesting to test it. B4A Question error: code too large - Jeffrey Cameron (first post)    Mar 28, 2022 If your string literal is that large, I would suggest adding it as a text/html file to your files folder and then loading it into your string: psHtmlData = File.ReadString(File.DirAssets, "example.txt") B4A Tutorial Download huge files with HttpUtils2 - Erel    Jul 25, 2021   (18 reactions) Better to use: https://www.b4x.-progress-http-download.127214/#post-796463
The attached project includes a slightly modified version of HttpUtils2 and a new service named DownloadService. The purpose of DownloadService is to make it simple to download files of any size.
http://www.b4x.com/basic4an B4A Question Vertical Scroll on label - klaus (first post)    Feb 03, 2021   (2 reactions) You might have a look at this thread: Best view (control) for showing a large text file. The example project has a ScrollView with a Label.. B4A Example SQLite Full Text Search on a Large Database and Display on an xClv - Mahares    Aug 17, 2021   (11 reactions) The primary objective of this cross-platform B4XPages SQLite FTS example is to show the syntax used for Full Text Search queries in SQLite. The database consists of close to 400000 records. It is created from scratch in the project via the imported text file Words.txt. The first time the project is Page: 1   2   3   4   5   6   7   Powered by ColBERT |