I want that my WebPage can accept images when i drag them in to the WebPage. I need to use WebDragItem.Picture. The Picture should be saved with Blobs in the Database. Can someone help me ? Thanks.
The web drag system currently doesnt support this. To get an image from a user’s computer youll need to use the WebFileUploader.
I forgot to mention that i use the DropObject EventHandler. Does this make a difference and can you show me an example ?
@Greg O’Lone
It does not. The WebFileUploader does not currently allow drags either, although there is a feature request for it.