CN112291300A - Method and device for uploading rich text file - Google Patents
Method and device for uploading rich text file Download PDFInfo
- Publication number
- CN112291300A CN112291300A CN202011014073.8A CN202011014073A CN112291300A CN 112291300 A CN112291300 A CN 112291300A CN 202011014073 A CN202011014073 A CN 202011014073A CN 112291300 A CN112291300 A CN 112291300A
- Authority
- CN
- China
- Prior art keywords
- file
- target
- uploading
- rich text
- path
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/172—Caching, prefetching or hoarding of files
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L41/00—Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
- H04L41/08—Configuration management of networks or network elements
- H04L41/0803—Configuration setting
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Human Computer Interaction (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
Abstract
The embodiment of the invention discloses a method and a device for uploading rich text files, wherein the method for uploading comprises the following steps: configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface; receiving a target rich text file to be uploaded through a target access interface, and detecting a target file type corresponding to the target rich text file by using a file type detection parameter; judging whether an original file uploading path defaulted by a UEditor editor can upload a target rich text file to a target file storage position or not according to the type of the target file; if not, reconfiguring the original file uploading path to obtain a target file uploading path; and uploading the target rich text file to a storage position of the target file according to the target file uploading path. The invention reconfigures the original file uploading path and can dynamically change the path in real time without restarting the service.
Description
Technical Field
The invention relates to the technical field of file uploading, in particular to a method and a device for uploading rich text files.
Background
The editor is an open-source rich text editor developed by Baidu WEB front-end research and development department and has the characteristics of light weight, customization, excellent user experience and the like. The open source is based on the BSD protocol and all source code is freely modifiable and usable within the allowed limits of the protocol. The introduction of the Baidu editor can help a plurality of website developers to develop the rich text editor, save a great deal of time required by the developers to develop the rich text editor, and effectively reduce the development cost of enterprises. The editor can realize the uploading of rich text files (pictures, videos and the like). Although the uploading path of the rich text file is configurable, the configuration range is limited and limited to the inside of the current engineering project, so that the engineering project is increasingly bulkier and larger. In addition, the prior art is not capable of flexibly processing the uploaded rich text file, such as modifying the picture size thereof as needed.
Disclosure of Invention
Therefore, it is necessary to provide a method and a device for uploading a rich text file, which achieve the goal of configuring an uploading path of the rich text file in a user-defined manner and upload the target rich text file to a storage location of the target file when an original file uploading path cannot meet the current file uploading requirement.
The first technical scheme of the embodiment of the invention is as follows:
an uploading method of a rich text file, which uploads the file based on a UEditor editor, comprises the following steps: configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters; receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file; if the target rich text file cannot be uploaded to the target file storage position through the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address; and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
The second technical scheme of the embodiment of the invention is as follows:
an uploading device of rich text files, which uploads files based on a UEditor editor, comprises: the interface configuration module is used for configuring a background unified access interface corresponding to the UEditor editor into a self-defined target access interface so that the target access interface can receive a target rich text file containing file type detection parameters; the type detection module is used for receiving the target rich text file to be uploaded through the target access interface and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; the path judgment module is used for judging whether the default original file uploading path of the UEditor editor can upload the target rich text file to a target file storage position according to the type of the target file; the path configuration module is used for reconfiguring the original file uploading path to obtain a target file uploading path and storing the target file uploading path to a specified address when the target rich text file cannot be uploaded to a target file storage position by the original file uploading path which is defaulted by the UEditor editor; and the file uploading module is used for uploading the target rich text file to the storage position of the target file according to the target file uploading path.
The third technical scheme of the embodiment of the invention is as follows:
a computer device comprising a memory and a processor, the memory storing a computer program that, when executed by the processor, causes the processor to perform the steps of:
configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters; receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file; if the target rich text file cannot be uploaded to the target file storage position through the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address; and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
The fourth technical scheme of the embodiment of the invention is as follows:
a computer-readable storage medium storing a computer program which, when executed by a processor, causes the processor to perform the steps of:
configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters; receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file; if the target rich text file cannot be uploaded to the target file storage position through the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address; and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
The embodiment of the invention has the following beneficial effects:
the method comprises the steps of configuring a background unified access interface corresponding to a UEditor editor into a user-defined target access interface, receiving a target rich text file to be uploaded through the target access interface, reconfiguring an original file uploading path to obtain a target file uploading path, uploading the target rich text file to a target file storage position according to the target file uploading path, reconfiguring the original file uploading path, uploading the target rich text file to a specified target file storage position, and dynamically changing the path in real time without restarting service.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Wherein:
fig. 1 is a flowchart illustrating an implementation of an embodiment of a method for uploading a rich text file in an embodiment;
FIG. 2 is a block diagram illustrating an embodiment of an apparatus for uploading a rich text file according to an embodiment;
FIG. 3 is a block diagram illustrating an embodiment of a computer device in one embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Fig. 1 is a flowchart illustrating an implementation of an uploading method of a rich text file in an embodiment, and referring to fig. 1, the uploading method of the rich text file in the embodiment uploads the file based on a editor, and includes the following steps:
step S101: and configuring a background unified access interface corresponding to the editor of the UEditor as a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters.
Step S102: and receiving the target rich text file to be uploaded through the target access interface, and detecting the target file type corresponding to the target rich text file by using the file type detection parameter. The target file types include pictures, videos, documents and the like. In addition, different uploading modes are different for file types, for example, pictures are captured (for example, when an article is copied to an editor in a microblog, the image is contained in the editor, when the image is copied to the editor, the editor captures the images to a specified server, and when the images are accessed later, the images are directly accessed to the specified server), or the file types are different, but the uploading paths of the common configuration are the same.
Step S103: and judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file.
Each UEditor editor has a default original file uploading path, but the original file uploading path has a fixed uploading path, the file uploading range of the original file uploading path has certain limitation, and the target rich text file cannot be uploaded to the storage position of the target file, so that the judgment needs to be made.
Step S104: and if the target rich text file cannot be uploaded to the storage position of the target file by the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address.
The original file uploading path is reconfigured to obtain a target file uploading path which can upload the target rich text file to a target file storage position, and the target rich text file can be uploaded to the target file storage position according to the guidance of the target file uploading path. In addition, the target file uploading path is stored to the designated address, and the target file uploading path can be acquired at the designated address when the target file uploading path is needed next time without reconfiguring the original file uploading path. Specifically, a numerical value corresponding to the serverUrl in the register.
Step S105: and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
In this embodiment, optionally, if the default original file upload path of the UEditor editor can upload the target rich text file to the target file storage location, the method includes:
and uploading the target rich text file to a target file storage position according to the original file uploading path. The file uploading path is modified so that the target rich text file can be uploaded to a target file storage position, and if the original file uploading path can be used for uploading the target rich text file to the target file storage position, the file uploading path does not need to be reconfigured.
In this embodiment, optionally, the reconfiguring the original file upload path to obtain the target file upload path includes:
firstly, a public file uploading path corresponding to the original file uploading path is obtained.
Secondly, according to the storage position of the target file, the designated path parameters corresponding to the public file uploading path are modified to obtain the target file uploading path.
In this embodiment, optionally, the saving the target file upload path to the specified address includes:
firstly, the target file uploading path is stored in a designated database or a persistent cache, and the target file uploading path is acquired from the designated database or the persistent cache when needed.
Secondly, the target file uploading path is marked as a designated file uploading path corresponding to the target rich text file, and the marking can provide convenience for searching the designated file uploading path.
In this embodiment, optionally, the uploading the target rich text file to a target file storage location according to the original file uploading path includes:
firstly, when an instruction for uploading the target rich text file is received next time, the specified file uploading path is directly obtained from the specified database or the persistent cache.
Secondly, uploading the target rich text file to the storage position of the target file according to the specified file uploading path.
In this embodiment, optionally, the configuring the background unified access interface corresponding to the editor as a customized target access interface includes:
firstly, a server unified request interface path corresponding to a background unified access interface corresponding to the UEditor editor is obtained.
Secondly, modifying the server uniform request interface path into the self-defined target access interface according to the file format corresponding to the target rich text file.
In this embodiment, optionally, before uploading the target rich text file to the target file storage location according to the target file uploading path, the method includes:
firstly, storing the target rich text file, and judging whether the size corresponding to the target rich text file meets the preset size requirement.
Secondly, if the size corresponding to the target rich text file does not meet the preset size requirement, the size corresponding to the target rich text file is changed, and the target rich text file with the size being the target size is obtained. Otherwise, if the size corresponding to the target rich text file meets the preset size requirement, the target rich text file is directly uploaded to the storage position of the target file.
As shown in fig. 2, in another embodiment, an uploading apparatus of a rich text file is provided, which can be obtained with reference to fig. 2, and the uploading apparatus 100 of a rich text file specifically includes:
the interface configuration module 10 is configured to configure a background unified access interface corresponding to the editor of the UEditor as a user-defined target access interface, so that the target access interface can receive a target rich text file including a file type detection parameter.
And the type detection module 20 is configured to receive the target rich text file to be uploaded through the target access interface, and detect a target file type corresponding to the target rich text file by using the file type detection parameter. The target file types include pictures, videos, documents and the like. In addition, different uploading modes are different for file types, for example, pictures are captured (for example, when an article is copied to an editor in a microblog, the image is contained in the editor, when the image is copied to the editor, the editor captures the images to a specified server, and when the images are accessed later, the images are directly accessed to the specified server), or the file types are different, but the uploading paths of the common configuration are the same.
And the path judging module 30 is configured to judge whether the default original file uploading path of the editor of the UEditor can upload the target rich text file to the storage location of the target file according to the type of the target file.
Each UEditor editor has a default original file uploading path, but the original file uploading path has a fixed uploading path, the file uploading range of the original file uploading path has certain limitation, and the target rich text file cannot be uploaded to the storage position of the target file, so that the judgment needs to be made.
And the path configuration module 40 is configured to, when the target rich text file cannot be uploaded to the target file storage location by the original file upload path that is defaulted by the UEditor editor, reconfigure the original file upload path to obtain a target file upload path, and store the target file upload path to the specified address.
The original file uploading path is reconfigured to obtain a target file uploading path which can upload the target rich text file to a target file storage position, and the target rich text file can be uploaded to the target file storage position according to the guidance of the target file uploading path. In addition, the target file uploading path is stored to the designated address, and the target file uploading path can be acquired at the designated address when the target file uploading path is needed next time without reconfiguring the original file uploading path. Specifically, a numerical value corresponding to the serverUrl in the register.
And the file uploading module 50 is configured to upload the target rich text file to the target file storage location according to the target file uploading path.
FIG. 3 is a diagram illustrating an internal structure of a computer device in one embodiment. The computer device may specifically be a terminal, and may also be a server. As shown in fig. 3, the computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the memory includes a non-volatile storage medium and an internal memory. The non-volatile storage medium of the computer device stores an operating system and may further store a computer program, and when the computer program is executed by the processor, the computer program may cause the processor to implement the method for uploading the rich text file. The internal memory may also store a computer program, and when the computer program is executed by the processor, the processor may execute the method for uploading the rich text file. Those skilled in the art will appreciate that the architecture shown in fig. 3 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In another embodiment, a computer device is presented, comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to perform the steps of:
configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters; receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file; if the target rich text file cannot be uploaded to the target file storage position through the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address; and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
In another embodiment, a computer-readable storage medium is proposed, in which a computer program is stored which, when executed by a processor, causes the processor to carry out the steps of:
configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters; receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter; judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file; if the target rich text file cannot be uploaded to the target file storage position through the default original file uploading path of the UEditor editor, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address; and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
The invention configures a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, receives a target rich text file to be uploaded through the target access interface, reconfigures an original file uploading path to obtain a target file uploading path, and finally uploads the target rich text file to a target file storage position according to the target file uploading path, when the original file uploading path cannot meet the current file uploading requirement, the original file uploading path can be reconfigured, the target rich text file is uploaded to a specified target file storage position, and simultaneously the path can be dynamically changed in real time without restarting service, namely the invention can realize free configuration of the file uploading path, jump out of a project, store pictures outside a server, such as a specified disc character, and simultaneously process the uploaded files correspondingly as required, the aim of flexibly uploading file resources is fulfilled.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. Non-volatile memory can include read-only memory (ROM), Programmable ROM (PROM), Electrically Programmable ROM (EPROM), Electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), direct bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present application. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.
Claims (10)
1. A method for uploading a rich text file is characterized in that the method is based on a UEditor editor for uploading the file and comprises the following steps:
configuring a background unified access interface corresponding to a UEditor editor into a self-defined target access interface, so that the target access interface can receive a target rich text file containing file type detection parameters;
receiving the target rich text file to be uploaded through the target access interface, and detecting a target file type corresponding to the target rich text file by using the file type detection parameter;
judging whether the target rich text file can be uploaded to a target file storage position by the default original file uploading path of the UEditor editor according to the type of the target file;
if not, reconfiguring the original file uploading path to obtain a target file uploading path, and storing the target file uploading path to a specified address;
and uploading the target rich text file to the storage position of the target file according to the target file uploading path.
2. The method for uploading the rich text file according to claim 1, wherein if the original file uploading path default by the editor can upload the target rich text file to the target file storage location, the method comprises:
and uploading the target rich text file to a target file storage position according to the original file uploading path.
3. The method for uploading the rich text file according to claim 1, wherein reconfiguring the original file upload path to obtain a target file upload path comprises:
acquiring a public file uploading path corresponding to the original file uploading path;
and modifying the designated path parameters corresponding to the public file uploading path according to the storage position of the target file to obtain the target file uploading path.
4. The method for uploading the rich text file according to claim 1, wherein the saving the target file uploading path to a specified address comprises:
and storing the target file uploading path to a specified database or a persistent cache, and marking the target file uploading path as a specified file uploading path corresponding to the target rich text file.
5. The method for uploading the rich text file according to claim 4, wherein the uploading the target rich text file to a target file storage location according to the original file uploading path, then comprises:
when an instruction for uploading the target rich text file is received next time, directly acquiring the specified file uploading path from the specified database or the persistent cache;
and uploading the target rich text file to the storage position of the target file according to the specified file uploading path.
6. The method for uploading the rich text file according to claim 1, wherein the configuring the background unified access interface corresponding to the editor as a customized target access interface comprises:
acquiring a server unified request interface path corresponding to a background unified access interface corresponding to the UEditor editor;
and modifying the unified request interface path of the server into the self-defined target access interface according to the file format corresponding to the target rich text file.
7. The method for uploading the rich text file according to claim 1, before the uploading the target rich text file to the target file storage location according to the target file uploading path, comprising:
storing the target rich text file, and judging whether the size corresponding to the target rich text file meets the preset size requirement or not;
if not, the size corresponding to the target rich text file is changed, and the target rich text file with the size being the target size is obtained.
8. An uploading device of rich text files is characterized in that the uploading device uploads files based on a UEditor editor, and comprises:
the interface configuration module is used for configuring a background unified access interface corresponding to the UEditor editor into a self-defined target access interface so that the target access interface can receive a target rich text file containing file type detection parameters;
the type detection module is used for receiving the target rich text file to be uploaded through the target access interface and detecting a target file type corresponding to the target rich text file by using the file type detection parameter;
the path judgment module is used for judging whether the default original file uploading path of the UEditor editor can upload the target rich text file to a target file storage position according to the type of the target file;
the path configuration module is used for reconfiguring the original file uploading path to obtain a target file uploading path and storing the target file uploading path to a specified address when the target rich text file cannot be uploaded to a target file storage position by the original file uploading path which is defaulted by the UEditor editor;
and the file uploading module is used for uploading the target rich text file to the storage position of the target file according to the target file uploading path.
9. A computer-readable storage medium, characterized in that a computer program is stored which, when being executed by a processor, causes the processor to carry out the steps of the method for uploading a rich text file according to any one of claims 1 to 7.
10. A computer arrangement, characterized by comprising a memory and a processor, the memory storing a computer program which, when executed by the processor, causes the processor to carry out the steps of the method of uploading rich text files according to any of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011014073.8A CN112291300B (en) | 2020-09-24 | 2020-09-24 | Method and device for uploading rich text file |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011014073.8A CN112291300B (en) | 2020-09-24 | 2020-09-24 | Method and device for uploading rich text file |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112291300A true CN112291300A (en) | 2021-01-29 |
CN112291300B CN112291300B (en) | 2022-12-06 |
Family
ID=74421322
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011014073.8A Active CN112291300B (en) | 2020-09-24 | 2020-09-24 | Method and device for uploading rich text file |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112291300B (en) |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040205644A1 (en) * | 2000-12-29 | 2004-10-14 | International Business Machines Corporation | Method and system for allowing in place editing of office documents in a place |
US20040268235A1 (en) * | 2003-06-26 | 2004-12-30 | International Business Machines Corporation | Rich text handling for a web application |
CN107122463A (en) * | 2017-04-27 | 2017-09-01 | 努比亚技术有限公司 | File saving method and device |
CN108089847A (en) * | 2017-12-14 | 2018-05-29 | 易知成都数据服务有限公司 | A kind of Components Development method based on ElementUI and UEditor rich texts |
CN109450970A (en) * | 2018-09-27 | 2019-03-08 | 深圳点猫科技有限公司 | Method of the transmitting file to background server, electronic equipment on language based on programming |
CN109962958A (en) * | 2017-12-26 | 2019-07-02 | 上海全土豆文化传播有限公司 | Document processing method and device |
CN110806863A (en) * | 2019-11-05 | 2020-02-18 | 泰康保险集团股份有限公司 | Interface document generation method and device, electronic equipment and storage medium |
WO2020119434A1 (en) * | 2018-12-15 | 2020-06-18 | 深圳壹账通智能科技有限公司 | Method and apparatus for interface data processing, method and apparatus for automated testing, device, and medium |
CN111666742A (en) * | 2019-03-07 | 2020-09-15 | 阿里巴巴集团控股有限公司 | Rich text processing method and device, electronic equipment and storage medium |
-
2020
- 2020-09-24 CN CN202011014073.8A patent/CN112291300B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040205644A1 (en) * | 2000-12-29 | 2004-10-14 | International Business Machines Corporation | Method and system for allowing in place editing of office documents in a place |
US20040268235A1 (en) * | 2003-06-26 | 2004-12-30 | International Business Machines Corporation | Rich text handling for a web application |
CN107122463A (en) * | 2017-04-27 | 2017-09-01 | 努比亚技术有限公司 | File saving method and device |
CN108089847A (en) * | 2017-12-14 | 2018-05-29 | 易知成都数据服务有限公司 | A kind of Components Development method based on ElementUI and UEditor rich texts |
CN109962958A (en) * | 2017-12-26 | 2019-07-02 | 上海全土豆文化传播有限公司 | Document processing method and device |
CN109450970A (en) * | 2018-09-27 | 2019-03-08 | 深圳点猫科技有限公司 | Method of the transmitting file to background server, electronic equipment on language based on programming |
WO2020119434A1 (en) * | 2018-12-15 | 2020-06-18 | 深圳壹账通智能科技有限公司 | Method and apparatus for interface data processing, method and apparatus for automated testing, device, and medium |
CN111666742A (en) * | 2019-03-07 | 2020-09-15 | 阿里巴巴集团控股有限公司 | Rich text processing method and device, electronic equipment and storage medium |
CN110806863A (en) * | 2019-11-05 | 2020-02-18 | 泰康保险集团股份有限公司 | Interface document generation method and device, electronic equipment and storage medium |
Non-Patent Citations (3)
Title |
---|
M00GZILLA: "Simple example of UEditor for picture upload", 《HTTPS://PROGRAMMER.INK/THINK/SIMPLE-EXAMPLE-OF-UEDITOR-FOR-PICTURE-UPLOAD.HTML》 * |
WJIAOLONG136: "Ueditor(三):将图片上传至项目外的目录", 《WWW.ITEYE.COM/BLOG/1017401036-2377143》 * |
宋建;史纪强;田百仁;王文蔚: "一种基于UEditor的CMS附件管理方法", 《中国管理信息化》 * |
Also Published As
Publication number | Publication date |
---|---|
CN112291300B (en) | 2022-12-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109347675B (en) | Server configuration method and device and electronic equipment | |
CN110209652B (en) | Data table migration method, device, computer equipment and storage medium | |
CN109800154B (en) | Test data loading method and device, computer equipment and storage medium | |
CN112637346A (en) | Proxy method, device, proxy server and storage medium | |
US20150024720A1 (en) | Remote Testing Through Third Party Devices | |
CN111147586B (en) | Equipment end control method and device and conference system | |
CN111881150A (en) | Web application program offline data processing method and device | |
CN114756306A (en) | Service calling method, device, equipment and storage medium | |
US10938773B2 (en) | Method and apparatus for synchronizing contact information and medium | |
CN111381913A (en) | Front-end multi-language loading adaptation method and device, computer equipment and storage medium | |
CN112702195A (en) | Gateway configuration method, electronic device and computer readable storage medium | |
CN114048169A (en) | Document access method, device, server and storage medium | |
CN114745146B (en) | Jump interception method, apparatus, readable storage medium and device | |
CN112291300B (en) | Method and device for uploading rich text file | |
US10394482B2 (en) | Snap tree arbitrary replication | |
CN113094077A (en) | System differential upgrading method and device, intelligent terminal and storage medium | |
CN104516883A (en) | Webpage sharing method, device and system | |
CN113934954A (en) | Webpage first screen rendering method and device in application program | |
CN113890881A (en) | Method, system, storage medium and equipment for quickly uploading mirror image of virtual machine | |
US11379653B2 (en) | Rendering method for on-demand loading of PDF file on network | |
CN110362773B (en) | Cross-domain communication method, device, computer equipment and storage medium | |
CN112579006A (en) | Data storage life cycle management method and system | |
CN110196724B (en) | File loading method, terminal, server, computer equipment and storage medium | |
CN113849195A (en) | Application program loading method and device, storage medium and terminal | |
CN113407301A (en) | Virtual machine monitoring method, system, storage medium and equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |