Home  >  Article  >  Web Front-end  >  Two upload buttons appear when uploading FileUploadField files in Extjs_extjs

Two upload buttons appear when uploading FileUploadField files in Extjs_extjs

WBOY
WBOYOriginal
2016-05-16 16:50:471052browse

Use the FileUploadField plug-in of Extjs to upload files. Because FileUploadField is an extension plug-in of ext, its method cannot be found in its API. This file is in ux under the examples folder of extjs, so it must be used when using FileUploadField. It can be used only after it is imported. A problem that will arise during use is that two upload buttons appear on the page. This is related to the CSS style of ext itself, so the style needs to be modified:

Copy code The code is as follows:



Only at this time can the plug-in be used normally.
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn