upload

  1. red30

    iOS Question Send file to Telegram

    On the forum, I found an example of sending a file to telegram via B4J. It is also suitable via B4A. But I can't use this example to send a file via B4I because the library iRandomAccessFile doesn't support CountingInputStream. In general, this example is necessary for uploading files with...
  2. M

    iOS Question [SOLVED] send album image

    Hello everyone, how can i be uploading an iphone album file to upload via j.PostMultipart? Sub InitCamera cam.Initialize("cam", B4XPages.GetNativeParent(Me)) End Sub Sub btnChoosePicture_Click InitCamera cam.SelectFromSavedPhotos(Sender, cam.TYPE_IMAGE) End Sub I use this...
  3. F

    Bug? jServer - Small file uploads are not written to disk unless they are queried

    Hello to everyone! I have found a strange thing happening that I'd like to share and get feedback about from the comunity. I have been recently working on a jServer application (with a fair amout of Websocket use) that will be receiving files to be processed. These files will range between 1kb...
  4. red30

    Wish Upload and download files in the background

    I think this is an important feature and I would like b4i to support it. Since there are no services in ios like in android, it turns out that the application cannot work in the background at all, although ios itself supports the function of background uploading or downloading files. And now...
  5. red30

    iOS Question The upload of files in the background

    I've asked a similar question before but never found an answer. I need to upload a lot of files to the server and ios really lacks background uploads for this ... I have to wait and not minimize or lock the phone until all the files are uploaded. This is very inconvenient ... In android, this...
  6. Star-Dust

    Italian Compilazione B4i con Host Mac Builder Server

    Vedi anche creazione Certificati L'anno scorso avevo preparato un Tutorial per la compilazione a beneficio di un amico che per la prima volta compilava per B4i. Forse non è ancora attuale ma potrebbe aiutare chi è alle prime armi quindi lo ripropongo qui: 1) Impostare percorsi del KEYSTORE...
  7. red30

    iOS Question Uploading files to the server in ios.

    Since there are no services in ios, I cannot upload files in the background. I am trying to find a solution to this problem. In this post, Erel gave an example of how you can extend the upload of files by 30 seconds, but I don't understand how it works and how I can use it ... Can you explain...
  8. M

    iOS Question [B4X] Upload/Download files Google Drive or other cloud

    Hi everyone, Is it possibile with B4X (iOS and Android), to upload and download files with google drive? Is not mandatory google drive, also another cloud. Thanks in advance.
  9. Erick Kalugdan

    Android Question Select file (like PDF) then upload via WebView or OkHttpUtils2

    I have a web app (written in PHP) which is accessed by a WebView in my B4A app. I need the user to select a file (like PDF) from his phone and upload it to my web app via form POST as multipart/form-data. Note that the file is outside my app's assets / internal directories. I can't seem to...
  10. Kevin Hartin

    Android Question You uploaded an APK that is not signed with the upload certificate

    I have a new PC, have used my original keystore file and when I tried to upload a new app version I get the following error You uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:SHA1...
  11. M

    Android Question FTP UploadProgress does not fire for every file

    Hi everyone, i'm trying to use FTP to upload multiple files to the server. I do it one by one, i want to show a progress bar, so i did like so: 'This function uploads the files (stored in the list) to the server base' Public Sub CaricaFoto Log(filenamelist) currentTotalFiles =...
  12. S

    Android Code Snippet Upload a file to your server with HttpJob and php(included)

    4-25-2020 Pick a SINGLE File from Dialog box, Then upload it To a server on LAN Or Internet I wrote this B4A To be very small, simple, & easy to understand on a beginners level In Files Is the PHP script To handle single File upload And save As original filename php creates And appends a...
  13. Gustsp

    Spanish FTP UPLOAD no funciona si tiene activado el ahorro de energia

    Buen Día Tengo una app que recibe y envía datos por ftp. Funciona muy bien, pero en ciertos dispositivos, con Android 6+ o superior, que al tener activado el ahorro de energía, cuando envía (upload) los datos por FTP, empieza a enviar y se traba, no enviando los datos completos (que suelen...
  14. F

    Android Question Google Cloud Storage upload

    Hello all, What I'd like to accomplish is to simply upload a file (zip) to a bucket that I've already created on Google Cloud Storage. REST API URI is given as: https://www.googleapis.com/upload/storage/v1/b/[BUCKET_NAME]/o?uploadType=media&name=[OBJECT_NAME] I do understand that I need...
  15. D

    Android Question take pictures with camera and upload to localhost

    does anyone have example how to take pictures with camera and upload to localhost?
  16. R

    Android Question Upload in webView (WORK)!

    Hi all, I found a way (in a somewhat accidental) to run the file upload in a WebView. I have used WebViewExtras and WebViewExtras2, but in the .b4a project file I have declared FIRST WebViewExtras2 and THEN WebViewExtras . When, the code are whis: Sub Globals 'These global variables will...
  17. N

    iOS Question Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' Using Hosted Builder

    Please am using Hosted Builder and B4i version 4.30. Recently when I upload app using the the Itune Connect I receive this email Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'xxx.xxxxx.xxxxx'. Apps built with iOS 11 or later SDK must...
  18. juniorteacher

    Android Question No Error but No File Uploaded,use PostMultipart

    I Follow Tutorial https://www.b4x.com/android/forum/threads/upload-image-to-server-postmultipart-and-php.82682/#post-525412 No error but no fileuploaded here is my project thanks for help, solved
  19. A

    Android Question how to add library?

    Hi I am new to b4a, and sometimes I see libraries that I can download (for example https://www.b4x.com/android/forum/threads/get-contact-id-or-name-from-phone-number.24903/), but I dont know can i add it to the libraries... I tried to upload the .jar file to the project files manager, but it...
  20. A

    Android Question App google play uploading issue

    Hi, I created an app which have webview that in it ther is the URL of my website I created with wix.com I tried to run my app on my phone with the Apk and it worked, but when I tried to upload it to the google play with the google developer console, and I recived this message: " After review...
Top