문제

I'm new to YUI, I'm trying the file upload example given in samples. The issue I'm facing is "Select files" button is not appearing in offline (when not connected to internet) , even though yui-min.js is included.

The relevant portion of my source is here,

<LINK href="css.css" rel="stylesheet">     
<LINK href="cssgrids-min.css" rel="stylesheet">     
<LINK href="css(1).css" rel="stylesheet">     
<LINK href="prettify-min.css" rel="stylesheet">     
<LINK href="docs-min.css" rel="stylesheet">

    <SCRIPT src="yui-min.js">
    </SCRIPT>
    <DIV id="selectFilesButtonContainer"> 
    </DIV>
    <DIV id="uploadFilesButtonContainer"><BUTTON class="yui3-button" id="uploadFilesButton" 
    style="width: 250px; height: 35px;" type="button">Upload Files</BUTTON>     
    </DIV>

I'm able to see the upload button properly , but select files button is not appearing. I've all the required css are in local.

도움이 되었습니까?

해결책

copied the latest yui-min.js from build. It is working normal.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top