Expand my Community achievements bar.

Dynamic setting of image href

Avatar

Level 6

I read in an old forum post that there are security restrictions against setting an image url in script in a dynamic form.  Of course I need to do that.  The restriction was put in place in Reader 8. Does anyone know if this is still true, and is there a workaround?  Embedding all of the images is not an option.

3 Replies

Avatar

Former Community Member

Yes it is still true .....your other options is to retrieve the image through a web service.

Paul

Avatar

Level 6

If I pull in the bytes through a web service, how do I set the image to point to the data?

Avatar

Former Community Member

The service will expose a node (output parameter) that you can bind to the field.

Paul