B4A Question Uploading large text files with compression using multipart/form-data - Erel (first post)    Sep 5, 2014 You can compress the whole post payload and add the header. Usually it is the server who sets this h... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text setting BBLabel.Text to an empty string didn't remove the text. - v1.71 - New Font tag: https... platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../android/forum/threads/b4x-bbscrollinglabel-rich-text-scrolling-label.114310/ https://www.b4x.com... related to text. You can for example use it as an alternative to CSBuilder where you have more control over the text drawing. I will explain the main use case of BBCodeView. Our layout is usually made... B4A Tutorial [B4X] TextEditor - Save and load external files - Erel    Sep 10, 2023   (38 reactions) -list-of-other-related-methods.129897/#content Allow other apps to view text files using this app...-with-activityviewcontroller.73159/#content This also allows saving the text with the Files app. Allow other apps to view text files using this app: https://www.b4x.com/android/forum/threads/open-external...This is a B4i and B4A example, which demonstrates various external files related tasks. 116714.... B4A Load external files, including online files, using ContentChooser. Save to an external target... B4A Question http post large files - aeric (first post)    Feb 9, 2020 You can search this forum first. There are some answer already.
https://www.b4x.com/android/forum/pages/results/?query=upload+large+text+file... B4A Code Snippet Upload files with WebView - Erel    Jun 9, 2022   (16 reactions)   tags: Upload files with WebView, Webserver code. 2. The ShowFile_Chooser event is raised when the user clicks on a "browse" button. 3. You need to get the file URI with FileProvider and call SendResult. Example based on ContentChooser. Sub ShowFile_Chooser (FilePathCallback As Object, FileChooserParams As Object) cc.Initialize("CC") cc.Show("*/*", "Choose File") Wait For CC_Result (Success As Boolean, Dir As String, FileName As String) Dim jo As JavaObject = Me If Success Then... B4J Library New library for b4J: Firebase, Upload, Files, SQL, Thymeleaf, Bytes, String, Security, Double - tummosoft    Jan 28, 2024   (13 reactions) ("CONNECTED") Dim token As String = variable.Get("tk") Log(token) Dim firetoken As jFirebaseAuthWrapper Dim auth As String = File.Combine(File.DirApp, "firebase.json...("CONNECTED") Dim token As String = variable.Get("tk") Log(token) Dim firetoken As jFirebaseAuthWrapper Dim auth As String = File.Combine(File.DirApp, "firebase.json...: 1_iLv_vmAeHt9_QI6Yiswj6nkrp5IhoGA * Extend java library for jFileSupport, jByteSupport, jDoubleSupport, jFileSupport... B4J Tutorial [Server] Upload files from your B4A app to your B4J server over the internet - Erel    Jan 28, 2014   (33 reactions)   tags: file, transfer, myapp, B4a . The implemented server is a simple file server that allows you to upload files from your B4A application to... worry. Eventually you will get it working :) Now for the actual file server. The handler is quite simple. It supports two types of messages: text messages and files. The handler reads the data... treat the data as a text message or as a file that needs to be saved. One important point is that we... send the file or text message. 22299 In order to run it you need to update the link variable based... B4A Question How to upload large file using httputils2 ? - Firpas (first post)    Nov 19, 2014 Ok. i've resolved with this simple: http://www.b4x.com/android/forum/threads/uploading-large-text-files-with-compression-using-multipart-form-data.44390/ Thanks... B4A Library [B4X] HugeImageView - show very large images - Erel    Mar 12, 2025   (42 reactions) ). I've tested it with a 40,000x20,000 image and it worked (such image requires 3GB of RAM to fully load... B4A Question upload file With php - Spinter    Feb 6, 2014 I'm sorry my english with google translate I need help. I would like to upload a file or an image with the php page on the webserver ? I found and tried many posts but nothing that would lead me to solve. Can you help me?... Page: 1   2   3   4   5   6   7   |