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

RadAsyncUpload hide file name untill uploading

6 Answers 314 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Stefan
Top achievements
Rank 1
Stefan asked on 01 Mar 2012, 08:44 AM
Please help me, hide  file name  which show when file uploading on server ,  i did try find it in css, but not get( 
Thanks.

6 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 01 Mar 2012, 10:03 AM
Hello,

Check the following forum thread which discussed similar scenario.
Hide File List

Thanks,
Princy.
0
Stefan
Top achievements
Rank 1
answered on 01 Mar 2012, 10:14 AM
thanks, but  i need with out RadProgressManager, just click on button to select file, upload it on server without any message, progress ect.  now i did hide progress bar, but file name showing while uploading (  i think there need some css for hide it, but cant find (
0
Accepted
Princy
Top achievements
Rank 2
answered on 02 Mar 2012, 06:13 AM
Hello,

Try the following CSS.
CSS:
.RadUpload .ruUploadSuccess
{
    display: none !important;
}

Thanks,
Princy.
0
Stefan
Top achievements
Rank 1
answered on 02 Mar 2012, 09:23 AM
Thank you !
but i did find other solutions, but your working also!
0
ghini
Top achievements
Rank 2
answered on 30 May 2019, 05:18 PM

Hi Princy,

I need to hide only the file name and not the little progressbar: therefore I need to hide the cssclass called .ruUploadSuccess but not the nested class ruFileProgressWrap.
Is it possible?

0
Rumen
Telerik team
answered on 03 Jun 2019, 12:04 PM
Hi,

Indeed, the class of the progress bar is called .ruFileProgressWrap so if you'd like to hide the progress bar you can do it by setting:

.ruFileProgressWrap { display: none } or .ruFileProgressWrap { visibility: hidden; } 



Regards,
Rumen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
AsyncUpload
Asked by
Stefan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Stefan
Top achievements
Rank 1
ghini
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or