chris
Posted
on Jan 9, 2012
(permalink)
Hello Everyone,
I have searched on line but have found no way of doing this. We have a form with multiple pages users can go to and from with and I need to be able to have the files the user selects to stay in the input files if the user moves back a page or a post back happens on the page with the upload. Is there a way to do this with the telerik control?
-Chris
Reply
chris
Posted
on Jan 10, 2012
(permalink)
Did some research and found out that there is no way of doing this. It is a limit to the <input type="file" /> control.
-Chris
Reply
Plamen Zdravkov
Plamen Zdravkov
Posted
on Jan 11, 2012
(permalink)
Hello Chris,
You can refer to the Persist Uploaded files help topic that shows a similar functionality.
Hope this will help.
Kind regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now
Reply
chris
Posted
on Jan 11, 2012
(permalink)
Plamen,
Thank you very much for your response this helps a lot.
-Chris
Reply
chris
Posted
on Jan 11, 2012
(permalink)
Plamen,
It seems that in the app I am running this in PostbackTriggers is not a property of the RadAsyncUpload control in the asp or C#. I am using version 2011.2.712.35 is there a different version of Telerik I need to run this?
-Chris
Reply
Answer
Plamen Zdravkov
Plamen Zdravkov
Posted
on Jan 16, 2012
(permalink)
Hello Chris,
You will have to update your product version, because the PostBackTriggers property is added to RadAsyncUpload from 2011.3.1305.0 version as mentioned here.
For further information you can also refer to this help article.
Hope this will be helpful.
Kind regards,
Plamen Zdravkov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now
Reply
chris
Posted
on Jan 16, 2012
(permalink)
Plamen,
Thank you that worked perfect. =]
Reply