I need an applet for drag drop upload, and have found quite a many file upload applets on web. But i have some different requirement i want an image which is clipboard to be uploaded on paste or drag.
for eg: say i have an image in an excel sheet and i want to upload it without saving the image to an image file but rather directly copy paste or drag it to applet
Is it feasible? if yes please help me in achieving the same. I am using java for obvious reasons
EDIT : it seems drag drop wont be feasible so can we copy paste an image? in applet