I have implemented ASP.Net AjaxControlToolkit AjaxFileupload
control to upload files in my ASP.Net web application.
It works fine,it uploads file by browsing,by drag and drop.
How can I let users to upload file by 'Copy and Paste' using this control.
Can this be done?
Please suggest if there is a workaround.