Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
WebUpload refresh
posted

Hi,

I am using WebUpload control to upload files. I don't see any method to refresh the control means user should be able to reselect the file if user wants on button click event.

Looking for some method/property to reenable webupload control.

 <ig:WebUpload ID="wuFileUpload" runat="server"  AutoStartUpload="true"
                EnableViewState="true" ViewStateMode="Enabled" Mode="Single" MaxUploadedFiles="1"/>

Version=12.2.20122.2014

Thanks in advance. Please let me know if you need any other information.

Parents
No Data
Reply
  • 29417
    Suggested Answer
    Offline posted

    Hello Cnu,

     

    Thank you for posting in our forum.

     

    Generally when the MaxUploadedFiles property is set to 1 you’ll only be permitted to upload 1 file. After you upload it you won’t be permitted to upload another.

    Could you let me know exactly what is your scenario? Is there a reason you want to select a file that has already been uploaded ?

     

    I’m looking forward to your reply.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer

    Infragistics, Inc.

    http://ko.infragistics.com/support

     

Children