Error after uploading image using php

I did the sending of the xml form and the image sending too seems to work.
When I check the form on Aggregate the text things are there.
The image's not showing instead.
It says: "The image: "FOLLOWING LINK TO IMG" can't be displayed because it
contain errors".

What does it means?
The image type seems correct, image/jpeg, but it's still not working.
Anyone already had this problem?

These questions are more suited for opendatakit-developers@ as you are
writing software or trying to integrate your own application with existing
software.

Be sure that the content of your form's image field is a string that does
not contain slashes, etc. The system assumes the image field is a filename
(e.g., 12312312321.jpg)

If the string has slashes, it will cause problems with the URL construction.

Otherwise, it is likely that you omitted one or more content headers when
forming up your image content element in the data post.
We use standard libraries to construct our POST requests, so I can't tell
you what content headers are used.

You could configure ODK Collect to post to your PHP server and have that
server capture and write the post request as-is to a log file to see what
those might be.

ยทยทยท On Fri, Jun 3, 2016 at 1:53 AM, Cristiano Ceccarelli wrote:

I did the sending of the xml form and the image sending too seems to work.
When I check the form on Aggregate the text things are there.
The image's not showing instead.
It says: "The image: "FOLLOWING LINK TO IMG" can't be displayed because it
contain errors".

What does it means?
The image type seems correct, image/jpeg, but it's still not working.
Anyone already had this problem?

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com