InfoPath submitting to WSS form library and WSS pic library simultaneously?

T

TKO

Ok, I'm taking a new approach to my problem....

I have an InfoPath form with a few fields and a embedded picture. Upon
saving the form to a WSS forms library, can I also, at the same time,
submit that embeded pic into a picture library in the same WSS site?
After some digging, I found the Imaging Web Service interface, and was
wondering if I can use that somehow to submit the embedded pic into the
pic library during the process that the form is being submitted.

I'm not sure if my explanation is clear enough. Please help, or please
let me know if I can explain this any further. Thanks very much for
all your time reading about my problems.

-Tony
 
M

Matthew Blain \(Serriform\)

It's pretty simple. You may need to decode the info (from base64 to binary),
but all you have to do is PUT the file to the picture library, don't even
need to use any special web service. Though you can also call the WS
directly over HTTP without decoding the data...

(I've done this in the past, and considered adding it to the book but ran
out of time. Once you know all the pieces, it's pretty straight forward,
hopefully you have enough of them now.)

--Matthew Blain
http://tips.serriform.com/
http://www.developingsolutionswithinfopath.com/

"Greg Collins [InfoPath MVP]" <Greg.Collins_AT_InfoPathDev.com> wrote in
message You should be able to create multiple submit data connections, or do this in
code. I believe that these have been discussed individually before in this
newsgroup.

--
Greg Collins [InfoPath MVP]
Please visit: http://www.InfoPathDev.com



Ok, I'm taking a new approach to my problem....

I have an InfoPath form with a few fields and a embedded picture. Upon
saving the form to a WSS forms library, can I also, at the same time,
submit that embeded pic into a picture library in the same WSS site?
After some digging, I found the Imaging Web Service interface, and was
wondering if I can use that somehow to submit the embedded pic into the
pic library during the process that the form is being submitted.

I'm not sure if my explanation is clear enough. Please help, or please
let me know if I can explain this any further. Thanks very much for
all your time reading about my problems.

-Tony
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top