Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mirko77
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mirko77/71d3f7d2a0d2ebd5762d to your computer and use it in GitHub Desktop.
Save mirko77/71d3f7d2a0d2ebd5762d to your computer and use it in GitHub Desktop.
Example of POST request to Epicollect+, project: http://plus.epicollect.net/post_image_test
/*
* http://plus.epicollect.net/post_image_test
* post request for single entry (data)
*/
Array
(
[table] => test_form
[ecTimeCreated] => 1425745270
[ecPhoneID] => a2439aad10124340
[test_form_key] => 692694a7-28d1-45f6-bb6b-f6daa5c139b1
[ecplus_test_form_ctrl2] => test_form_ecplus_test_form_ctrl2_a2439aad10124340_1425745268593.jpg
)
//raw
//table=test_form&ecTimeCreated=1425745270&ecPhoneID=a2439aad10124340&test_form_key=692694a7-28d1-45f6-bb6b-f6daa5c139b1&ecplus_test_form_ctrl2=test_form_ecplus_test_form_ctrl2_a2439aad10124340_1425745268593.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment