CN111885109A - Image transmission method and device - Google Patents

Image transmission method and device Download PDF

Info

Publication number
CN111885109A
CN111885109A CN202010565412.5A CN202010565412A CN111885109A CN 111885109 A CN111885109 A CN 111885109A CN 202010565412 A CN202010565412 A CN 202010565412A CN 111885109 A CN111885109 A CN 111885109A
Authority
CN
China
Prior art keywords
file
server
application file
client
application
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.)
Pending
Application number
CN202010565412.5A
Other languages
Chinese (zh)
Inventor
张泽宇
范志刚
卢涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Wanxiang Electronics Technology Co Ltd
Original Assignee
Xian Wanxiang Electronics Technology Co Ltd
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 Xian Wanxiang Electronics Technology Co Ltd filed Critical Xian Wanxiang Electronics Technology Co Ltd
Priority to CN202010565412.5A priority Critical patent/CN111885109A/en
Publication of CN111885109A publication Critical patent/CN111885109A/en
Pending legal-status Critical Current

Links

Images

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/50Network services
    • H04L67/55Push-based network services

Abstract

The disclosure provides an image transmission method and device, relates to the field of image transmission, and can improve the confidentiality of an application file. An image transmission method comprising: receiving an application file uploading instruction sent by a server; the application file uploading instruction is used for indicating the client to send the application file to the server; sending the application file to a server side, and deleting the local application file; sending a push instruction to a server; the push instruction is used for indicating the server side to push the image corresponding to the application file to be pushed; and receiving the image sent by the server.

Description

Image transmission method and device
Technical Field
The present disclosure relates to the field of image transmission, and in particular, to an image transmission method and apparatus.
Background
In the prior art, a client may receive an image corresponding to an application file running in a server and display the image to a user. The server comprises an acquisition module, the client comprises a receiving module, the acquisition module can acquire images corresponding to application files running at the server and transmit acquired image codes to the receiving module of the client, and the receiving module receives the images and displays the images to a user.
However, for an application file with a very high security requirement, how to ensure that an original file of the application file is not leaked is a problem to be solved urgently.
Disclosure of Invention
The embodiment of the disclosure provides an image transmission method and device, which can improve the security of an application file. The technical scheme is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided an image transmission method, applied to a client, the method including:
receiving an application file uploading instruction sent by a server; the application file uploading instruction is used for indicating the client to send an application file to the server;
sending an application file to the server side, and deleting the local application file;
sending a push instruction to the server; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
and receiving the image sent by the server.
The embodiment of the disclosure provides an image transmission method, wherein after receiving an application file uploading instruction sent by a server, a client sends an application file to the server, deletes a local application file, and prevents the application file from being leaked from the client, and then, when the client needs to check an image corresponding to the application file to be pushed, the client sends a pushing instruction to the server to receive the image corresponding to the application file to be pushed sent by the server. Therefore, the application file can be checked at any time through the client under the condition of ensuring the absolute safety of the application file, and the safety is improved.
In one embodiment, after sending an application file to the server and deleting the local application file, before sending a push instruction to the server, the method further includes:
sending an acquisition request to the server; the obtaining request is used for obtaining an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises numbers and file names which are in one-to-one correspondence with the application files;
receiving an application file list sent by the server;
determining a file identifier of the application file to be pushed according to the application file list;
sending a push instruction to the server, including:
sending a push instruction carrying the file identification to the server; the push instruction carrying the file identifier is used for indicating the server to push the image corresponding to the application file to be pushed carrying the file identifier.
In an embodiment, after determining a file identifier of an application file to be pushed according to the application file list, before sending a push instruction carrying the file identifier to the server, the method further includes:
determining a first address identifier; the first address identification is used for indicating an address for receiving an image corresponding to the application file to be pushed;
sending a push instruction carrying the file identifier to the server, including:
and sending a push instruction carrying the file identifier and the first address identifier to the server.
In an embodiment, after sending a push instruction carrying the file identifier and the first address identifier to the server, the method further includes:
receiving the second address identifier sent by the server; the second address mark is used for indicating an address for acquiring an image corresponding to the application file to be pushed;
establishing a corresponding relation between the first address identifier and the second address identifier;
after receiving the image sent by the server, the method further includes:
and storing the received image at the address of the first address identifier corresponding to the second address identifier according to the second address identifier corresponding to the image.
According to a second aspect of the embodiments of the present disclosure, there is provided an image transmission method applied to a server, including:
sending an application file uploading instruction to the client; the application file uploading instruction is used for indicating the client to send an application file to the server;
receiving an application file sent by the client;
receiving a push instruction sent by the client; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
acquiring an image corresponding to the application file to be pushed;
and sending the image to the client.
In one embodiment, after receiving the application file sent by the client, before receiving the push instruction sent by the client, the method further includes:
receiving an acquisition request sent by the client; the obtaining request is used for obtaining an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises a number and a file name corresponding to each application file;
sending the application file list to the client;
receiving a push instruction sent by the client, including:
receiving a push instruction which is sent by the client and carries the file identification; the push instruction carrying the file identifier is used for indicating the server to push an image corresponding to the application file to be pushed carrying the file identifier;
acquiring an image corresponding to the application file to be pushed, wherein the image comprises:
and acquiring an image corresponding to the application file to be pushed, which carries the file identifier.
In an embodiment, after receiving a push instruction carrying the file identifier and the first address identifier sent by the client, the method further includes:
sending a second address identification to the client; the second address mark is used for indicating an address for acquiring an image corresponding to the application file to be pushed.
According to a third aspect of the embodiments of the present disclosure, there is provided an image transmission apparatus applied to a client, including:
the first receiving module is used for receiving an application file uploading instruction sent by the server; the application file uploading instruction is used for indicating the client to send an application file to the server;
the first processing module is used for sending an application file to the server and deleting the local application file;
the first processing module is further configured to send a push instruction to the server; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
the first receiving module is further configured to receive the image sent by the server.
According to a fourth aspect of the embodiments of the present disclosure, there is provided an image transmission apparatus, applied to a server, including:
the second processing module is used for sending an application file uploading instruction to the client; the application file uploading instruction is used for indicating the client to send an application file to the server;
the second receiving module is used for receiving the application file sent by the client;
the second receiving module is further configured to receive a push instruction sent by the client; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
the acquisition module is used for acquiring the image corresponding to the application file to be pushed;
the second processing module is further configured to send the image to the client.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure.
Fig. 1 is an interaction diagram of an image transmission method provided by an embodiment of the present disclosure;
FIG. 2 is an interaction diagram of another image transmission method provided by the embodiments of the present disclosure;
fig. 3 is a schematic diagram of a server including a plurality of application files according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram of an application file list provided by an embodiment of the present disclosure;
FIG. 5 is an interaction diagram of another image transmission method provided by the embodiments of the present disclosure;
fig. 6 is a structural diagram of an image transmission apparatus provided in an embodiment of the present disclosure;
fig. 7 is a structural diagram of an image transmission apparatus according to an embodiment of the present disclosure.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
An embodiment of the present disclosure provides an image transmission method, as shown in fig. 1, the image transmission method includes the following steps:
s110, the server side sends an application file uploading instruction to the client side.
The application file uploading instruction is used for indicating the client to send the application file to the server.
It should be noted that the instruction to upload the application file may instruct the client to send a plurality of application files to the server in a time-sharing manner, or may instruct the client to send a plurality of application files to the server at the same time.
If the application file contains a plurality of application types, the server side can only instruct the client side to send the application file uploading instruction to the client side in a time-sharing mode or simultaneously send a plurality of application files belonging to one application type.
And S120, after receiving the application file uploading instruction sent by the server, the client sends the application file to the server and deletes the local application file.
The client can obtain or generate the application file, and after receiving the application file uploading instruction sent by the server, the client can send the application file to the server.
The local application file refers to the application file stored in the client, and the application file can be automatically deleted after being sent to the server, so that the application file is prevented from being leaked, and the safety is improved.
The client sends the application File to the server, and the application File can be uploaded by a File Transfer Protocol (File Transfer Protocol).
For example, in a video surveillance system, a client may include a camera that sends a captured video file to a server and deletes an application file stored locally on the camera.
S130, the server receives the application file sent by the client.
It should be noted that the server may be set in a machine room with a very high security level, and may be set to only upload and not output, so that the security of storing the application file uploaded to the server by the client in the server is very high.
S140, the client sends a push instruction to the server.
The pushing instruction is used for indicating the server side to push the image corresponding to the application file to be pushed to the client side.
It can be understood that the application file is only stored by the server side, and therefore, when the user needs to view the application file, the user can only view the application file in the form of image transmission.
S150, after receiving the push instruction sent by the client, the server acquires the image corresponding to the application file to be pushed.
It should be noted that the image corresponding to the application file to be pushed is collected, and may include an independent image, or may include an image belonging to a certain frame in a moving picture or a video.
Illustratively, if the application file to be pushed is 1.doc, the file of the word application type is operated, and if the interface presented after operation is an article with white background and black characters, the interface image is collected as an image corresponding to the application file to be pushed and sent to the client.
And S160, the server collects the image corresponding to the application file to be pushed and sends the image to the client.
When the collection is completed, the server side can send the image corresponding to the application file to be pushed to the client side.
And S170, the client receives the image sent by the server.
It can be understood that the server can collect an image of an application file running, encode the collected image, generate encoded data, send the encoded data to the client, and then the client decodes the encoded data to obtain an image corresponding to the application file to be pushed.
If a plurality of clients send push instructions to the server at the same time, the server acquires images corresponding to application files to be pushed after receiving the push instructions sent by the plurality of clients, and then the images can be sent to the plurality of clients.
Here, if the client includes a display, the received image transmitted by the server may be displayed by the display. If the client includes multiple displays and receives multiple images, each display may be used to display one image. That is to say, the image transmission method provided by the embodiment of the application can be applied to scenes such as training, teleconferencing and the like which need to push application files to a plurality of clients.
The embodiment of the disclosure provides an image transmission method, wherein after receiving an application file uploading instruction sent by a server, a client sends an application file to the server, deletes a local application file, and prevents the application file from being leaked from the client, and then, when the client needs to check an image corresponding to the application file to be pushed, the client sends a pushing instruction to the server to receive the image corresponding to the application file to be pushed sent by the server. Therefore, the application file can be checked at any time through the client under the condition of ensuring the absolute safety of the application file, and the safety is improved.
Optionally, after S130 above, before S140, as shown in fig. 2, the method further includes:
s131, the client sends an acquisition request to the server.
The obtaining request is used for obtaining an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identifier includes a number and a file name corresponding to the plurality of application files one to one.
It should be noted that the form of the file identifier may be one or a combination of several of chinese characters, english characters, numbers, or symbols, and the like, and the present application is not particularly limited to this, and may be set as needed.
Based on this, if the application file includes a plurality of application types, the obtaining request may be used to obtain an application file list corresponding to one or several application types. It is understood that the application file list includes application files of one or several application types and file identifications corresponding to the application files of the one or several application types one by one, and the file identifications include numbers and file names corresponding to the application files of the one or several application types one by one.
And S132, after receiving the acquisition request, the server sends an application file list to the client.
If the obtaining request is used for obtaining the application file lists corresponding to all the application files, the server side sends the application file lists corresponding to all the application files to the client side after receiving the obtaining request.
If the obtaining request is only used for obtaining the application files of one or a few application types, the server may only send the application file list corresponding to the application files of one or a few application types to the client after receiving the obtaining request. At this time, the data sent by the server to the client is less, so that the bandwidth is saved, and the efficiency is higher when the subsequent client determines the file identifier of the file to be pushed.
Illustratively, as shown in fig. 3, the application files stored by the server include 4 types, which are Word application, Excel application, PPT application, PDT application or PDF application respectively. Wherein, the Word application category comprises three files with numbers of 11, 12 and 13 respectively and file names of 1.doc, 2.doc and 3. doc; the Excel application type comprises three files with codes of 21, 22 and 23 respectively and file names of 1.xlsx, 2.xlsx and 3. xlsx; the PPT application category comprises three files with the numbers of 31, 32 and 33 respectively and the file names of 1.PPT, 2.PPT and 3. PPT; the PDT or PDF application type comprises three files numbered 41, 42, 43, respectively, with file names 1.PDF, 2.PDF, 3. PDF.
The server stores the 12 application files, and generates a corresponding application file list after receiving the acquisition request, as shown in fig. 4, in which the application files, file identifiers, serial numbers, and file names are in one-to-one correspondence.
It can be understood that the server may further include application types such as a browser application, a Video application, an app application, and an Image application, which are not particularly limited in this application and may be specifically classified according to needs.
The Image application type refers to pictures and comprises picture files of all formats such as jpg, png, gif and the like; the Video application type refers to a Video, and includes files of all formats of mp4, mkv, rmkb, avi, and the like.
S133, the client determines the file identification of the application file to be pushed according to the application file list.
The client can find out the file identifier of one of the application files in a traversal mode according to the application file list, and the file identifier is used as the file identifier of the application file to be pushed.
In addition, if the application file list contains a plurality of application types, one application type may be determined first, and the file identifier of the application file to be pushed is searched for in the application type, so that the search efficiency can be improved. Of course, the file identifier of the application file to be pushed may also be determined in other manners, which is not particularly limited in this application and may be set as needed.
Optionally, on this basis, the S140 includes:
and the client sends a push instruction carrying the file identifier to the server.
The push instruction carrying the file identifier is used for instructing the server to push the image corresponding to the application file to be pushed carrying the file identifier.
The S150 includes:
and after receiving a push instruction carrying a file identifier sent by the client, the server acquires an image corresponding to the application file to be pushed, carrying the file identifier.
For example, referring to fig. 3, if the client determines that the file identifier of the application file to be pushed is 11/1.doc according to the application file list, that is, the number of the application file to be pushed, which needs to be pushed by the server, is 11 and the file name is 1.doc, therefore, the application file to be pushed determined by the client refers to the 1 st application file in the word application type, and after receiving a push instruction carrying the file identifier of 11/1.doc and sent by the client, the server acquires an image corresponding to the application file to be pushed, which is numbered 11 and has the file name of 1. doc.
S134, the client determines the first address identification.
The first address identifier is used for indicating an address for receiving an image corresponding to the application file to be pushed, and the first address identifier may be a Rid address and a sip address.
It should be noted that the first address identifier may be set in the client in advance. The first address identifier may be one or multiple, and the application is not particularly limited in this respect and may be set as needed.
Here, the address indicated by the first address identifier may be an address space of internal hardware of the client, may also be an address space of external hardware of the client, may be address spaces on different clients, and may also be different address spaces on the same client.
Optionally, on this basis, the S140 includes:
the client sends a push instruction carrying the file identifier and the first address identifier to the server.
It can be understood that, here, the push instruction is used to instruct the server to push the image corresponding to the application file to be pushed carrying the file identifier, and is used to instruct to receive the image corresponding to the application file to be pushed by using the address at the first address identifier.
The S150 includes:
and the server receives a push instruction which is sent by the client and carries the file identifier and the first address identifier.
Based on this, as shown in fig. 5, the method further includes:
and S151, the server sends the second address identifier to the client.
And the second address mark is used for indicating the address of acquiring the image corresponding to the application file to be pushed.
And after the server runs the application file to be pushed, acquiring an image corresponding to the application file to be pushed by using the address identified by the second address.
S152, after the client receives the second address identifier sent by the server, the corresponding relation between the first address identifier and the second address identifier is established.
The first address identifier and the second address identifier may be in a one-to-one relationship, or may be in a many-to-one relationship.
On this basis, after the above S170, the method further includes:
the client finds the first address identifier corresponding to the image by utilizing the corresponding relation of the first address identifier and the second address identifier according to the second address identifier corresponding to the image, and then stores the received image at the address of the first address identifier corresponding to the second address identifier.
Illustratively, the client sends an acquisition request to the server, and starts to select an application file to be pushed after receiving an application file list sent by the server. If the client determines that the number of the application file to be pushed is 11, the file name is 1.doc, and the three first address identifiers are 00 and 0.0.0.1 respectively; 01, 0.0.0.2; 02, 0.0.0.3; when the client sends a push instruction to the server, the push instruction is used for indicating the server to push the application file with the serial number of 11 and the file name of 1.doc to the client, and the application file is pushed to the addresses of the three first address identifiers, after receiving the push instruction, the server determines a second address identifier and sends the second address identifier to the client, and the client establishes the corresponding relationship between the second address identifier and the three first address identifiers; the server side acquires an image of the application file to be pushed, which carries the file identifier, by using the address at the second address identifier, and then sends the image to the client side, and the client side stores the received image at the addresses of the three first address identifiers by using the three first address identifiers corresponding to the second address identifier to which the image belongs.
Based on the image transmission method described in the embodiments corresponding to fig. 1 and fig. 3, the following is an embodiment of the apparatus of the present disclosure, which can be used to execute an embodiment of the method of the present disclosure.
The embodiment of the present disclosure provides an image transmission apparatus 10, as shown in fig. 6, applied to a client, the image transmission apparatus including:
the first receiving module 101 is configured to receive an application file uploading instruction sent by a server; the application file uploading instruction is used for indicating the client to send the application file to the server;
the first processing module 102 is configured to send an application file to a server and delete a local application file; the local application files are stored in the first storage module 103.
The first processing module 102 is further configured to send a push instruction to the server; the push instruction is used for indicating the server side to push the image corresponding to the application file to be pushed;
the first receiving module 101 is further configured to receive an image sent by a server.
The embodiment of the disclosure provides an image transmission device, wherein after a first receiving module receives an application file uploading instruction sent by a server, a first processing module sends an application file to the server, deletes the local application file, prevents the application file from being leaked from a client, and then sends a pushing instruction to the server through the first processing module when an image corresponding to an application file to be pushed needs to be checked, and the first receiving module receives the image corresponding to the application file to be pushed sent by the server. Therefore, the application file can be checked at any time through the client under the condition of ensuring the absolute safety of the application file, and the safety is improved.
Optionally, the first processing module 102 is further configured to send an acquisition request to the server; the acquisition request is used for acquiring an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises a number and a file name which are in one-to-one correspondence with the plurality of application files;
the first receiving module 101 is further configured to receive an application file list sent by a server;
the determining module 104 is configured to determine a file identifier of the application file to be pushed according to the application file list;
the first processing module 102 is configured to send a push instruction carrying a file identifier to the server; the push instruction carrying the file identifier is used for instructing the server to push the image corresponding to the application file to be pushed carrying the file identifier.
Optionally, the determining module 103 is configured to determine the first address identifier; the first address identification is used for indicating an address for receiving an image corresponding to the application file to be pushed;
the first processing module 102 is configured to send a push instruction carrying a file identifier to the server, where the push instruction includes:
the first processing module 102 is configured to send a push instruction carrying a file identifier and a first address identifier to a server.
Optionally, the first receiving module 101 is further configured to receive a second address identifier sent by the server; the second address mark is used for indicating the address of the image corresponding to the application file to be pushed;
the first processing module 102 is further configured to establish a corresponding relationship between the first address identifier and the second address identifier; the correspondence relation will generate a correspondence relation table to be stored in the first storage module 103.
The first processing module 102 is further configured to store the received image at an address of the first address identifier corresponding to the second address identifier according to the second address identifier corresponding to the image.
An embodiment of the present disclosure provides an image transmission apparatus, as shown in fig. 7, applied to a server, the image transmission apparatus including:
the second processing module 201 is configured to send an instruction to upload an application file to the client; the application file uploading instruction is used for indicating the client to send an application file to the server;
a second receiving module 202, configured to receive an application file sent by a client; the received application file is stored in the second storage module 203.
The second receiving module 202 is further configured to receive a push instruction sent by the client; the push instruction is used for indicating the server side to push the image corresponding to the application file to be pushed;
the acquisition module 204 is used for acquiring an image corresponding to the application file to be pushed;
the second processing module 201 is further configured to send the image to the client.
Optionally, the second receiving module 202 is further configured to receive an obtaining request sent by the client; the acquisition request is used for acquiring an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises a number and a file name corresponding to each application file;
sending the application file list to the client;
the second receiving module 202 is configured to receive a push instruction carrying a file identifier sent by a client; the push instruction carrying the file identifier is used for indicating the server to push the image corresponding to the application file to be pushed carrying the file identifier;
the acquiring module 204 is configured to acquire an image corresponding to an application file to be pushed, and includes:
the acquisition module 204 is configured to acquire an image corresponding to the application file to be pushed, which carries the file identifier.
Optionally, the second receiving module 202 is further configured to receive a push instruction sent by the client and carrying the file identifier and the first address identifier.
Optionally, the second processing module 201 is further configured to send a second address identifier to the client; the second address mark is used for indicating the address of the image corresponding to the application file to be pushed.
Based on the image transmission method described in the embodiment corresponding to fig. 1 and fig. 3, the embodiment of the present disclosure further provides a computer-readable storage medium, for example, the non-transitory computer-readable storage medium may be a Read Only Memory (ROM), a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like. The storage medium stores computer instructions for executing the data transmission method described in the embodiment corresponding to fig. 1 and fig. 3, which is not described herein again.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1. An image transmission method applied to a client, the method comprising:
receiving an application file uploading instruction sent by a server; the application file uploading instruction is used for indicating the client to send an application file to the server;
sending an application file to the server side, and deleting the local application file;
sending a push instruction to the server; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
and receiving the image sent by the server.
2. The method according to claim 1, wherein after sending an application file to the server and deleting the local application file, before sending a push instruction to the server, the method further comprises:
sending an acquisition request to the server; the obtaining request is used for obtaining an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises numbers and file names which are in one-to-one correspondence with the application files;
receiving an application file list sent by the server;
determining a file identifier of the application file to be pushed according to the application file list;
sending a push instruction to the server, including:
sending a push instruction carrying the file identification to the server; the push instruction carrying the file identifier is used for indicating the server to push the image corresponding to the application file to be pushed carrying the file identifier.
3. The method according to claim 2, wherein after determining a file identifier of an application file to be pushed according to the application file list, before sending a push instruction carrying the file identifier to the server, the method further comprises:
determining a first address identifier; the first address identification is used for indicating an address for receiving an image corresponding to the application file to be pushed;
sending a push instruction carrying the file identifier to the server, including:
and sending a push instruction carrying the file identifier and the first address identifier to the server.
4. The method according to claim 3, wherein after sending the push instruction carrying the file identifier and the first address identifier to the server, the method further comprises:
receiving a second address identifier sent by the server; the second address mark is used for indicating an address for acquiring an image corresponding to the application file to be pushed;
establishing a corresponding relation between the first address identifier and the second address identifier;
after receiving the image sent by the server, the method further includes:
and storing the received image at the address of the first address identifier corresponding to the second address identifier according to the second address identifier corresponding to the image.
5. An image transmission method is applied to a server side, and the method comprises the following steps:
sending an application file uploading instruction to the client; the application file uploading instruction is used for indicating the client to send an application file to the server;
receiving an application file sent by the client;
receiving a push instruction sent by the client; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
acquiring an image corresponding to the application file to be pushed;
and sending the image to the client.
6. The method of claim 5, wherein after receiving the application file sent by the client, and before receiving the push instruction sent by the client, the method further comprises:
receiving an acquisition request sent by the client; the obtaining request is used for obtaining an application file list; the application file list comprises a plurality of application files and file identifications which are respectively in one-to-one correspondence with the application files; the file identification comprises a number and a file name corresponding to each application file;
sending the application file list to the client;
receiving a push instruction sent by the client, including:
receiving a push instruction which is sent by the client and carries the file identification; the push instruction carrying the file identifier is used for indicating the server to push an image corresponding to the application file to be pushed carrying the file identifier;
acquiring an image corresponding to the application file to be pushed, wherein the image comprises:
and acquiring an image corresponding to the application file to be pushed, which carries the file identifier.
7. The method according to claim 6, wherein the receiving the push instruction carrying the file identifier sent by the client comprises:
and receiving a push instruction which is sent by the client and carries the file identifier and the first address identifier.
8. The method according to claim 7, wherein after receiving the push instruction carrying the file identifier and the first address identifier sent by the client, the method further comprises:
sending a second address identification to the client; the second address mark is used for indicating an address for acquiring an image corresponding to the application file to be pushed.
9. An image transmission apparatus applied to a client, the apparatus comprising:
the first receiving module is used for receiving an application file uploading instruction sent by the server; the application file uploading instruction is used for indicating the client to send an application file to the server;
the first processing module is used for sending an application file to the server and deleting the local application file;
the first processing module is further configured to send a push instruction to the server; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
the first receiving module is further configured to receive the image sent by the server.
10. An image transmission device, applied to a server, the device comprising:
the second processing module is used for sending an application file uploading instruction to the client; the application file uploading instruction is used for indicating the client to send an application file to the server;
the second receiving module is used for receiving the application file sent by the client;
the second receiving module is further configured to receive a push instruction sent by the client; the push instruction is used for indicating the server to push the image corresponding to the application file to be pushed;
the acquisition module is used for acquiring the image corresponding to the application file to be pushed;
the second processing module is further configured to send the image to the client.
CN202010565412.5A 2020-06-19 2020-06-19 Image transmission method and device Pending CN111885109A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010565412.5A CN111885109A (en) 2020-06-19 2020-06-19 Image transmission method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010565412.5A CN111885109A (en) 2020-06-19 2020-06-19 Image transmission method and device

Publications (1)

Publication Number Publication Date
CN111885109A true CN111885109A (en) 2020-11-03

Family

ID=73158019

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010565412.5A Pending CN111885109A (en) 2020-06-19 2020-06-19 Image transmission method and device

Country Status (1)

Country Link
CN (1) CN111885109A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150537A (en) * 2007-10-10 2008-03-26 中国联合通信有限公司 A file sharing and control method and system for instant messaging conference
CN101924749A (en) * 2010-01-28 2010-12-22 赵路 System for realizing safe network browsing and method thereof
CN104079568A (en) * 2014-06-27 2014-10-01 东湖软件产业股份有限公司 Method and system for preventing file leakage based on cloud storage technology
CN104486388A (en) * 2014-12-03 2015-04-01 深圳市深信服电子科技有限公司 Accessing method and device of cloud storage file

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150537A (en) * 2007-10-10 2008-03-26 中国联合通信有限公司 A file sharing and control method and system for instant messaging conference
CN101924749A (en) * 2010-01-28 2010-12-22 赵路 System for realizing safe network browsing and method thereof
CN104079568A (en) * 2014-06-27 2014-10-01 东湖软件产业股份有限公司 Method and system for preventing file leakage based on cloud storage technology
CN104486388A (en) * 2014-12-03 2015-04-01 深圳市深信服电子科技有限公司 Accessing method and device of cloud storage file

Similar Documents

Publication Publication Date Title
CN108737482B (en) Document sharing method, device and system
KR101810578B1 (en) Automatic media sharing via shutter click
US8965844B2 (en) Apparatuses and methods for sharing contents
US10681115B2 (en) Multimedia data transmission method and device
CN111506917A (en) Page display method, display device, readable storage medium and electronic equipment
CN114038541B (en) System for processing a data stream of digital pathology images
KR101729206B1 (en) System and method for image sharing
US20180137661A1 (en) Picture processing method, sending method, processing apparatus and sending apparatus
US20210089738A1 (en) Image Tag Generation Method, Server, and Terminal Device
CN111885109A (en) Image transmission method and device
US9977793B2 (en) Information processing system, information processing method, and information processing apparatus
US9692918B2 (en) Device control system and device control method for managing remote conference
CN110149358B (en) Data transmission method, system and device
US20120179676A1 (en) Method and apparatus for annotating image in digital camera
US10701028B2 (en) Terminal identification method and apparatus therefor
CN106257461B (en) Data storage method and device
CN111126104A (en) Method and device for marking user identity attribute of data
CN113127419B (en) File detection method, device, computer equipment and storage medium
CN108920518B (en) Data generation method and equipment
CN113179358B (en) Anti-cheating method and device for problem answering and electronic equipment
JP6291759B2 (en) Image rearrangement method, image device and program
JP6803385B2 (en) Data transmission method and data transmission equipment
CN117668274A (en) Image pushing method, device, equipment, system and storage medium
US20200065327A1 (en) A transmitting device, a receiving device and methods of operating the devices
CN112995148A (en) Driver login device, system and method

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