Bhawesh Kumar
Top achievements
Rank 1
Bhawesh Kumar
asked on 07 Jul 2009, 09:43 PM
I am facing an issue while using RadUpload control.
The control Select file button gets disabled and is not available to user at times. This happens randomly and there is no fixed pattern. We have the following code available on all our pages.
protected
void _DisablePageCache()
{
Response.Expires = -1;
Response.ExpiresAbsolute =
DateTime.Now.AddHours(-48);
Response.Cache.SetCacheability(HttpCacheability.Private);
Response.CacheControl =
"no-cache";
Response.Cache.SetNoStore();
}
The resolution to this takes us to clean browser cache which rectifies the issue and allows user to again upload by clicking on select button. An urgent solution to this problem will help a lot.
Thanks
Bhawesh
5 Answers, 1 is accepted
0
Hi Bhawesh Kumar,
There was a problem with the Select button in versions prior to Q2 2009. It has nothing to do with the server side code but with incorrect positioning of the hidden input file that actually takes care of the upload process. Unfortunately the only two resolutions to this problem. The first is to upgrade to the latest version of the RadControls (this is Q2 2009). Another solution is to disable the input skinning. This can be achieved with setting the EnableEmeddedStyleSheets property of the RadUpload to false.
Regards,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
There was a problem with the Select button in versions prior to Q2 2009. It has nothing to do with the server side code but with incorrect positioning of the hidden input file that actually takes care of the upload process. Unfortunately the only two resolutions to this problem. The first is to upgrade to the latest version of the RadControls (this is Q2 2009). Another solution is to disable the input skinning. This can be achieved with setting the EnableEmeddedStyleSheets property of the RadUpload to false.
Regards,
Genady Sergeev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Bhawesh Kumar
Top achievements
Rank 1
answered on 08 Jul 2009, 03:28 PM
Thanks for the information. We have checked our licensed download and there is no link available for Q2 2009 download. Please let me know when can we expect a Q2 2009 download to be available.
0
Hi Bhawesh Kumar,
Q2 is live now and should be available for download for all customers having valid subscriptions.
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Q2 is live now and should be available for download for all customers having valid subscriptions.
Regards,
Albert
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Bhawesh Kumar
Top achievements
Rank 1
answered on 08 Jul 2009, 04:59 PM
Hi Telerik team,
I am using the below given assembly : -
Assembly name: RadUpload.Net2.dll
Version: 2.4.8.0
Product Name: RadUpload
Is there any new version released for the above mentioned assembly.
I am using the below given assembly : -
Assembly name: RadUpload.Net2.dll
Version: 2.4.8.0
Product Name: RadUpload
Is there any new version released for the above mentioned assembly.
0
Hi Bhawesh Kumar,
You already have the latest "classic" version of RadUpload.
Greetings,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
You already have the latest "classic" version of RadUpload.
Greetings,
Veselin Vasilev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.