Loading Images from Local Disk into Picture Object

Do you all have an example where we can easily navigate to the local hard drive and load an image directly into a Picture object. Or even drag and drop. Is that even possible considering the Javascript security implications?

BTW: Thank you all so much for the support so far. I am impressed with the responsiveness of the support team at Northwoods.

We’ll look into this and try to come up with a sample.

Here’s a sample that allows loading a local image file into a Picture.

http://codepen.io/jhardy/pen/GjKZRP?editors=1010

Drag and drop should be possible, we’ll look into that now.

The above codepen has now been updated to allow drag and drop from your machine. Let us know if you have any further questions.

Awesome. Thanks!