CN106027608B - A kind of picture upload method, client and server - Google Patents

A kind of picture upload method, client and server Download PDF

Info

Publication number
CN106027608B
CN106027608B CN201610291990.8A CN201610291990A CN106027608B CN 106027608 B CN106027608 B CN 106027608B CN 201610291990 A CN201610291990 A CN 201610291990A CN 106027608 B CN106027608 B CN 106027608B
Authority
CN
China
Prior art keywords
picture
uploaded
module
character string
server
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.)
Active
Application number
CN201610291990.8A
Other languages
Chinese (zh)
Other versions
CN106027608A (en
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.)
Beijing Xinrui Weiye Private Entry and Exit Service Co.,Ltd.
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610291990.8A priority Critical patent/CN106027608B/en
Publication of CN106027608A publication Critical patent/CN106027608A/en
Application granted granted Critical
Publication of CN106027608B publication Critical patent/CN106027608B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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]

Abstract

The invention belongs to Internet technical fields, disclose a kind of picture upload method, comprising: receive the picture uploading instructions for passing through HTML5 page downloading;Obtain the title of picture to be uploaded;Call the picture upload program of the insertion HTML5 page that picture to be uploaded is uploaded onto the server using the picture upload program according to the title of the picture to be uploaded according to the picture uploading instructions.In the embodiment of the present invention, a kind of picture upload scheme is provided by the HTML5 page, using the picture upload program embedded in the HTML5 page, picture to be uploaded and the conversion by data format are read, picture to be uploaded is uploaded onto the server by the input label in the HTML5 page.To reduce development cost to provide a kind of scheme by HTML5 page uploading picture by the application program of browser or support HTML5 in an intelligent terminal.The embodiment of the invention also provides the client and servers that corresponding picture uploads.

Description

A kind of picture upload method, client and server
Technical field
The invention belongs to Internet technical fields, more particularly, to a kind of picture upload method, client and service Device.
Background technique
With the development of internet technology, there is more and more client applications, such as various application APPs. The function of uploading pictures is provided in more and more clients, however the existing picture upload of client is answered based on APP itself Local uploads.The problem of picture of embedded HTML5 is uploaded due to mobile terminal browser permission, causes the file of HTML5 to mark Label can not access local file, therefore there is presently no the pictures based on embedded HTML5 to upload scheme.
Summary of the invention
Aiming at the above defects or improvement requirements of the prior art, the present invention provides a kind of picture upload methods, client And server, its purpose is to provide a kind of schemes for passing through HTML5 page uploading picture in an intelligent terminal, thus solve existing Having can only be by the limitation of application program uploading pictures itself in technology.
To achieve the above object, according to one aspect of the present invention, a kind of picture upload method is provided, comprising:
Receive the picture uploading instructions for passing through HTML5 page downloading;
Obtain the title of picture to be uploaded;
The picture upload program that the insertion HTML5 page is called according to the picture uploading instructions, according to the figure to be uploaded The title of piece is uploaded onto the server picture to be uploaded using the picture upload program.
It is optionally, described that picture to be uploaded is uploaded onto the server using the picture upload program specifically:
Picture to be uploaded is read by binary stream mode;
Base64 character string is converted by the picture to be uploaded of the binary format of reading;
Input label base64 character string being assigned in the HTML5 page;
It is submitted by the list of HTML5, base64 character string is uploaded onto the server.
It is another aspect of this invention to provide that additionally providing a kind of picture upload method, comprising:
Receive the base64 character string for the picture to be uploaded that client uploads;
The picture format type for obtaining the picture to be uploaded judges the figure to be uploaded according to the picture format type Whether piece is legal picture type;
If the picture to be uploaded is legal picture type, the file address of the picture to be uploaded is generated;
Binary stream file is converted by the base64 character string of the picture to be uploaded, and is protected according to the file address Deposit the binary stream file.
Optionally, the file address for generating the picture to be uploaded, specifically:
Unique 16 character string is generated by way of md5 random number, in addition the decoding obtains picture format Type, and the address of the server is added, to generate the file address of the picture to be uploaded.
Optionally, the base64 character string by the picture to be uploaded is converted into binary stream file, and according to institute It states file address and saves the binary stream file, specifically:
The base64 character string of the picture to be uploaded is converted by the imagecreatefromstring function of PHP For binary stream file, then the binary stream file is saved in described in the server by ImageJpeg function Memory space corresponding to file address.
It is another aspect of this invention to provide that additionally providing a kind of client, including picture uploading instructions obtain module, to upper It passes picture name and obtains module and picture uploading module, in which:
The picture uploading instructions obtain module, for receiving the picture uploading instructions for passing through HTML5 page downloading;
The picture name to be uploaded obtains module, for obtaining the title of picture to be uploaded;
The picture uploading module, for calling the picture of the insertion HTML5 page to upload according to the picture uploading instructions Program is uploaded onto the server picture to be uploaded using the picture upload program according to the title of the picture to be uploaded.
Optionally, the picture uploading module specifically includes binary system read module, base64 character string conversion module, assigns It is worth module and uploading module, in which:
The binary system read module, for reading picture to be uploaded by binary stream mode;
The base64 character string conversion module, for converting the picture to be uploaded of the binary format of reading to Base64 character string;
The assignment module, the input label for being assigned to base64 character string in the HTML5 page;
The uploading module uploads onto the server base64 character string for being submitted by the list of HTML5.
It is another aspect of this invention to provide that additionally providing a kind of client, including receiving module, picture format judge mould Block, file address generation module and picture preserving module, in which:
The receiving module, the base64 character string of the picture to be uploaded for receiving client upload;
The picture format judgment module, for obtaining the picture format type of the picture to be uploaded, according to the figure Piece Format Type judges whether the picture to be uploaded is legal picture type;
The file address generation module, if being used for the picture to be uploaded for legal picture type, described in generation The file address of picture to be uploaded;
The picture preserving module, for converting binary stream text for the base64 character string of the picture to be uploaded Part, and the binary stream file is saved according to the file address.
Optionally, the file address generation module is specifically used for:
Unique 16 character string is generated by way of md5 random number, in addition the decoding obtains picture format Type, and the address of the server is added, to generate the file address of the picture to be uploaded.
Optionally, the picture preserving module is specifically used for:
The base64 character string of the picture to be uploaded is converted by the imagecreatefromstring function of PHP For binary stream file, then the binary stream file is saved in described in the server by ImageJpeg function Memory space corresponding to file address.
It is another aspect of this invention to provide that additionally providing a kind of intelligent terminal, including processor and memory, in which:
The memory, for storing picture to be uploaded;
The processor, for receiving the picture uploading instructions for passing through HTML5 page downloading;Obtain the name of picture to be uploaded Claim;And the picture upload program of the insertion HTML5 page is called according to the picture uploading instructions, according to the picture to be uploaded Title is uploaded onto the server picture to be uploaded using the picture upload program.
It is another aspect of this invention to provide that additionally providing a kind of server, including processor and memory, in which:
The processor, the base64 character string of the picture to be uploaded for receiving client upload;It obtains described to upper The picture format type of blit piece judges whether the picture to be uploaded is legal picture category according to the picture format type Type;If the picture to be uploaded is legal picture type, the file address of the picture to be uploaded is generated;It will be described to upper The base64 character string of blit piece is converted into binary stream file, and saves the binary stream text according to the file address Part;
The memory, for storing the picture to be uploaded of the binary stream file.
In the embodiment of the present invention, a kind of picture upload scheme is provided by the HTML5 page, is embedded using in the HTML5 page Picture upload program, read picture to be uploaded and the conversion by data format, pass through the input label in the HTML5 page Picture to be uploaded is uploaded onto the server.To be to be mentioned in an intelligent terminal by the application program of browser or support HTML5 A kind of scheme by HTML5 page uploading picture has been supplied, development cost is reduced.
Detailed description of the invention
Fig. 1 is a kind of flow diagram of the picture upload method provided in the embodiment of the present invention;
Fig. 2 is the detail flowchart of picture uploading step in Fig. 1;
Fig. 3 is a kind of flow diagram of the picture upload method provided in another embodiment of the present invention;
Fig. 4 is a kind of structural schematic diagram of the client provided in another embodiment of the present invention;
Fig. 5 is the structural schematic diagram of picture uploading module in Fig. 4;
Fig. 6 is a kind of structural schematic diagram of the server provided in another embodiment of the present invention;
Fig. 7 is a kind of structural schematic diagram of the intelligent terminal provided in another embodiment of the present invention;
Fig. 8 is a kind of structural schematic diagram of the server provided in another embodiment of the present invention.
Specific embodiment
In order to make the objectives, technical solutions, and advantages of the present invention clearer, with reference to the accompanying drawings and embodiments, right The present invention is further elaborated.It should be appreciated that the specific embodiments described herein are merely illustrative of the present invention, and It is not used in the restriction present invention.As long as in addition, technical characteristic involved in the various embodiments of the present invention described below Not constituting a conflict with each other can be combined with each other.
As shown in Figure 1, the embodiment of the invention provides a kind of picture upload methods, comprising:
S11, the picture uploading instructions for passing through HTML5 page downloading are received;
Specifically, one HTML5 pages can be embedded in the browser of intelligent terminal or the application program of support HTML5 Face, the HTML5 page provide picture upload function, can specifically provide the button with picture upload function, user Picture uploading instructions can be assigned by clicking the button;
S12, the title for obtaining picture to be uploaded;
After user assigns picture uploading instructions, the title of uploading pictures is obtained according to the instruction;Such as it is selected by user The catalogue of picture to be uploaded simultaneously chooses picture to be uploaded, to obtain the title of picture to be uploaded, (picture i.e. to be uploaded is in intelligence Storage address in terminal);
S13, the picture upload program that the insertion HTML5 page is called according to the picture uploading instructions, according to described to upper The title of blit piece is uploaded onto the server picture to be uploaded using the picture upload program;
For the uploading pictures in the HTML5 page, js code can be embedded in the HTML5 page to realize that picture uploads Function, the js code include two functions: first is that the function (mainly data conversion) of intelligent terminal itself can be called;Second is that The input label that character string to be uploaded can be assigned in the HTML5 page.
Specifically, as shown in Fig. 2, above-mentioned steps S13 includes following sub-step:
S131, picture to be uploaded is read by binary stream mode;
Picture to be uploaded is read in a manner of binary stream according to the title of above-mentioned picture to be uploaded, obtains binary format Data;
S132, base64 character string is converted by the picture to be uploaded of the binary format of reading;
Base64 is one of the coding mode that transmission 8Bit syllabified code is most commonly used on network, and Base64 coding can For transmitting longer identification information under HTTP environment, there are unreadable property, i.e., encoded data using Base64 coding It will not be with the naked eye immediately seen by people.
S133, the input label being assigned to base64 character string in the HTML5 page;
S134, it is submitted by the list of HTML5, base64 character string is uploaded onto the server.
In the embodiment of the present invention, a kind of picture upload scheme is provided by the HTML5 page, is embedded using in the HTML5 page Picture upload program, read picture to be uploaded and the conversion by data format, pass through the input label in the HTML5 page Picture to be uploaded is uploaded onto the server.To be to be mentioned in an intelligent terminal by the application program of browser or support HTML5 A kind of scheme by HTML5 page uploading picture has been supplied, development cost is reduced.
Of the invention separately plus in an embodiment, as shown in figure 3, providing another picture upload method, comprising:
S21, the base64 character string for receiving the picture to be uploaded that client uploads;
When client passes through HTML5 page uploading picture, base64 character string is assigned in the HTML5 page Input label is submitted by the list of HTML5, base64 character string is uploaded onto the server;Server can receive client The base64 character string of the picture to be uploaded uploaded.
S22, the picture format type for obtaining the picture to be uploaded, it is described to upper according to picture format type judgement Whether blit piece is legal picture type;
The base64 character string for the picture to be uploaded that server parsing receives, the extension name of available picture to be uploaded, The extension name can represent the Format Type of picture, judge whether picture to be uploaded closes according further to picture format type Method.
Specifically, if the picture format type be not image/pjpeg, image/jpeg, image/x-png, One of image/png, image/jpg are then judged as illegal picture type.
If S23, the picture to be uploaded are legal picture type, the file address of the picture to be uploaded is generated;
Specifically, unique 16 character string is generated by way of md5 random number, in addition the decoding obtains figure Piece Format Type, and the address of the server is added, to generate the file address of the picture to be uploaded.
If the picture to be uploaded is illegal picture type, the data of the picture are not saved, and anti-to client The illegal information of picture to be uploaded is presented, user is prompted to pass through client again uploading pictures.
S24, binary stream file is converted by the base64 character string of the picture to be uploaded, and according to the file Location saves the binary stream file.
Specifically, by the imagecreatefromstring function of PHP by the base64 character of the picture to be uploaded String is converted into binary stream file, and the binary stream file is then saved in the server by ImageJpeg function Described in memory space corresponding to file address.
In the embodiment of the present invention, client is received by the picture of HTML5 page uploading, when judge the conjunction of picture format type When method, above-mentioned picture is saved in server.To the application program to pass through browser or support HTML5 in an intelligent terminal A kind of scheme by HTML5 page uploading picture is provided, development cost is reduced.
Of the invention separately plus in an embodiment, as shown in figure 4, providing a kind of client, including picture uploading instructions obtain Modulus block 11, picture name to be uploaded obtain module 12 and picture uploading module 13, in which:
The picture uploading instructions obtain module 11, for receiving the picture uploading instructions for passing through HTML5 page downloading;
The picture name to be uploaded obtains module 12, for obtaining the title of picture to be uploaded;
The picture uploading module 13, for calling the picture of the insertion HTML5 page according to the picture uploading instructions Program is passed picture to be uploaded is uploaded onto the server using the picture upload program according to the title of the picture to be uploaded.
Further, as shown in figure 5, the picture uploading module 13 specifically includes binary system read module 131, base64 Character string conversion module 132, assignment module 133 and uploading module 134, in which:
The binary system read module 131, for reading picture to be uploaded by binary stream mode;
The base64 character string conversion module 132, for converting the picture to be uploaded of the binary format of reading to Base64 character string;
The assignment module 133, the input label for being assigned to base64 character string in the HTML5 page;
The uploading module 134 uploads onto the server base64 character string for being submitted by the list of HTML5.
In the embodiment of the present invention, a kind of picture upload scheme is provided by the HTML5 page, is embedded using in the HTML5 page Picture upload program, read picture to be uploaded and the conversion by data format, pass through the input label in the HTML5 page Picture to be uploaded is uploaded onto the server.To be to be mentioned in an intelligent terminal by the application program of browser or support HTML5 A kind of scheme by HTML5 page uploading picture has been supplied, development cost is reduced.
Of the invention separately plus in an embodiment, as shown in fig. 6, providing a kind of server, which is characterized in that including receiving Module 21, picture format judgment module 22, file address generation module 23 and picture preserving module 24, in which:
The receiving module 21, the base64 character string of the picture to be uploaded for receiving client upload;
The picture format judgment module 22, for obtaining the picture format type of the picture to be uploaded, according to described Picture format type judges whether the picture to be uploaded is legal picture type;
The file address generation module 23 generates institute if being legal picture type for the picture to be uploaded State the file address of picture to be uploaded;
Specifically, the file address generation module 22 is specifically used for: one is generated by way of md5 random number uniquely 16 character strings, in addition the decoding obtains picture format type, and the address of the server is added, to generate institute State the file address of picture to be uploaded.
The picture preserving module 24, for converting binary stream text for the base64 character string of the picture to be uploaded Part, and the binary stream file is saved according to the file address.
Specifically, the picture preserving module 24 is specifically used for: passing through the imagecreatefromstring function of PHP Binary stream file is converted by the base64 character string of the picture to be uploaded, then through ImageJpeg function described in Binary stream file is saved in memory space corresponding to file address described in the server.
In the embodiment of the present invention, client is received by the picture of HTML5 page uploading, when judge the conjunction of picture format type When method, above-mentioned picture is saved in server.To the application program to pass through browser or support HTML5 in an intelligent terminal A kind of scheme by HTML5 page uploading picture is provided, development cost is reduced.
Of the invention separately plus in an embodiment, as shown in fig. 7, additionally providing a kind of intelligent terminal, including 31 He of processor Memory 32, in which:
The memory 32, for storing picture to be uploaded;
The processor 31, for receiving the picture uploading instructions for passing through HTML5 page downloading;Obtain picture to be uploaded Title;And the picture upload program of the insertion HTML5 page is called according to the picture uploading instructions, according to the picture to be uploaded Title, picture to be uploaded is uploaded onto the server using the picture upload program.
In the embodiment of the present invention, a kind of picture upload scheme is provided by the HTML5 page, is embedded using in the HTML5 page Picture upload program, read picture to be uploaded and the conversion by data format, pass through the input label in the HTML5 page Picture to be uploaded is uploaded onto the server.To be to be mentioned in an intelligent terminal by the application program of browser or support HTML5 A kind of scheme by HTML5 page uploading picture has been supplied, development cost is reduced.
Of the invention separately plus in an embodiment, as shown in figure 8, additionally provide a kind of server, including processor 41 and deposit Reservoir 42, in which:
The processor 31, the base64 character string of the picture to be uploaded for receiving client upload;Obtain it is described to The picture format type of uploading pictures judges whether the picture to be uploaded is legal picture category according to the picture format type Type;If the picture to be uploaded is legal picture type, the file address of the picture to be uploaded is generated;It will be described to upper The base64 character string of blit piece is converted into binary stream file, and saves the binary stream text according to the file address Part;
The memory 32, for storing the picture to be uploaded of the binary stream file.
In embodiments of the present invention, processor is the control centre of the intelligent terminal or server, using various interfaces and The various pieces of the entire electronic equipment of connection, by run or execute the software program being stored in storage unit and/or Module, and the data being stored in storage unit are called, to execute the various functions and/or processing data of electronic equipment.Institute Stating processor can be made of integrated circuit, can also by connection more identical functions or different function envelope table integrated chip and Composition.I.e. processor can be the combination for controlling chip in GPU, digital signal processor and communication unit.
Professional should further appreciate that, described in conjunction with the examples disclosed in the embodiments of the present disclosure Unit and algorithm steps, can be realized with electronic hardware, computer software, or a combination of the two, hard in order to clearly demonstrate The interchangeability of part and software generally describes each exemplary composition and step according to function in the above description. These functions are implemented in hardware or software actually, the specific application and design constraint depending on technical solution. Professional technician can use different methods to achieve the described function each specific application, but this realization It should not be considered as beyond the scope of the present invention.The computer software can be stored in computer-readable storage medium, the journey Sequence is when being executed, it may include such as the process of the embodiment of above-mentioned each method.Wherein, the storage medium can for magnetic disk, CD, Read-only memory or random access memory etc..
In embodiments of the present invention, the intelligent terminal include but is not limited to smart phone, tablet computer, smartwatch and Intelligent bracelet etc..
In the embodiment of the present invention, client is received by the picture of HTML5 page uploading, when judge the conjunction of picture format type When method, above-mentioned picture is saved in server.To the application program to pass through browser or support HTML5 in an intelligent terminal A kind of scheme by HTML5 page uploading picture is provided, development cost is reduced.
As it will be easily appreciated by one skilled in the art that the foregoing is merely illustrative of the preferred embodiments of the present invention, not to The limitation present invention, any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should all include Within protection scope of the present invention.

Claims (6)

1. a kind of picture upload method characterized by comprising
Receive the picture uploading instructions for passing through HTML5 page downloading;
Obtain the title of picture to be uploaded;
The picture upload program that the insertion HTML5 page is called according to the picture uploading instructions, according to the picture to be uploaded Title is uploaded onto the server picture to be uploaded using the picture upload program;
It is described that picture to be uploaded is uploaded onto the server using the picture upload program specifically: to be read by binary stream mode Picture to be uploaded;Base64 character string is converted by the picture to be uploaded of the binary format of reading;Base64 character string is assigned It is worth to the input label in the HTML5 page;It is submitted by the list of HTML5, base64 character string is uploaded onto the server;
Receive the base64 character string for the picture to be uploaded that client uploads;
The picture format type for obtaining the picture to be uploaded judges that the picture to be uploaded is according to the picture format type No is legal picture type;
If the picture to be uploaded is legal picture type, the file address of the picture to be uploaded is generated;
Binary stream file is converted by the base64 character string of the picture to be uploaded, and institute is saved according to the file address State binary stream file.
2. picture upload method as described in claim 1, which is characterized in that the file for generating the picture to be uploaded Location, specifically:
Unique 16 character string is generated by way of md5 random number, in addition decoding obtains picture format type, and again In addition the address of the server, to generate the file address of the picture to be uploaded.
3. picture upload method as claimed in claim 1 or 2, which is characterized in that described by the picture to be uploaded Base64 character string is converted into binary stream file, and saves the binary stream file according to the file address, specifically:
Two are converted by the base64 character string of the picture to be uploaded by the imagecreatefromstring function of PHP Then the binary stream file is saved in file described in the server by ImageJpeg function by system stream file Memory space corresponding to address.
4. a kind of picture uploading system, the system include client and server, which is characterized in that client includes that picture uploads Instruction acquisition module, picture name to be uploaded obtain module and picture uploading module, in which:
The picture uploading instructions obtain module, for receiving the picture uploading instructions for passing through HTML5 page downloading;
The picture name to be uploaded obtains module, for obtaining the title of picture to be uploaded;
The picture uploading module, for calling the picture upload program of the insertion HTML5 page according to the picture uploading instructions, According to the title of the picture to be uploaded, picture to be uploaded is uploaded onto the server using the picture upload program;
The picture uploading module specifically include binary system read module, base64 character string conversion module, assignment module and Uploading module, in which: the binary system read module, for reading picture to be uploaded by binary stream mode;The base64 Character string conversion module, for converting base64 character string for the picture to be uploaded of the binary format of reading;The assignment Module, the input label for being assigned to base64 character string in the HTML5 page;The uploading module, for passing through The list of HTML5 is submitted, and base64 character string is uploaded onto the server;
Server includes receiving module, picture format judgment module, file address generation module and picture preserving module, In:
The receiving module, the base64 character string of the picture to be uploaded for receiving client upload;
The picture format judgment module, for obtaining the picture format type of the picture to be uploaded, according to the picture lattice Formula type judges whether the picture to be uploaded is legal picture type;
The file address generation module generates described to upper if being legal picture type for the picture to be uploaded The file address of blit piece;
The picture preserving module, for converting binary stream file for the base64 character string of the picture to be uploaded, and The binary stream file is saved according to the file address.
5. picture uploading system as claimed in claim 4, which is characterized in that the file address generation module is specifically used for:
Unique 16 character string is generated by way of md5 random number, in addition decoding obtains picture format type, and again In addition the address of the server, to generate the file address of the picture to be uploaded.
6. picture uploading system as described in claim 4 or 5, which is characterized in that the picture preserving module is specifically used for:
Two are converted by the base64 character string of the picture to be uploaded by the imagecreatefromstring function of PHP Then the binary stream file is saved in file described in the server by ImageJpeg function by system stream file Memory space corresponding to address.
CN201610291990.8A 2016-05-05 2016-05-05 A kind of picture upload method, client and server Active CN106027608B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610291990.8A CN106027608B (en) 2016-05-05 2016-05-05 A kind of picture upload method, client and server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610291990.8A CN106027608B (en) 2016-05-05 2016-05-05 A kind of picture upload method, client and server

Publications (2)

Publication Number Publication Date
CN106027608A CN106027608A (en) 2016-10-12
CN106027608B true CN106027608B (en) 2019-06-04

Family

ID=57081619

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610291990.8A Active CN106027608B (en) 2016-05-05 2016-05-05 A kind of picture upload method, client and server

Country Status (1)

Country Link
CN (1) CN106027608B (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108111858B (en) * 2016-11-24 2020-06-05 腾讯科技(深圳)有限公司 Picture compression method and device
CN107800792A (en) * 2017-10-26 2018-03-13 山东浪潮商用系统有限公司 The method that a kind of android pictures or video are uploaded onto the server
CN109299412B (en) * 2018-08-24 2022-04-05 四川爱创科技有限公司 Picture preprocessing method applied to web end
CN109547533A (en) * 2018-10-26 2019-03-29 深圳点猫科技有限公司 A kind of mobile terminal the html5 picture upload preprocess method and electronic equipment of educational system
CN111382379B (en) * 2018-12-27 2022-12-13 福建天晴数码有限公司 Method and terminal for importing configuration data with pictures
CN111104631B (en) * 2019-11-30 2023-06-20 四川商通实业有限公司 Webp picture format conversion method
CN112532730B (en) * 2020-12-01 2022-09-20 四川虹美智能科技有限公司 Picture uploading system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100001591A (en) * 2008-06-27 2010-01-06 (주)판도라티비 Method for providing webhard service and recording medium
CN102685213A (en) * 2012-04-09 2012-09-19 广州市动景计算机科技有限公司 Data uploading method and device based on mobile terminal and mobile terminal
CN104462491A (en) * 2014-12-22 2015-03-25 上海斐讯数据通信技术有限公司 Image uploading method and system and corresponding server
CN105302802A (en) * 2014-05-27 2016-02-03 腾讯科技(深圳)有限公司 Picture uploading method and system and browser

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20100001591A (en) * 2008-06-27 2010-01-06 (주)판도라티비 Method for providing webhard service and recording medium
CN102685213A (en) * 2012-04-09 2012-09-19 广州市动景计算机科技有限公司 Data uploading method and device based on mobile terminal and mobile terminal
CN105302802A (en) * 2014-05-27 2016-02-03 腾讯科技(深圳)有限公司 Picture uploading method and system and browser
CN104462491A (en) * 2014-12-22 2015-03-25 上海斐讯数据通信技术有限公司 Image uploading method and system and corresponding server

Also Published As

Publication number Publication date
CN106027608A (en) 2016-10-12

Similar Documents

Publication Publication Date Title
CN106027608B (en) A kind of picture upload method, client and server
CN106682028B (en) Method, device and system for acquiring webpage application
US8036598B1 (en) Peer-to-peer transfer of files with back-office completion
US20060282500A1 (en) Information management method using a managing symbol and information management server
US10360694B2 (en) Methods and devices for image loading and methods and devices for video playback
US10601600B2 (en) Method and system for sharing content files using a computer system and data network
US9660821B2 (en) Method and system for sharing content files using a computer system and data network
CN105141567B (en) Interaction data processing method and system, the exchange method of terminal applies and server-side
JP2007026427A (en) Information management method using managing symbol and information management server
CN103888817A (en) Method and device for uploading file to intelligent television and playing file
CN102959934A (en) Method and apparatus for sharing images
CN110266469A (en) A kind of remote online electronic signature method based on WEB script data stream operation
CN103327264A (en) System and method for clustered inter cut control, and clustered inter cut management side
EP2763074B1 (en) Portable terminal, document management method, and portable terminal program
CN107463536A (en) A kind of method and system for realizing document in online preview server in Android device
WO2015062263A1 (en) Method and apparatus for recording data of network interaction protocol
US9584671B2 (en) Techniques to transform network resource requests to zero rated network requests
CN111078437B (en) Remote calling method and device for verification codes, electronic equipment and readable storage medium
CN111178010B (en) Method and system for displaying digital signature, data editing method and terminal
JP2007140929A (en) Information providing system, information providing device, and method for providing information
JP2003022008A (en) Information processor and method for information processing, recording medium, and program
CN113342811A (en) HBase table data processing method and device
CN102594792A (en) Multimedia resource transition system and method
CN106911758A (en) File acquisition system
US10275697B2 (en) Method for automatically triggering data share event between sender device and receiver device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240109

Address after: Unit E1, 5th Floor, Building A, Building 1, No. 18 Xiaguangli, Dongsanhuan North Road, Chaoyang District, Beijing, 100000

Patentee after: Beijing Xinrui Weiye Private Entry and Exit Service Co.,Ltd.

Address before: 430000 Wuhan Donghu Development Zone, Wuhan, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.