Home > Web Front-end > JS Tutorial > body text

Two upload buttons appear when uploading FileUploadField files in Extjs_extjs

WBOY
Release: 2016-05-16 16:50:47
Original
1072 people have browsed it

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.
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template