I have two LC sevices. One renders pdf forms using data, including attachments, from a DB. Once the user has updated such a form, it gets submitted to the other service. This one extracts the data, including attachments, and updates the DB. Basically the DB contains a bunch of identifiable objects which are accessible to the user through pdf forms.
When a user adds an attachment, or several, in Adobe Reader and submits the form to the second service, it works just fine. Rendering this particular object to pdf again also works fine.?? The attachments added in the previous "step" are included in the form and can be opened in Adobe Reader.
Problem:When a form contains attachments that have been added by our first service, some of them won't be extracted correctly and thus cannot be saved back into the DB. Mysteriously some attacments work just fine, even though all of them were added in the same way to the very same pdf form. In one case I have four jpg's attached to a form, 2 of which work and 2that don't.
Looking att the list var that contins tha extracted attachments I see that the ones that don't work look like this:...
and that's it. a single line. The ones that do work are much longer of course.
Even the ones that don't work can be opened just fine from Reader prior to being submitted to the service. In Reader, the only way to distinguish the attachments added by our first service is that they have timesamps in the description field.
Best Regards,
JMV