Do you have good example of RadUpload controls inside Formview Control with server side API?
When i upload file , i can find the control but when i save i could not find posted file.
Thanks,
1 Answer, 1 is accepted
0
Dimitar Terziev
Telerik team
answered on 19 Jan 2011, 05:34 PM
Hi Zash,
Thank you for contacting us.
In general you couldn't use RadUpload in a control using ajax post-back. This is just a limitation from the XmlHttpRequest component. Probably you couldn't find the uploaded file because it's not uploaded really.
There is an article here with some workarounds for this problem.
My suggestion is to use our RadAsyncUpload control, which could work with AJAX post-backs.