Re: Unable to Find Uploaded file in directory (sometimes)

  •  08-27-2009, 11:19 AM

    Re: Unable to Find Uploaded file in directory (sometimes)

    I've figured out what's causing the file open dialog not to open.  I have the following code in all my upload pages to hide the cancel button.
     
    1. function CuteWebUI_AjaxUploader_OnStart() {  
    2.     var hidden = this;  
    3.     hidden.internalobject.insertBtn.style.display = "none";  
    4.     hidden.internalobject.cancelBtn.style.visibility = "hidden";  

    When using the above code to hide the cancel button and Flash is enabled and Silverlight is disabled, the open dialog will not appear.  I've confirmed this in both IE7 and FF 3.5.2.
     
    Is there a different approach I should take to hide the cancel button or is this a bug?  Please advise.
     
    Thanks,
    David
     
     
View Complete Thread