Hello,
I am trying to use the asyncupload control within a DNN (Dotnetnuke) module.
The control basically works but the control causes all the other controls on the page to refresh when the postback fires.
I've wrapped the asyncupload control in an ajaxpanel. It uploads the file fine and calls the 'onfileupload' event with a parameter successfully. I use this event to copy the uploaded to a destination based on the parameter.
I can supply code snippets to give more detail, but am unable to paste into this thread.
But how can I stop it from loading all the other controls on the page?
I'd be very grateful for any helpful suggestions.
Best Regards,
Steve
I am trying to use the asyncupload control within a DNN (Dotnetnuke) module.
The control basically works but the control causes all the other controls on the page to refresh when the postback fires.
I've wrapped the asyncupload control in an ajaxpanel. It uploads the file fine and calls the 'onfileupload' event with a parameter successfully. I use this event to copy the uploaded to a destination based on the parameter.
I can supply code snippets to give more detail, but am unable to paste into this thread.
But how can I stop it from loading all the other controls on the page?
I'd be very grateful for any helpful suggestions.
Best Regards,
Steve