This is a migrated thread and some comments may be shown as answers.

Can the RadUpload be made to function if the user does not have JavaScript enabled?

1 Answer 24 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Robert Columbia
Top achievements
Rank 1
Robert Columbia asked on 03 Jun 2010, 09:13 PM
If we have a RadUpload along with the Telerik httphandler registered in iis, is it possible to accomodate users who do not have JavaScript enabled and still get disk caching of uploads?

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Jun 2010, 11:38 AM
Hi Robert Andrews,

RadUpload cannot function on user machines that have JavaScript disabled since it uses client-side rendering. We will consider adding such functionality in the future. As for the disk caching, the standard ASP.NET upload uses the same mechanism for managing uploaded files as RadUpload so you can use it on machines without JavaScript. The both controls rely in the standard <input type='file' /> tag and receive the uploaded files from the Request.Files collection.

All the best,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Upload (Obsolete)
Asked by
Robert Columbia
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or