iOS Question WebServer to Upload File to IOS device

tuhatinhvn

Active Member
Licensed User
Longtime User
IOS is more difficult than Android because it is more difficult to copy file to it!
So many apps use WebServer to copy file.
In Android has Jserver can works well, but in IOS current dont have WebServer to upload files or view html file static.
Has some library to work (include mjpeg server on b4i), so i think some one know at HTTP can modified code of https://www.b4x.com/android/forum/threads/mjpeg-cctv-server.73821/ to can view html files static and upload file to IOS app.

Thank you!

https://github.com/swisspol/GCDWebServer
https://www.b4x.com/android/forum/threads/mjpeg-cctv-server.73821/
 

tuhatinhvn

Active Member
Licensed User
Longtime User
No, it is not possible. You should use a FTP client to transfer the files.
If my client want to copy files to my app via FTP but they are using Windows or Mac, can they using web browser to upload ?? thank you
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
At least on Windows it is possible to use the standard File Explorer. This is exactly how this feature works:

B4A_obqZqL37Cj.png


Most browsers also support FTP connections with the ftp scheme: ftp://192.168.0.115:6781/
 
Upvote 0

Semen Matusovskiy

Well-Known Member
Licensed User
I converted Android app to IOS app and did not notice any difference - the same Http/HttpUtils2

My app uploads to webserver and downloads from it using https only.
Of course, on webserver should be special scripts to upload files.
 
Upvote 0
Top