我正在开发Primefaces和omnifaces项目,并且正在使用uploadFile组件,一切正常,但有时CSS也不起作用,并且该组件也是如此。这就是我所拥有的:
这是源代码:
<p:fileUpload styleClass="margin-right1em" style="float: left"
fileUploadListener="#{demandeMB.handleMotFile}"
dragDropSupport="true"
label="#{msg.choisir}"
cancelLabel="#{msg.cancel}"
mode="advanced"
skinSimple="false"
uploadLabel="#{msg.ajout_document}"
process="@this"
update="@this list_files"
sizeLimit="100000000"
oncomplete="remoteFileUplaodListner()"
auto="true"
allowTypes="/(\.|\/)(txt|pdf|csv|doc|docx|xls|xlsx|jpe?g|png)$/" >
</p:fileUpload>