Disabling textbox in HTML / ASP.NET file upload control December 08, 2009 Hi guys, I have this working trick with me. To disable the textbox in HTML/ asp:FileUpload control, just add the following attribute with it: contenteditable="false" This attribute is not visible in the list, but it is working. Read more