Re: Restrict User to upload image in to specific Category..

  •  03-07-2014, 8:06 AM

    Re: Restrict User to upload image in to specific Category..

    hi,

     

    How to hide the upload button for particular category.

     

    if (category.Title == "pages"{  

      

        uploadbtn.style.visibility = "hidden";  

    }  

    else {  

        uploadbtn.style.visibility = "visible";  

    }  

     

    Regards,

     

    Ken 

View Complete Thread