Page 1 of 1

Send image from android to server?

Posted: Mon Oct 08, 2012 7:34 pm
by cusingerBUSCw5N
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.

Re: Send image from android to server?

Posted: Tue Oct 09, 2012 7:08 pm
by jacque
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.

Re: Send image from android to server?

Posted: Tue Oct 09, 2012 7:36 pm
by cusingerBUSCw5N
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.

:D Thank you

put url("binfile:"&myGalleryFile) into url ("ftp://" & FTPUSER & ":" & FTPPASS & "@" & FTPHOST/path_to_my_files/mytest2.png" )

Re: Send image from android to server?

Posted: Tue Oct 09, 2012 7:41 pm
by jacque
Yay! :)