AjaxFileUpload automatically upload file once selected

NodastawNof

New Member
I have a standard AjaxFileUpload control\[code\]<asp:AjaxFileUpload ID="upManager" CssClass="fileUpload" runat="server" OnUploadComplete="upManager_UploadComplete" />\[/code\]And instead of them having to press Upload, I just want the file to upload automatically once they have selected the file. Is there a way to do this?
 
Back
Top