Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Inactivate or hide browse button
Inactivate or hide browse button
06-18-2010, 10:38 AM
jas101
Joined on 06-18-2010
Posts 4
Inactivate or hide browse button
Reply
Quote
Using CuteWebUI
:
UploadAttachments is there a way to inactivate or hide the select files button after an upload. I am using the example below and the button disapears while i am uploading muliple files but when it finishes and displays the completed files list it reappears.
function
CuteWebUI_AjaxUploader_OnStart() {
var
hidden = document.getElementById(
'<%=Uploader1.ClientID %>'
);
hidden.internalobject.insertBtn.style.display =
'none'
}
View Complete Thread