woofmark icon indicating copy to clipboard operation
woofmark copied to clipboard

Dragging an image from the system ends up pasting a woofmark screenshot in demo

Open dandv opened this issue 8 years ago • 3 comments

This is probably a known limitation, but I didn't see an issue for it.

dandv avatar Aug 28 '15 20:08 dandv

This is just because the demo is wired up without a server, and thus XHR isn't really happening in the demo.

You should have a backend endpoint that handles image uploads, as documented here:

https://github.com/bevacqua/woofmark#optionsxhr

This allows you to handle the image upload however you want, and decouples image uploads from the editing experience.

bevacqua avatar Aug 28 '15 20:08 bevacqua

Maybe upload to an imgur account for the demo, no server-side script necessary?

dandv avatar Aug 28 '15 20:08 dandv

That'd work. Would you be interested in contributing that?

bevacqua avatar Sep 03 '15 21:09 bevacqua