Daniel
Posted
on Feb 2, 2012
(permalink)
I found that the radupload gets translated into a series of input tags.
the input type=file is just chilling at position: absolute; left: 0px; top: -5000px;
this happens while the hover over is not fired.
The problem with this is that my page is rather large and -5000 px before the upload
is some checkbox
So when i click on the checkbox a File browse fires and i'm prompted to upload
a file instead of just checking the current checkbox.
Is there a fix for this? I tried hiding the input but that renders the control useless.
Reply
Answer
Bozhidar
Bozhidar
Posted
on Feb 6, 2012
(permalink)
Hello Daniel,
This is a part of the implementation in the previous versions of RadUpload. To increase the offset, try the following:
All the best,
Bozhidar
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license!
Book your seat now >>
Reply