Has anyone been able to send an image from an android to a server? It seems pretty basic - but if I succeed with an ftp, the image isn't valid... I can do it from a laptop to a server.
Thank you.
Send image from android to server?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Send image from android to server?
I think you mentioned this in another thread but I can't find it now. If I remember right, you were using "file://" instead of "binfile://" in the URL.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- Posts: 339
- Joined: Wed Jul 11, 2012 9:24 pm
Re: Send image from android to server?
oh my gosh! It actually worked! There is a delay - so when you first look at it, it looks like an empty file, but after a minute or so, it comes through.
Thank you
put url("binfile:"&myGalleryFile) into url ("ftp://" & FTPUSER & ":" & FTPPASS & "@" & FTPHOST/path_to_my_files/mytest2.png" )

put url("binfile:"&myGalleryFile) into url ("ftp://" & FTPUSER & ":" & FTPPASS & "@" & FTPHOST/path_to_my_files/mytest2.png" )
Re: Send image from android to server?
Yay! 

Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com