WO2013060243A1 - Network file uploading method, apparatus and system - Google Patents

Network file uploading method, apparatus and system Download PDF

Info

Publication number
WO2013060243A1
WO2013060243A1 PCT/CN2012/082993 CN2012082993W WO2013060243A1 WO 2013060243 A1 WO2013060243 A1 WO 2013060243A1 CN 2012082993 W CN2012082993 W CN 2012082993W WO 2013060243 A1 WO2013060243 A1 WO 2013060243A1
Authority
WO
WIPO (PCT)
Prior art keywords
network file
file
uploading
network
upload
Prior art date
Application number
PCT/CN2012/082993
Other languages
French (fr)
Chinese (zh)
Inventor
陈善席
Original Assignee
华为技术有限公司
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by 华为技术有限公司 filed Critical 华为技术有限公司
Publication of WO2013060243A1 publication Critical patent/WO2013060243A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1097Protocols in which an application is distributed across nodes in the network for distributed storage of data in networks, e.g. transport arrangements for network file system [NFS], storage area networks [SAN] or network attached storage [NAS]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/52Network services specially adapted for the location of the user terminal

Definitions

  • the present invention relates to the field of data transmission technologies, and in particular, to a network file uploading method, apparatus, and system. Background technique
  • the network server In the current network environment, a large part of the network server has the interactive capability, that is, the network server not only provides information to the user terminal, but also receives information of the user terminal, for example, the network server receives feedback from the user terminal, and the network server receives the modified content of the user terminal.
  • the network file interaction process between the user terminal and the network server is that the user terminal downloads the required file from the network server, and the file is modified. After the modification is completed, the file is uploaded and submitted to the network server.
  • the interaction process is implemented by using an operation button provided on a webpage or an application.
  • the specific process is: after receiving the external download instruction, the user terminal downloads the file from the network server to the local, and after receiving the external modification instruction, the user terminal After the download is completed, the file is downloaded to the local file for modification.
  • the user terminal After receiving the external deletion command, the user terminal deletes the file on the network server side, and after receiving the external upload command, the user terminal uploads the modified local file to the The network server, after receiving the external confirmation command, sends the entire process completion instruction to the network server.
  • the embodiment of the invention provides a network file uploading method, device and system, which can solve the problem that the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server. A complex problem with the interaction process.
  • a network file uploading method includes: - - obtaining network file registration information, where the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file;
  • the network file after the operation is completed is uploaded to the server pointed to by the uploading address from the location corresponding to the saving path.
  • a network file uploading device includes:
  • the obtaining module is configured to obtain network file registration information, where the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file;
  • a monitoring module configured to monitor whether an operation occurring on a network file acquired by the acquiring module reaches the uploading condition
  • the uploading module is configured to: after the monitoring module monitors that the user terminal operates the network file and reaches the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path The server pointed to by the address is uploaded.
  • a network file uploading system comprising the above network file uploading device, and a network server for providing a network file downloading service to the network file uploading device and receiving a network file uploaded by the network file uploading device.
  • the network file uploading method, device and system provided by the embodiment of the present invention, by monitoring whether the operation occurring on the network file reaches the uploading condition, monitoring the user terminal to operate the network file and reaching the file uploading After the condition, the network file after the operation is uploaded to the server pointed to by the upload address, and the automatic upload of the network file is realized.
  • the embodiment of the present invention can solve the problem that the interaction process is complicated because the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server.
  • FIG. 1 is a flowchart of a method for uploading a network file according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for uploading a network file according to another embodiment of the present invention.
  • FIG. 3 is a schematic structural diagram 1 of a network file uploading apparatus according to an embodiment of the present invention
  • FIG. 4 is a schematic structural diagram 2 of a network file uploading apparatus according to an embodiment of the present invention
  • FIG. Schematic is a schematic structural diagram 1 of a network file uploading apparatus according to an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of a network file uploading system using a computer and a network server as an application scenario according to an embodiment of the present invention.
  • a method for uploading a network file includes: Step 101: Acquire network file registration information.
  • the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file.
  • Step 102 Monitor whether an operation occurring on the network file reaches the upload condition. Specifically, monitoring whether an operation occurring on the network file is included in a specified operation in a file system deployed in a user terminal, if the operation occurring on the network file is included in a specified operation in the file system Then, the operation on the network file reaches the upload condition.
  • Step 1 03 After monitoring the operation of the network file by the user terminal and reaching the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path One-to-one address points to the server upload.
  • the embodiment of the present invention after monitoring whether the operation occurring on the network file reaches the uploading condition, after monitoring the user terminal to operate the network file and reaching the file uploading condition, The network file after the operation is uploaded to the server pointed to by the upload address, and the automatic upload of the network file is realized.
  • the embodiment of the present invention can solve the problem that the interaction process of the network terminal in the prior art requires the user terminal to perform strict multi-step operation in the prior art, and the interaction process is complicated.
  • a method for uploading a network file includes the following steps: Step 201: Download a network file to a local device, and obtain a local storage path of the network file and an upload address of the network file.
  • the user terminal performs downloading by using an operation button provided in the webpage, where the operation button has a webpage code that points to an upload address of the network file, thereby acquiring an upload address of the network file, and the uploading address points to the network server.
  • the local save path of the obtained network file may be determined when the user terminal downloads the network file, but is not limited thereto.
  • the local save path can be, for example: E: ⁇ New folder ⁇ Network file, but not limited to this.
  • Step 202 Search for a specified operation corresponding to the file format in the file system according to a file format of the network file, and obtain an upload condition of the network file.
  • the user terminal stores a correspondence between a file format of the network file and a specified operation of the file format.
  • the user terminal manages the network file by using a virtual file system (VFS) deployed in the user terminal, and the VFS can load and use various file systems.
  • File system The system has its own file operation data structure.
  • the file format of the network file is obtained through the VFS, and the operation of the file format can be found, for example: the text file (TXT) has "new"",””save”,”open”,”exit", etc., where “save” and “exit” can be used as upload conditions for network files, but are not limited to this.
  • Step 203 After receiving the external operation instruction, perform an operation on the network file downloaded to the local.
  • the operation may be: adding data to the table, deleting the data in the table, and modifying the data in the table, but is not limited thereto.
  • Step 204 After monitoring the operation of the network file by the user terminal and reaching the uploading condition, verify that the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file.
  • step 205 If the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file, go to step 205, if the content of the network file after the operation of the network file and the content of the network file after the operation of the last network file If not, perform step 206.
  • Step 205 The network file is not uploaded.
  • Step 206 Upload the network file after the operation is completed to the server pointed to by the upload address from a location corresponding to the local save path of the network file.
  • the current network file is not uploaded, thereby avoiding wasting network bandwidth and improving the working efficiency of the entire system.
  • the embodiment of the present invention can solve the network text between the user terminal and the network server in the prior art to some extent.
  • An interactive process requires the user terminal to perform strict multi-step operations, and the interaction process is complicated.
  • the network file uploading device provided by the embodiment of the present invention, as shown in FIG. 3, includes:
  • the obtaining module 31 is configured to obtain network file registration information.
  • the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file.
  • a local storage path of the network file For the specific implementation, refer to step 101 in Figure 1, and no further details are provided here.
  • the monitoring module 32 is configured to monitor whether an operation occurring on the network file acquired by the obtaining module 31 reaches the uploading condition. For the specific implementation, refer to step 102 in Figure 1, and details are not described here.
  • the uploading module 33 is configured to: after the monitoring module 32 monitors that the user terminal operates the network file and reaches the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path
  • the server pointed to by the address is uploaded.
  • the obtaining module 31 includes:
  • the first obtaining sub-module 311 is configured to download a network file to the local device, obtain a local storage path of the network file, and upload an upload address of the network file. For details, refer to step 201 in Figure 2, and details are not described here.
  • the second obtaining sub-module 312 is configured to search for a specified operation corresponding to the file format in the file system according to a file format of the network file, and obtain an uploading condition of the network file. For details, refer to step 202 in Figure 1, and no further details are provided here.
  • the uploading module 33 includes:
  • the verification sub-module 331 is configured to verify whether the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file. For details, refer to Step 204 to Step 206 in Figure 1, which is not mentioned here.
  • the uploading sub-module 332 is configured to verify, after the verification sub-module 331, that the content of the network file after the operation of the network file is different from the content of the network file after the operation of the last network file, from the save path. At the location corresponding to the path, the network file after the operation is completed is uploaded to the server pointed to by the upload address.
  • the network file uploading device may be a terminal device, such as a computer (specifically, a laptop laptop, a database user terminal) or a mobile phone (specifically, a smart phone). Wait, but not limited to this.
  • a terminal device such as a computer (specifically, a laptop laptop, a database user terminal) or a mobile phone (specifically, a smart phone). Wait, but not limited to this.
  • the object I carrier supporting the network file uploading function of the present invention may specifically be a file uploading plug-in, such as a P 1 up 1 oa d file uploading plugin and an AjaxF i leUp load file uploading plugin.
  • a file uploading plug-in such as a P 1 up 1 oa d file uploading plugin and an AjaxF i leUp load file uploading plugin.
  • the network file uploading function of the embodiment of the present invention is provided when the ordinary computer is loaded with the aforementioned plug-in.
  • the monitoring module acquires the registration information of the network file by using the acquiring module, and the monitoring module monitors whether the operation occurring on the network file reaches the uploading condition, and monitors the user terminal to perform the network file. After the operation and the file uploading condition is reached, the uploading module uploads the operated network file to the server pointed to by the uploading address, and implements automatic uploading of the network file.
  • the embodiment of the present invention can solve the problem that the interaction process is complicated because the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server.
  • the network file uploading system provided by the embodiment of the present invention, as shown in FIG. 5, includes the network file uploading apparatus 51 provided by the foregoing embodiment, and is configured to provide a network file downloading service and receive the network for the network file uploading apparatus 51.
  • FIG. 6 is a schematic diagram of an application scenario of a network file uploading system according to an embodiment of the present invention, where the computer is a physical form of the network file uploading device according to the embodiment of the present invention, and specifically, the computer may be deployed with support.
  • the network file uploading system obtains the registration information of the network file through the network file uploading device in the system, and monitors whether the operation occurring on the network file reaches the uploading condition. After the network file uploading device monitors the operation of the network file by the user terminal and reaches the file uploading condition, the network file uploading device uploads the operated network file to the network server pointed to by the uploading address to implement Automatic upload of network files.
  • the embodiment of the present invention can solve the problem that the interaction process of the user terminal requires a strict multi-step operation by the user terminal in the prior art, because the network file interaction process between the user terminal and the network server is complicated.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

Disclosed are a network file uploading method, apparatus and system, relating to the technical field of data transmission and solving the problem in the prior art that the network file interaction process between a user terminal and a network server is complicated to some extent. The network file uploading method includes: acquiring network file register information which includes a local storage path of a network file, an upload condition of the network file and an upload address of the network file; monitoring whether an operation applied on the network file has reached the upload condition; and after it is monitored that a user terminal operates the network file and has reached the upload condition, uploading the operation-completed network file to a server to which the upload address points at a location corresponding to the storage path. The present invention is applicable to the technical field of data transmission, such as network file uploading.

Description

一 一 网络文件上传方法、 装置及*** 技术领域  Network file uploading method, device and system
本发明涉及数据传输技术领域,尤其涉及网络文件上传方法、装置及***。 背景技术  The present invention relates to the field of data transmission technologies, and in particular, to a network file uploading method, apparatus, and system. Background technique
当前网络环境中,很大一部分网络服务器具有交互能力, 即网络服务器不 仅向用户终端提供信息, 同时还可以接收用户终端的信息, 例如网络服务器接 收用户终端的反馈、 网络服务器接收用户终端的修改内容。 目前用户终端与网 络服务器之间的网络文件交互过程为用户终端从网络服务器上下载所需文件, 对所述文件进行修改, 修改完成后上传所述文件并提交给网络服务器。  In the current network environment, a large part of the network server has the interactive capability, that is, the network server not only provides information to the user terminal, but also receives information of the user terminal, for example, the network server receives feedback from the user terminal, and the network server receives the modified content of the user terminal. . At present, the network file interaction process between the user terminal and the network server is that the user terminal downloads the required file from the network server, and the file is modified. After the modification is completed, the file is uploaded and submitted to the network server.
上述交互过程通过网页或应用程序上提供的操作按钮实现, 其具体过程 为, 在接收到外部下载指令后, 用户终端从网路服务器下载文件到本地, 在接 收到外部修改指令后, 用户终端对下载完毕后下载到本地的文件进行修改,在 接收到外部删除指令后, 用户终端删除网络服务器侧的文件,在接收到外部上 传指令后, 用户终端将所述修改完毕后的本地的文件上传到所述网络服务器, 在接收到外部确认指令后, 用户终端向网络服务器发送全部过程完成指令。  The interaction process is implemented by using an operation button provided on a webpage or an application. The specific process is: after receiving the external download instruction, the user terminal downloads the file from the network server to the local, and after receiving the external modification instruction, the user terminal After the download is completed, the file is downloaded to the local file for modification. After receiving the external deletion command, the user terminal deletes the file on the network server side, and after receiving the external upload command, the user terminal uploads the modified local file to the The network server, after receiving the external confirmation command, sends the entire process completion instruction to the network server.
在实现本发明实施例的过程中, 发明人发现现有技术中至少存在如下问 题:  In the process of implementing the embodiments of the present invention, the inventors have found that at least the following problems exist in the prior art:
现有技术的用户终端与网络服务器之间的网络文件交互过程需要用户终端进 行严格的多步操作实现, 交互过程复杂。 发明内容 The network file interaction process between the user terminal and the network server in the prior art requires the user terminal to perform strict multi-step operations, and the interaction process is complicated. Summary of the invention
本发明的实施例提供一种网络文件上传方法、装置及***, 能够一定程度 上解决现有技术中由于用户终端与网络服务器之间的网络文件交互过程需要 用户终端进行严格的多步操作实现, 交互过程复杂的问题。  The embodiment of the invention provides a network file uploading method, device and system, which can solve the problem that the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server. A complex problem with the interaction process.
为达到上述目的, 本发明的实施例釆用如下技术方案:  In order to achieve the above object, embodiments of the present invention use the following technical solutions:
一种网络文件上传方法, 包括: - - 获取网络文件注册信息,所述网络文件注册信息包括网络文件在本地的保 存路径、 网络文件的上传条件及网络文件的上传地址; A network file uploading method includes: - - obtaining network file registration information, where the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file;
监控发生在所述网络文件上的操作是否达到所述上传条件;  Monitoring whether an operation occurring on the network file reaches the upload condition;
在监控到用户终端对网络文件进行操作并达到所述上传条件后,从所述保 存路径对应的位置上,将所述操作完成后的网络文件向所述上传地址指向的服 务器上传。  After monitoring the operation of the network file by the user terminal and reaching the uploading condition, the network file after the operation is completed is uploaded to the server pointed to by the uploading address from the location corresponding to the saving path.
一种网络文件上传装置, 包括:  A network file uploading device includes:
获取模块, 用于获取网络文件注册信息, 所述网络文件注册信息包括网络 文件在本地的保存路径、 网络文件的上传条件及网络文件的上传地址;  The obtaining module is configured to obtain network file registration information, where the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file;
监控模块,用于监控发生在所述获取模块获取的网络文件上的操作是否达 到所述上传条件;  a monitoring module, configured to monitor whether an operation occurring on a network file acquired by the acquiring module reaches the uploading condition;
上传模块,用于在所述监控模块监控到用户终端对网络文件进行操作并达 到所述上传条件后,从所述保存路径对应的位置上,将所述操作完成后的网络 文件向所述上传地址指向的服务器上传。  The uploading module is configured to: after the monitoring module monitors that the user terminal operates the network file and reaches the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path The server pointed to by the address is uploaded.
一种网络文件上传***, 包括上述的网络文件上传装置, 及用于为所述网 络文件上传装置提供网络文件下载服务和接收所述网络文件上传装置上传的 网络文件的网络服务器。  A network file uploading system, comprising the above network file uploading device, and a network server for providing a network file downloading service to the network file uploading device and receiving a network file uploaded by the network file uploading device.
本发明实施例提供的网络文件上传方法、装置及***, 由于通过监控发生 在所述网络文件上的操作是否达到所述上传条件,在监控到用户终端对网络文 件进行操作并达到所述文件上传条件后,将操作后的网络文件向所述上传地址 指向的服务器上传, 实现了网络文件的自动上传。 与现有技术相比, 本发明实 施例能够一定程度上解决现有技术中由于用户终端与网络服务器之间的网络 文件交互过程需要用户终端进行严格的多步操作实现, 交互过程复杂的问题。 附图说明  The network file uploading method, device and system provided by the embodiment of the present invention, by monitoring whether the operation occurring on the network file reaches the uploading condition, monitoring the user terminal to operate the network file and reaching the file uploading After the condition, the network file after the operation is uploaded to the server pointed to by the upload address, and the automatic upload of the network file is realized. Compared with the prior art, the embodiment of the present invention can solve the problem that the interaction process is complicated because the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server. 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 embodiments or the prior art description will be briefly described below. Obviously, the following description will be described. The drawings in the drawings are only some of the embodiments of the present invention, and those skilled in the art can obtain other drawings according to the drawings without any inventive labor.
图 1为本发明实施例提供的网络文件上传方法的流程图;  FIG. 1 is a flowchart of a method for uploading a network file according to an embodiment of the present invention;
图 2为本发明又一实施例提供的网络文件上传方法的流程图;  2 is a flowchart of a method for uploading a network file according to another embodiment of the present invention;
图 3为本发明实施例提供的网络文件上传装置的结构示意图一; 图 4为本发明实施例提供的网络文件上传装置的结构示意图二; 图 5为本发明实施例提供的网络文件上传***的结构示意图;  FIG. 3 is a schematic structural diagram 1 of a network file uploading apparatus according to an embodiment of the present invention; FIG. 4 is a schematic structural diagram 2 of a network file uploading apparatus according to an embodiment of the present invention; FIG. Schematic;
图 6 为本发明实施例提供的网络文件上传***以计算机及网路服务器为 应用场景的示意图。  FIG. 6 is a schematic diagram of a network file uploading system using a computer and a network server as an application scenario according to an embodiment of the present invention.
具体实施方式 detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清 楚、 完整地描述, 显然, 所描述的实施例仅仅是本发明一部分实施例, 而不是 全部的实施例。基于本发明中的实施例, 本领域普通技术人员在没有作出创造 性劳动前提下所获得的所有其他实施例, 都属于本发明保护的范围。  BRIEF DESCRIPTION OF THE DRAWINGS The technical solutions in the embodiments of the present invention will be described in detail below with reference to the accompanying drawings. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments of the present invention without creative work are within the scope of the present invention.
为使本发明技术方案的优点更加清楚,下面结合附图和实施例对本发明作 详细说明。  In order to make the advantages of the technical solutions of the present invention clearer, the present invention will be described in detail below with reference to the accompanying drawings and embodiments.
如图 1所示, 本发明实施例提供的网络文件上传方法, 所述方法包括: 步骤 101、 获取网络文件注册信息。  As shown in FIG. 1 , a method for uploading a network file according to an embodiment of the present invention includes: Step 101: Acquire network file registration information.
其中, 所述网络文件注册信息包括网络文件在本地的保存路径、 网络文件 的上传条件及网络文件的上传地址。  The network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file.
步骤 102、 监控发生在所述网络文件上的操作是否达到所述上传条件。 具体的,监控发生在所述网络文件上的操作是否包含于用户终端中部署的 文件***中的指定操作,如果所述发生在所述网络文件上的操作包含于所述文 件***中的指定操作, 则所述网络文件上的操作达到了所述上传条件。  Step 102: Monitor whether an operation occurring on the network file reaches the upload condition. Specifically, monitoring whether an operation occurring on the network file is included in a specified operation in a file system deployed in a user terminal, if the operation occurring on the network file is included in a specified operation in the file system Then, the operation on the network file reaches the upload condition.
步骤 1 03、 在监控到用户终端对网络文件进行操作并达到所述上传条件 后,从所述保存路径对应的位置上,将所述操作完成后的网络文件向所述上传 一 一 地址指向的服务器上传。 Step 1 03: After monitoring the operation of the network file by the user terminal and reaching the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path One-to-one address points to the server upload.
可见, 本发明实施例提供的网络文件上传方法, 由于通过监控发生在所述 网络文件上的操作是否达到所述上传条件,在监控到用户终端对网络文件进行 操作并达到所述文件上传条件后,将操作后的网络文件向所述上传地址指向的 服务器上传, 实现了网络文件的自动上传。 与现有技术相比, 本发明实施例能 够一定程度上解决现有技术中由于用户终端与网络服务器之间的网络文件交 互过程需要用户终端进行严格的多步操作实现, 交互过程复杂的问题。  It can be seen that, in the network file uploading method provided by the embodiment of the present invention, after monitoring whether the operation occurring on the network file reaches the uploading condition, after monitoring the user terminal to operate the network file and reaching the file uploading condition, The network file after the operation is uploaded to the server pointed to by the upload address, and the automatic upload of the network file is realized. Compared with the prior art, the embodiment of the present invention can solve the problem that the interaction process of the network terminal in the prior art requires the user terminal to perform strict multi-step operation in the prior art, and the interaction process is complicated.
为了使得本领域的技术人员更好的理解本发明实施例提供过的技术方案, 下面将通过又一个具体实例来进一步介绍本发明实施例中提供的网络文件上 传方法。  In order to enable a person skilled in the art to better understand the technical solutions provided by the embodiments of the present invention, the network file uploading method provided in the embodiments of the present invention will be further described by way of yet another specific example.
如图 2所示,本发明又一实施例提供的网络文件上传方法,所述方法包括: 步骤 201、 下载网络文件到本地, 获取网络文件在本地的保存路径及网络 文件的上传地址。  As shown in FIG. 2, a method for uploading a network file according to another embodiment of the present invention includes the following steps: Step 201: Download a network file to a local device, and obtain a local storage path of the network file and an upload address of the network file.
其中所述获取网络文件在本地的保存路径及网络文件的上传地址的方式 有多种, 例如:  There are various ways to obtain a local save path of a network file and an upload address of a network file, for example:
用户终端通过网络页面中提供的操作按钮来进行下载,所述操作按钮带有 指向所述网络文件的上传地址的网络页面代码 ,从而获取到网络文件的上传地 址, 所述上传地址指向网络服务器, 而获取网络文件在本地的保存路径可以是 通过用户终端下载网络文件时确定, 但不仅局限于此。  The user terminal performs downloading by using an operation button provided in the webpage, where the operation button has a webpage code that points to an upload address of the network file, thereby acquiring an upload address of the network file, and the uploading address points to the network server. The local save path of the obtained network file may be determined when the user terminal downloads the network file, but is not limited thereto.
其中, 本地的保存路径可以是, 例如: E: \新建文件夹 \网络文件, 但不仅 局限于此。  Wherein, the local save path can be, for example: E:\New folder\Network file, but not limited to this.
步骤 202、根据网络文件的文件格式查找文件***中对应于所述文件格式 的指定操作, 获取网络文件的上传条件。 其中, 用户终端保存有网络文件的文 件格式与所述文件格式的指定操作之间的对应关系。具体的, 用户终端通过部 署在用户终端中的虚拟文件***(Vi r tua l F i le Sys tems , VFS ) 来管理所 述网络文件, VFS能够实现对各种不同的文件***进行加载使用, 每个文件系 统都有自己的文件操作数据结构,在用户终端下载网络文件后, 通过 VFS获取 到所述网络文件的文件格式, 查找所述文件格式可进行的操作, 例如: 文本文 档 (TXT ) 具有 "新建"、 "保存"、 "打开"、 "退出" 等操作, 其中, "保存"、 "退出" 可以作为网络文件的上传条件, 但不仅局限于此。 Step 202: Search for a specified operation corresponding to the file format in the file system according to a file format of the network file, and obtain an upload condition of the network file. The user terminal stores a correspondence between a file format of the network file and a specified operation of the file format. Specifically, the user terminal manages the network file by using a virtual file system (VFS) deployed in the user terminal, and the VFS can load and use various file systems. File system The system has its own file operation data structure. After the user terminal downloads the network file, the file format of the network file is obtained through the VFS, and the operation of the file format can be found, for example: the text file (TXT) has "new"",""save","open","exit", etc., where "save" and "exit" can be used as upload conditions for network files, but are not limited to this.
步骤 203、在接收到外部操作指令后,对下载到本地的网络文件进行操作。 具体的, 以网络文件为工作表文件 (Exce l ) 为例, 所述操作可以是: 向 表格中增加数据、 删除表格中的数据、 修改表格中的数据, 但不仅局限于此。  Step 203: After receiving the external operation instruction, perform an operation on the network file downloaded to the local. Specifically, taking the network file as the worksheet file (Exce l) as an example, the operation may be: adding data to the table, deleting the data in the table, and modifying the data in the table, but is not limited thereto.
步骤 204、 在监控到用户终端对网络文件进行操作并达到所述上传条件 后,校验本次网络文件操作后的网络文件内容与上一次网络文件操作后的网络 文件内容是否相同。  Step 204: After monitoring the operation of the network file by the user terminal and reaching the uploading condition, verify that the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file.
如果本次网络文件操作后的网络文件内容与上一次网络文件操作后的网 络文件内容相同, 执行步骤 205 , 如果本次网络文件操作后的网络文件内容与 上一次网络文件操作后的网络文件内容不相同, 执行步骤 206。  If the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file, go to step 205, if the content of the network file after the operation of the network file and the content of the network file after the operation of the last network file If not, perform step 206.
步骤 205、 不上传所述网络文件。  Step 205: The network file is not uploaded.
步骤 206、 从所述网络文件在本地的保存路径对应的位置上, 将所述操作 完成后的网络文件向所述上传地址指向的服务器上传。  Step 206: Upload the network file after the operation is completed to the server pointed to by the upload address from a location corresponding to the local save path of the network file.
值得说明的是, 上述方法可以应用到网站、浏览器及应用程序的网络文件 传输。  It is worth noting that the above method can be applied to network file transfer of websites, browsers and applications.
通过步骤 204-步骤 206使得如果本次上传的网络文件内容与上一次上传 的网络文件内容相同, 则不上传本次的网络文件, 避免浪费网络带宽, 提高整 个***的工作效率。  If the content of the network file uploaded this time is the same as the content of the network file uploaded last time, the current network file is not uploaded, thereby avoiding wasting network bandwidth and improving the working efficiency of the entire system.
可见, 本发明又一实施例提供的网络文件上传方法, 由于通过监控发生在 所述网络文件上的操作是否达到所述上传条件,在监控到用户终端对网络文件 进行操作并达到所述文件上传条件后,将操作后的网络文件向所述上传地址指 向的服务器上传, 实现了网络文件的自动上传。 与现有技术相比, 本发明实施 例能够一定程度上解决现有技术中由于用户终端与网络服务器之间的网络文 一 一 件交互过程需要用户终端进行严格的多步操作实现, 交互过程复杂的问题。 It can be seen that, in another method for uploading a network file according to another embodiment of the present invention, by monitoring whether an operation occurring on the network file reaches the uploading condition, the user terminal is monitored to operate the network file and the file upload is reached. After the condition, the network file after the operation is uploaded to the server pointed to by the upload address, and the automatic upload of the network file is realized. Compared with the prior art, the embodiment of the present invention can solve the network text between the user terminal and the network server in the prior art to some extent. An interactive process requires the user terminal to perform strict multi-step operations, and the interaction process is complicated.
本发明实施例提供的网络文件上传装置, 如图 3所示, 包括:  The network file uploading device provided by the embodiment of the present invention, as shown in FIG. 3, includes:
获取模块 31、 用于获取网络文件注册信息。  The obtaining module 31 is configured to obtain network file registration information.
所述网络文件注册信息包括网络文件在本地的保存路径、网络文件的上传 条件及网络文件的上传地址。其具体实现方式参见图 1中步骤 101所示, 此处 不再赘述。  The network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file. For the specific implementation, refer to step 101 in Figure 1, and no further details are provided here.
监控模块 32、 用于监控发生在所述获取模块 31获取的网络文件上的操作 是否达到所述上传条件。 其具体实现方式参见图 1中步骤 102所示, 此处不再 赘述。  The monitoring module 32 is configured to monitor whether an operation occurring on the network file acquired by the obtaining module 31 reaches the uploading condition. For the specific implementation, refer to step 102 in Figure 1, and details are not described here.
上传模块 33、 用于在监控模块 32监控到用户终端对网络文件进行操作并 达到所述上传条件后,从所述保存路径对应的位置上,将所述操作完成后的网 络文件向所述上传地址指向的服务器上传。 其具体实现方式参见图 1 中步骤 103所示, 此处不再赘述。  The uploading module 33 is configured to: after the monitoring module 32 monitors that the user terminal operates the network file and reaches the uploading condition, uploading the network file after the operation is completed to the uploading from the location corresponding to the saving path The server pointed to by the address is uploaded. For the specific implementation, refer to step 103 in Figure 1, and details are not described here.
进一步的, 如图 4所示, 所述获取模块 31 , 包括:  Further, as shown in FIG. 4, the obtaining module 31 includes:
第一获取子模块 311、 用于下载网络文件到本地, 获取网络文件在本地的 保存路径及网络文件的上传地址。 其具体实现方式参见图 2中步骤 201所示, 此处不再赘述。  The first obtaining sub-module 311 is configured to download a network file to the local device, obtain a local storage path of the network file, and upload an upload address of the network file. For details, refer to step 201 in Figure 2, and details are not described here.
第二获取子模块 312、 用于根据网络文件的文件格式查找文件***中对应 于所述文件格式的指定操作, 获取网络文件的上传条件。 其具体实现方式参见 图 1中步骤 202所示, 此处不再赘述。  The second obtaining sub-module 312 is configured to search for a specified operation corresponding to the file format in the file system according to a file format of the network file, and obtain an uploading condition of the network file. For details, refer to step 202 in Figure 1, and no further details are provided here.
进一步的, 如图 4所示, 所述上传模块 33 , 包括:  Further, as shown in FIG. 4, the uploading module 33 includes:
校验子模块 331 , 用于校验本次网络文件操作后的网络文件内容与上一次 网络文件操作后的网络文件内容是否相同。 其具体实现方式参见图 1 中步骤 204-步骤 206所示, 此处不再赞述。  The verification sub-module 331 is configured to verify whether the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file. For details, refer to Step 204 to Step 206 in Figure 1, which is not mentioned here.
上传子模块 332 , 用于在所述校验子模块 331校验本次网络文件操作后的 网络文件内容与上一次网络文件操作后的网络文件内容不相同,从所述保存路 径对应的位置上,将所述操作完成后的网络文件向所述上传地址指向的服务器 上传。 The uploading sub-module 332 is configured to verify, after the verification sub-module 331, that the content of the network file after the operation of the network file is different from the content of the network file after the operation of the last network file, from the save path. At the location corresponding to the path, the network file after the operation is completed is uploaded to the server pointed to by the upload address.
需要说明的是, 本发明实施例提供的网络文件上传装置, 在实际应用中, 具体可以是终端设备, 如计算机(具体可以是笔记本电脑 laptop , 数据库用 户终端)或手机(具体可以是智能手机)等等, 但不仅局限于此。  It should be noted that, in the actual application, the network file uploading device provided by the embodiment of the present invention may be a terminal device, such as a computer (specifically, a laptop laptop, a database user terminal) or a mobile phone (specifically, a smart phone). Wait, but not limited to this.
应当理解的是,在一种实现方式下, 支持本发明网络文件上传功能的客体 I载体 ,具体可以是文件上传插件,如 P 1 up 1 oa d文件上传插件、AjaxF i leUp load 文件上传插件,但不仅局限于此, 当普通计算机加载有前述插件就具有本发明 实施例的网络文件上传功能。  It should be understood that, in an implementation manner, the object I carrier supporting the network file uploading function of the present invention may specifically be a file uploading plug-in, such as a P 1 up 1 oa d file uploading plugin and an AjaxF i leUp load file uploading plugin. However, it is not limited thereto, and the network file uploading function of the embodiment of the present invention is provided when the ordinary computer is loaded with the aforementioned plug-in.
可见, 本发明实施例提供的网络文件上传装置, 由于通过获取模块获取网 络文件的注册信息,监控模块监控发生在网络文件上的操作是否达到所述上传 条件,在监控到用户终端对网络文件进行操作并达到所述文件上传条件后, 上 传模块将操作后的网络文件向所述上传地址指向的服务器上传,实现了网络文 件的自动上传。 与现有技术相比, 本发明实施例能够一定程度上解决现有技术 中由于用户终端与网络服务器之间的网络文件交互过程需要用户终端进行严 格的多步操作实现, 交互过程复杂的问题。  It can be seen that, in the network file uploading apparatus provided by the embodiment of the present invention, the monitoring module acquires the registration information of the network file by using the acquiring module, and the monitoring module monitors whether the operation occurring on the network file reaches the uploading condition, and monitors the user terminal to perform the network file. After the operation and the file uploading condition is reached, the uploading module uploads the operated network file to the server pointed to by the uploading address, and implements automatic uploading of the network file. Compared with the prior art, the embodiment of the present invention can solve the problem that the interaction process is complicated because the user terminal performs strict multi-step operation in the prior art due to the network file interaction process between the user terminal and the network server.
本发明实施例提供的网络文件上传***,如图 5所示, 包括上述实施例提 供的网络文件上传装置 51 , 及用于为所述网络文件上传装置 51提供网络文件 下载服务和接收所述网络文件上传装置 51上传的网络文件的网络服务器 52。  The network file uploading system provided by the embodiment of the present invention, as shown in FIG. 5, includes the network file uploading apparatus 51 provided by the foregoing embodiment, and is configured to provide a network file downloading service and receive the network for the network file uploading apparatus 51. The web server 52 of the network file uploaded by the file uploading means 51.
如图 6所示,为本发明实施例提供的网络文件上传***的一种应用场景示 意图, 其中计算机为本发明实施例的网络文件上传装置的物理形态, 具体可以 是所述计算机中部署有支持本发明网络文件上传功能的文件上传插件,所述计 算机从网络服务器下载网络文件,对所述网络文件进行增加或删除或修改操作 后, 自动上传回所述网络 ^良务器。  FIG. 6 is a schematic diagram of an application scenario of a network file uploading system according to an embodiment of the present invention, where the computer is a physical form of the network file uploading device according to the embodiment of the present invention, and specifically, the computer may be deployed with support. The file uploading plug-in function of the network file uploading function of the present invention, the computer downloading a network file from a network server, and automatically adding the network file to the network server after adding or deleting or modifying the network file.
其具体实现方式参见上述网络文件上传装置的具体实施例, 此处不再赘 述。 一 一 可见, 本发明实施例提供的网络文件上传***, 由于通过***中的网络文 件上传装置获取网络文件的注册信息,监控发生在所述网络文件上的操作是否 达到所述上传条件,在所述网络文件上传装置监控到用户终端对网络文件进行 操作并达到所述文件上传条件后,所述网络文件上传装置将操作后的网络文件 向所述上传地址指向的网络 Λ良务器上传, 实现了网络文件的自动上传。 与现有 技术相比,本发明实施例能够一定程度上解决现有技术中由于用户终端与网络 服务器之间的网络文件交互过程需要用户终端进行严格的多步操作实现,交互 过程复杂的问题。 For a specific implementation manner, refer to the specific embodiment of the foregoing network file uploading device, and details are not described herein again. As can be seen, the network file uploading system provided by the embodiment of the present invention obtains the registration information of the network file through the network file uploading device in the system, and monitors whether the operation occurring on the network file reaches the uploading condition. After the network file uploading device monitors the operation of the network file by the user terminal and reaches the file uploading condition, the network file uploading device uploads the operated network file to the network server pointed to by the uploading address to implement Automatic upload of network files. Compared with the prior art, the embodiment of the present invention can solve the problem that the interaction process of the user terminal requires a strict multi-step operation by the user terminal in the prior art, because the network file interaction process between the user terminal and the network server is complicated.
本领域普通技术人员可以理解实现前述实施例方法中的全部或部分流程 , 是可以通过计算机程序来指令相关的硬件(如处理器)来完成,所述的程序可存 储于一计算机可读取存储介质中, 该程序在执行时, 可包括如前述各方法的实 施例的流程。 其中, 所述的存储介质可为磁碟、 光盘、 只读存储记忆体 ( Read-On ly Memory , ROM )或随机存储记忆体( Random Acces s Memory , RAM ) 等。  A person skilled in the art can understand that all or part of the process of implementing the foregoing embodiments can be completed by a computer program to instruct related hardware (such as a processor), and the program can be stored in a computer readable storage. In the medium, the program, when executed, may include the flow of an embodiment of the methods as described above. The storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于 此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内, 可轻易 想到变化或替换, 都应涵盖在本发明的保护范围之内。 因此, 本发明的保 护范围应所述以权利要求的保护范围为准。  The above is only a specific embodiment of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily think of changes or substitutions within the technical scope of the present invention. It should be covered by the scope of the present invention. Therefore, the scope of protection of the present invention should be determined by the scope of the claims.

Claims

权 利 要 求 Rights request
1、 一种网络文件上传方法, 其特征在于, 包括:  A network file uploading method, comprising:
获取网络文件注册信息,所述网络文件注册信息包括网络文件在本地的保 存路径、 网络文件的上传条件及网络文件的上传地址;  Obtaining network file registration information, where the network file registration information includes a local storage path of the network file, an upload condition of the network file, and an upload address of the network file;
监控发生在所述网络文件上的操作是否达到所述上传条件;  Monitoring whether an operation occurring on the network file reaches the upload condition;
在监控到用户终端对网络文件进行操作并达到所述上传条件后,从所述保 存路径对应的位置上,将所述操作完成后的网络文件向所述上传地址指向的服 务器上传。  After monitoring the operation of the network file by the user terminal and reaching the uploading condition, the network file after the operation is completed is uploaded to the server pointed to by the uploading address from the location corresponding to the saving path.
2、 根据权利要求 1所述的方法, 其特征在于, 所述获取网络文件注册信 息, 包括:  2. The method according to claim 1, wherein the obtaining the network file registration information comprises:
下载网络文件到本地,获取网络文件在本地的保存路径及网络文件的上传 地址;  Download the network file to the local, and obtain the local save path of the network file and the upload address of the network file;
根据网络文件的文件格式查找文件***中对应于所述文件格式的指定操 作, 获取网络文件的上传条件。  The specified operation corresponding to the file format in the file system is searched according to the file format of the network file, and the upload condition of the network file is obtained.
3、 根据权利要求 1至 2任意一项所述的方法, 其特征在于, 所述上传条 件包括: 文件保存和 /或文件关闭。  The method according to any one of claims 1 to 2, wherein the uploading condition comprises: file saving and/or file closing.
4、 根据权利要求 1所述的方法, 其特征在于, 所述在监控到用户终端对 网络文件进行操作并达到所述上传条件后,从所述保存路径对应的位置上,将 所述操作完成后的网络文件向所述上传地址指向的服务器上传, 包括:  The method according to claim 1, wherein after the monitoring of the user terminal to operate the network file and the uploading condition is reached, the operation is completed from a location corresponding to the save path. The subsequent network file is uploaded to the server pointed to by the upload address, including:
校验本次网络文件操作后的网络文件内容与上一次网络文件操作后的网 络文件内容是否相同;  Verify that the content of the network file after the operation of the network file is the same as the content of the network file after the operation of the last network file;
若本次网络文件操作后的网络文件内容与上一次网络文件操作后的网络 文件内容不相同, 则从所述保存路径对应的位置上,将所述操作完成后的网络 文件向所述上传地址指向的服务器上传。  If the content of the network file after the operation of the network file is different from the content of the network file after the operation of the previous network file, the network file after the operation is completed is sent to the upload address from the location corresponding to the save path. Point to the server upload.
5、 一种网络文件上传装置, 其特征在于, 包括:  A network file uploading device, comprising:
获取模块, 用于获取网络文件注册信息, 所述网络文件注册信息包括网络 文件在本地的保存路径、 网络文件的上传条件及网络文件的上传地址; 监控模块,用于监控发生在所述获取模块获取的网络文件上的操作是否达 到所述上传条件; An obtaining module, configured to acquire network file registration information, where the network file registration information includes a network a local storage path, a uploading condition of the network file, and an uploading address of the network file; a monitoring module, configured to monitor whether an operation occurring on the network file acquired by the obtaining module reaches the uploading condition;
上传模块,用于在所述监控模块监控到用户终端对网络文件进行操作并达 到所述上传条件后,从所述保存路径对应的位置上将所述操作完成后的网络文 件向所述上传地址指向的服务器上传。  a uploading module, configured to: after the monitoring module monitors that the user terminal operates the network file and reaches the uploading condition, the network file after the operation is completed from the location corresponding to the saving path to the uploading address Point to the server upload.
6、 根据权利要求 5所述的装置, 其特征在于, 所述获取模块, 包括: 第一获取子模块, 用于下载网络文件到本地,获取网络文件在本地的保存 路径及网络文件的上传地址;  The device according to claim 5, wherein the acquiring module comprises: a first obtaining submodule, configured to download a network file to the local, obtain a local storage path of the network file, and upload an upload address of the network file. ;
第二获取子模块,用于根据网络文件的文件格式查找文件***中对应于所 述文件格式的指定操作, 获取网络文件的上传条件。  And a second obtaining submodule, configured to search for a specified operation corresponding to the file format in the file system according to a file format of the network file, and obtain an upload condition of the network file.
7、 根据权利要求 5所述的装置, 其特征在于, 所述上传模块, 包括: 校验子模块,用于校验本次网络文件操作后的网络文件内容与上一次网络 文件操作后的网络文件内容是否相同;  The device according to claim 5, wherein the uploading module comprises: a verification submodule, configured to verify the network file content after the operation of the network file and the network after the last network file operation Whether the contents of the file are the same;
上传子模块,用于在所述校验子模块校验本次网络文件操作后的网络文件 内容与上一次网络文件操作后的网络文件内容不相同 ,从所述保存路径对应的 位置上, 将所述操作完成后的网络文件向所述上传地址指向的服务器上传。  The uploading submodule is configured to: after the verification submodule verifies that the network file content after the operation of the network file is different from the content of the network file after the last network file operation, from the location corresponding to the save path, The network file after the operation is completed is uploaded to the server pointed to by the upload address.
8、 一种网络文件上传***, 其特征在于, 包括: 如权利要求 5至 7任一 项所述的网络文件上传装置,及用于为所述网络文件上传装置提供网络文件下 载服务和接收所述网络文件上传装置上传的网络文件的网络服务器。  A network file uploading system, comprising: the network file uploading apparatus according to any one of claims 5 to 7, and a network file downloading service and receiving station for providing the network file uploading apparatus The web server of the network file uploaded by the network file uploading device.
PCT/CN2012/082993 2011-10-28 2012-10-16 Network file uploading method, apparatus and system WO2013060243A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110333778.0A CN102368785B (en) 2011-10-28 2011-10-28 Network file uploading method, device and system
CN201110333778.0 2011-10-28

Publications (1)

Publication Number Publication Date
WO2013060243A1 true WO2013060243A1 (en) 2013-05-02

Family

ID=45761335

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/082993 WO2013060243A1 (en) 2011-10-28 2012-10-16 Network file uploading method, apparatus and system

Country Status (2)

Country Link
CN (1) CN102368785B (en)
WO (1) WO2013060243A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114553740A (en) * 2022-03-11 2022-05-27 以萨技术股份有限公司 Method, system, readable storage medium and device for cross-network monitoring

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102368785B (en) * 2011-10-28 2013-10-09 华为技术有限公司 Network file uploading method, device and system
CN103475564B (en) * 2012-06-06 2018-11-23 腾讯科技(深圳)有限公司 Network attachment transmission method and its system
CN102833325A (en) * 2012-08-16 2012-12-19 北京小米科技有限责任公司 Method and device for uploading files
CN103677484A (en) * 2012-09-05 2014-03-26 优三第科技开发(深圳)有限公司 Electronic terminal device
CN102857578B (en) * 2012-09-25 2016-04-27 新浪网技术(中国)有限公司 A kind of file uploading method of network hard disc, system and net dish client
CN102982119B (en) * 2012-11-12 2015-12-09 上海够快网络科技有限公司 A kind of edit methods at line file
CN102932477B (en) * 2012-11-15 2016-07-06 北京奇虎科技有限公司 Network storage client and synchronous method
CN103037005B (en) * 2012-12-21 2015-11-25 天闻数媒科技(北京)有限公司 The file synchronisation method of online storage service and device
CN107995313A (en) * 2017-12-21 2018-05-04 黑龙江惠达科技发展有限公司 A kind of method for uploading of picture and Big Dipper locating point data based on low network band width
CN109241002B (en) * 2018-09-10 2022-02-01 创新先进技术有限公司 File uploading method, device and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1534508A (en) * 2003-03-31 2004-10-06 联想(北京)有限公司 Method of prereading network resources
CN1924804A (en) * 2005-09-02 2007-03-07 英华达(南京)科技有限公司 Downloading system, downloading method and downloading apparatus
CN101398813A (en) * 2007-09-30 2009-04-01 英业达股份有限公司 Application management system for on-line editing network file
CN102368785A (en) * 2011-10-28 2012-03-07 华为技术有限公司 Network file uploading method, device and system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101494651B (en) * 2009-02-11 2011-12-07 江苏敏捷科技股份有限公司 Method for active backup of data

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1534508A (en) * 2003-03-31 2004-10-06 联想(北京)有限公司 Method of prereading network resources
CN1924804A (en) * 2005-09-02 2007-03-07 英华达(南京)科技有限公司 Downloading system, downloading method and downloading apparatus
CN101398813A (en) * 2007-09-30 2009-04-01 英业达股份有限公司 Application management system for on-line editing network file
CN102368785A (en) * 2011-10-28 2012-03-07 华为技术有限公司 Network file uploading method, device and system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114553740A (en) * 2022-03-11 2022-05-27 以萨技术股份有限公司 Method, system, readable storage medium and device for cross-network monitoring
CN114553740B (en) * 2022-03-11 2023-11-10 以萨技术股份有限公司 Method, system, readable storage medium and device for cross-network monitoring

Also Published As

Publication number Publication date
CN102368785A (en) 2012-03-07
CN102368785B (en) 2013-10-09

Similar Documents

Publication Publication Date Title
WO2013060243A1 (en) Network file uploading method, apparatus and system
US8433310B2 (en) Systems, methods, and computer program products for providing device updates to a mobile device operating in a wireless telecommunications network
CN105812435B (en) Application upgrading data packet processing method and device, electronic equipment and system
CN107015870B (en) Method and device for realizing communication between web page and local application and electronic equipment
CN102647632B (en) Direct equipment choice is utilized to carry out bumpless transfer between display application
WO2012151993A1 (en) Service pushing method and device
EP3306897A1 (en) Access method and apparatus
US9986057B2 (en) UI framework support for portal systems
CN114090033A (en) OTA (over the air) upgrading method and device, electronic equipment and readable medium
CN104243429A (en) Method, device and system for achieving browser bookmark synchronization
CN102841750B (en) File opening method and device
CN107809470B (en) Method and device for automatically deploying application program
CN104486383A (en) Method for installing application program on smart mobile device
CN105187562A (en) System and method for operating remote file
CN110119279B (en) Application and upgrading method and device thereof
JP2013232894A (en) Router equipment, method therefor and system
JP5610654B2 (en) Apparatus for providing terminal management package and method for receiving terminal management package
KR102162086B1 (en) Apparatus and method for sharing a data of mobile terminal
CN102904935B (en) Downloading method, downloading device and downloading system based on home gateway
JP5637115B2 (en) Network storage system, data operation method in network storage system, and storage device
KR20110118000A (en) Apparatus for interoperability between web-browser and local-resources in the mobile device and method thereof
WO2013167061A2 (en) Method, device, system and user equipment for updating applications
CN103034635A (en) File processing method and electronic equipment
AU2013222938B2 (en) Apparatus and method for processing data of mobile terminal
WO2013185719A1 (en) Wireless network accessing method and device, server and wireless network accessing system

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12843854

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12843854

Country of ref document: EP

Kind code of ref document: A1