Hello,
Has anyone tried using the DnnAsyncUpload control?
I can upload files but, not to a directory of my choice.
The documentatation for the equivalent Telerik control
(http://www.telerik.com/help/aspnet-ajax/asyncupload-getting-started.html) says to use 'targetfolder' i.e.
<cc1:DnnAsyncUpload TargetFolder="uploads" runat="server"></cc1:DnnAsyncUpload>
But that doesn't work for me.
What I would prefer to do is upload using an AJAX based call to a web service as I have other information to include. So the call would upload the file and other information at the same time, is there any way to do that?
Steve