Page 2 of 2

Re: Looking for help with HTTP POST

Posted: Wed Mar 22, 2017 10:38 am
by UKMC
Hi Jiml,
exactly this is the problem, there is just iOS.

Its strange that there must have been an android version of mergZXing in 2013 (see in the forum here) which is at no place to find.

And, up to this, I find it really annoying that Monte shows an reaction when asking for this and the only answer you get from LC (sorry Heather) is "please wait".

But that's the world, and LC stays to be my preferred development environment.

Re: Looking for help with HTTP POST

Posted: Wed Mar 22, 2017 2:01 pm
by MaxV
A solution is this:
  • create a website with a PHP page
  • POST the image to the PHP page
  • the PHP page put the image in URL like "http://www.myserver.com/myImage.jpg"
  • then use this code:

    Code: Select all

    put URL ("http://api.qrserver.com/v1/read-qr-code/?fileurl=" & urlencode("http://www.myserver.com/myImage.jpg") )

Re: Looking for help with HTTP POST

Posted: Thu Mar 23, 2017 12:12 am
by dave.kilroy
Well done MaxV - a nice 'lateral thinking' solution to the problem!

Dave