开发者

change label on asp fileupload control

开发者 https://www.devze.com 2023-01-27 01:35 出处:网络
I am using a asp fileUpload con开发者_开发问答trol, and was wondering if it is possible to change the lable on the button from the default \"Browse\".

I am using a asp fileUpload con开发者_开发问答trol, and was wondering if it is possible to change the lable on the button from the default "Browse".

 <span class="spanText">
            <asp:FileUpload ID="fileUpload" runat="server" Width="280px"  />
        </span>

From what i can read, there donesn't seem to be an easyway, unless I dig into its controls colection.

Thanks


This is not possible out-of-the-box. "Browse" is really a convention and what people expect when browsing to a file on their own machine. You'd have to have a compelling reason to go to the trouble of changing it - and that would be a hack at best.

0

精彩评论

暂无评论...
验证码 换一张
取 消