# SOLVED? Image drop() peculiarities?

**URL:** https://discourse.processing.org/t/solved-image-drop-peculiarities/14940
**Category:** p5.js
**Created:** [October 25, 2019, 10:29am UTC](https://discourse.processing.org/t/solved-image-drop-peculiarities/14940 "2019-10-25T10:29:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![everythingability](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/everythingability/32/937_2.png) [@everythingability](https://discourse.processing.org/u/everythingability)
#### Post date: [October 25, 2019, 10:29am UTC](https://discourse.processing.org/t/solved-image-drop-peculiarities/14940/1 "2019-10-25T10:29:19Z")

</div>

I think I’ve found bugs in the file.drop() area that produces really weird results… Lauren’s example ( [https://github.com/processing/p5.js/issues/3055](https://github.com/processing/p5.js/issues/3055) ) doesn’t quite cut it, for reasons I mention in the sketch…

This sort of works, in that I can drop and image THEN grab bits out of that image with get() but you’ll see the nonsense I had to do to do that…

Anyway, I think this works and may help someone with more brains than I to find a gnarly bug…

[https://editor.p5js.org/tom.smith/sketches/tLh1bT9Cq](https://editor.p5js.org/tom.smith/sketches/tLh1bT9Cq)

Regards

Tom

---

<div class="post-metadata">

### Author: ![kll](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kll/32/964_2.png) [@kll](https://discourse.processing.org/u/kll)
#### Post date: [October 25, 2019, 10:58am UTC](https://discourse.processing.org/t/solved-image-drop-peculiarities/14940/2 "2019-10-25T10:58:31Z")

</div>

?

```auto
 print("Uploaded!")

```

i not think that is correct, the dropped image is where?

---

<div class="post-metadata">

### Author: ![everythingability](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/everythingability/32/937_2.png) [@everythingability](https://discourse.processing.org/u/everythingability)
#### Post date: [October 25, 2019, 11:23am UTC](https://discourse.processing.org/t/solved-image-drop-peculiarities/14940/3 "2019-10-25T11:23:09Z")

</div>

You drop an image onto the canvas

---

<div class="post-metadata">

### Author: ![kll](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kll/32/964_2.png) [@kll](https://discourse.processing.org/u/kll)
#### Post date: [October 25, 2019, 12:03pm UTC](https://discourse.processing.org/t/solved-image-drop-peculiarities/14940/4 "2019-10-25T12:03:41Z")

</div>

yes, and i got that message
