mpegman / epicollect

Automatically exported from code.google.com/p/epicollect
0 stars 0 forks source link

Does current version of EpiCollect ver 1.1 support custom data sources #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In our tests, we have successfully created new data sources at 
www.epicollect.net, however our attempts to create data sources at our own 
servers, by adding the <uploadToServer href="" /> <downloadFromServer href = "" 
/> and <uploadImageToServer href = "" /> tags have so far failed, with the 
android log reporting "WEB ERROR: java.net.MalformedURLException Protocol not 
found:"

Regards,
Trond

Original issue reported on code.google.com by trond.ra...@gmail.com on 4 Apr 2011 at 1:00

GoogleCodeExporter commented 8 years ago
Hi Trond,

You need to put the url in the element body not the href attribute. So it 
should be 

<uploadToServer>http://www.example.com/script</uploadToServer>

Regards,
Chris

Original comment by chris.i....@gmail.com on 8 Apr 2011 at 9:52

GoogleCodeExporter commented 8 years ago
Hi Chris, thanks a lot! Works fine! The following page 
http://www.epicollect.net/instructions/developers.html should be updated with 
this information.
Best regards,
Trond

Original comment by trond.ra...@gmail.com on 12 Apr 2011 at 7:38

GoogleCodeExporter commented 8 years ago
Hi Trond, 

No problem, we will make sure the Documentation is correct. Let us know if you 
come across any other issues.

Chris

Original comment by chris.i....@gmail.com on 13 Apr 2011 at 11:33

GoogleCodeExporter commented 8 years ago
Trond,

I too am trying to use the uploadtoserver feature.  I didn't see any 
documentation on how to set it up on my server's end.  Do you have any pointers 
to get started?

Thanks,

Eric

Original comment by egr...@signprox.net on 11 Feb 2015 at 7:26

GoogleCodeExporter commented 8 years ago
As you see Eric. This is already almost four years back now. The script we made 
was a php script reading the information submitted by epicollect. I will try to 
dig up the relevant script on our server.
Kind regards,
Trond

Original comment by trond.ra...@gmail.com on 11 Feb 2015 at 9:14

GoogleCodeExporter commented 8 years ago
Thanks Trond.  Sorry, didn't notice how old this was.  I didn't see a 
googlecode for EpiCollect+.

Eric

Original comment by egr...@signprox.net on 13 Feb 2015 at 1:07