PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → [WM 22] Copy files from Android/iOS to PC (and vice-versa, obviously)
[WM 22] Copy files from Android/iOS to PC (and vice-versa, obviously)
Iniciado por VEGEboss, mar., 11 2018 4:53 PM - 8 respostas
Membro registado
88 mensagems
Popularité : +2 (2 votes)
Publicado em março, 11 2018 - 4:53 PM
hello to everybody

as in the subject, what is the best way to tranfsert files (e.g. pictures captured with a Windev Mobile App) between
platforms?

thanks folks!
Publicado em março, 12 2018 - 4:08 PM
The only way I think to do this its using FTP in both systems.
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 12 2018 - 4:15 PM
The only way I cant think of it's using FTP.

you send your pictures of Android to that server and the iOS can download those files from that FTP
Membro registado
88 mensagems
Popularité : +2 (2 votes)
Publicado em março, 12 2018 - 7:13 PM
...and if my user DON'T have an internet connection available?

...a copy via USB cable is not possible? :( :( :(
Publicado em março, 12 2018 - 7:26 PM
Hi

first, you'll have to define 'best'...

it all depends of the requirements of your application.

Personally, I have a tendency to PREFER using a DB replication system
(wxreplication, in my case), with the image embedded in the DB (HFSQL or
other) on both sides in a blob...

But you can just create a webservice and encode your image in base64 for
the transport, by example, and there are several other methods...


Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Le 3/11/2018 à 10:53 AM, VEGEboss a écrit :
hello to everybody

  as in the subject, what is the best way to tranfsert files (e.g.
pictures captured with a Windev Mobile App) between   platforms?

  thanks folks!
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 12 2018 - 8:17 PM
well I never try it in that way, I was always using FTP, you can try it and if it works you can post your solution here for everyone else, me including
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 12 2018 - 8:22 PM
maybe you can share the image via bluetooth with the iOS one...maybe

you can use this fuction
StartShare()

The user can select the app that want to use to share the picture or document, there he could choose bluetooth and then send it to the one that is pair up.

here is the link:
https://help.windev.com/en-US/…

good Luck my fellow developer
Publicado em março, 12 2018 - 9:31 PM
Hi,

Le 3/12/2018 à 2:17 PM, Jose a écrit :
well I never try it in that way, I was always using FTP, you can try it
and if it works you can post your solution here for everyone else, me
including


It does work, and I 'posted' it a long time ago.. .WxReplication is an
open source project available on my web site...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com
Membro registado
498 mensagems
Popularité : +8 (8 votes)
Publicado em março, 14 2018 - 9:44 PM
Fabrice Harari wrote:
Hi,

Le 3/12/2018 à 2:17 PM, Jose a écrit :
well I never try it in that way, I was always using FTP, you can try it
and if it works you can post your solution here for everyone else, me
including


It does work, and I 'posted' it a long time ago.. .WxReplication is an
open source project available on my web site...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com


Ok I will search on your web site...
someday.

Best regards my fellows developers