[go: up one dir, main page]

CN103617043A - Method and system with picture webpage data uploading function - Google Patents

Method and system with picture webpage data uploading function Download PDF

Info

Publication number
CN103617043A
CN103617043A CN201310658134.8A CN201310658134A CN103617043A CN 103617043 A CN103617043 A CN 103617043A CN 201310658134 A CN201310658134 A CN 201310658134A CN 103617043 A CN103617043 A CN 103617043A
Authority
CN
China
Prior art keywords
data
picture
submission
information
page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201310658134.8A
Other languages
Chinese (zh)
Other versions
CN103617043B (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.)
Chongqing University
Original Assignee
Chongqing University
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 Chongqing University filed Critical Chongqing University
Priority to CN201310658134.8A priority Critical patent/CN103617043B/en
Publication of CN103617043A publication Critical patent/CN103617043A/en
Application granted granted Critical
Publication of CN103617043B publication Critical patent/CN103617043B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

本发明提供一种带图片网页数据提交的方法,包括如下步骤:(1)用户选择好相关的图片后,触发图片数据提交事件,并将该图片信息上传服务器并存储到数据库的一个图片临时表中;(2)用户在同一个页面输入相应的文字信息后,点击一个提交按钮以触发页面总体提交,并将该文字信息上传服务器并存储到数据库的一个文字临时表中;(3)汇总步骤(1)提交的图片信息和步骤(2)提交的文字信息,创建一条新记录,作为一个新记录存储到相应的表中;所述的图片或文字临时表,至少包括一个用户唯一码标识、图片存储信息等内容。本发明实现同一页面下文字与图片的分别提交,同时能有效防止无效记录的产生,增进计算机的主机装置的使用效率。

Figure 201310658134

The present invention provides a method for submitting web page data with pictures, which includes the following steps: (1) After the user selects a relevant picture, a picture data submission event is triggered, and the picture information is uploaded to the server and stored in a temporary picture table of the database Medium; (2) After the user enters the corresponding text information on the same page, click a submit button to trigger the overall submission of the page, and upload the text information to the server and store it in a text temporary table in the database; (3) Summary steps (1) The picture information submitted and the text information submitted in step (2) create a new record and store it in the corresponding table as a new record; the picture or text temporary table includes at least a user unique code identifier, Image storage information and other content. The invention realizes the separate submission of text and pictures on the same page, effectively prevents the generation of invalid records, and improves the use efficiency of the host device of the computer.

Figure 201310658134

Description

一种带图片网页数据上传的方法和系统Method and system for uploading web page data with pictures

技术领域 technical field

    本发明涉及用计算机处理技术,特别是涉及一种带图片数据上传的方法及系统。 The present invention relates to computer processing technology, in particular to a method and system for uploading image data.

  the

背景技术 Background technique

随着计算机网络的快速发展,越来越多的图片或数据经由网络传输;例如网页进行内容发布。特别地,对于形如电子商务等领域来说,考虑的不仅仅是如何把这些商务信息广告出去,更需要增加这些广告的直观性、趣味性等来吸引眼球,以进一步促进销量和聚集人气,所以用于进行内容发布的网页通常需要图文并茂,生动有趣。 With the rapid development of computer networks, more and more pictures or data are transmitted via the network; for example, web pages for content publishing. In particular, for fields such as e-commerce, the consideration is not only how to advertise these business information, but also to increase the intuitiveness and interest of these advertisements to attract eyeballs, so as to further promote sales and gather popularity. Therefore, the web pages used for content publishing usually need to be rich in pictures and texts, vivid and interesting.

而Html中,包括图片在内的文件上传,一般通过表单元素<input type = file来实现。参见图1和图2,通过使用这个元素,浏览器会自动生成一个输入框和一个按钮,输入框可供用户填写本地的文件名和路径名,按钮可以让浏览器打开一个文件选择框供用户选择文件,然后再点击一个上传按钮后将文件上传服务器。同理,在.net环境,可以通过服务器控件<asp:FileUpload实现文件的上传。 In Html, file uploads including pictures are generally implemented through the form element <input type = file. See Figure 1 and Figure 2. By using this element, the browser will automatically generate an input box and a button. The input box allows the user to fill in the local file name and path name. The button allows the browser to open a file selection box for the user to choose file, and then click an upload button to upload the file to the server. Similarly, in the .net environment, you can upload files through the server control <asp:FileUpload.

然而,上述的提交方式存在提交范围限定为整个页面内的全部输入区域的情况,而某些应用会希望实现图片与文字的分别上传。解决的方法有,一是采用两个页面进行内容发布,第一个页面负责文字发布,完成后进入第二步的图片上传。但是这种方法比较繁杂,用户体验感不好;二是采用在同一个页面分别提交的方法,即允许先提交图片部分,并在相应的数据库添加一条记录,然后提交文字部分进行记录补齐。这种方法存在一点不足,即当提交图片部分后,可能由于重新提交新图片或文字部分没有及时提交,造成后台数据库产生一条无效的记录,从而影响数据库的使用效率。 However, in the above-mentioned submission method, the scope of submission may be limited to all input areas on the entire page, and some applications may wish to upload pictures and text separately. The solution is as follows. One is to use two pages for content publishing. The first page is responsible for text publishing, and after completion, enter the second step of image upload. But this method is complicated and the user experience is not good; the second is to use the method of submitting separately on the same page, that is, it is allowed to submit the picture part first, add a record in the corresponding database, and then submit the text part to complete the record. This method has a disadvantage, that is, after the picture part is submitted, an invalid record may be generated in the background database due to the resubmission of the new picture or the text part may not be submitted in time, thus affecting the efficiency of the database.

再如,中国专利申请号为2012101284016公开的“网页数据提交方法和装置” 它涉及网页页面被设置为两个以上的提交区域,该方法包括:当检测到区域提交标签包含的区域提交事件被触发时,获取区域提交标签包含的一个或一个以上区域标识,区域标识用于表示用户选择的提交区域;根据区域标识,获取区域标识对应的提交区域的页面数据;向服务器发送获取到的页面数据。从而无需提交整个网页页面数据,而只是提交了区域标识对应的提交区域的页面数据,进一步地提高了网页开发者的开发自由度。但是,该发明存在有以下的不足:1)没有考虑.net环境下服务器控件<asp:FileUpload在选择上传图片时的自触发功能,这时专门的区域设置已没有必要;2)同一区域重提交或没有及时提交时,该专利会造成的后台数据库产生一条无效记录。 Another example is the "Webpage Data Submission Method and Device" disclosed in Chinese Patent Application No. 2012101284016, which involves setting a web page as more than two submission areas. The method includes: when it is detected that the area submission event contained in the area submission tag is triggered , obtain one or more region identifiers contained in the region submission tag, and the region identifier is used to indicate the submission region selected by the user; according to the region identifier, obtain the page data of the submission region corresponding to the region identifier; send the obtained page data to the server. Therefore, there is no need to submit the entire web page data, but only the page data of the submitted area corresponding to the area identifier is submitted, which further improves the development freedom of the web page developer. However, this invention has the following deficiencies: 1) The self-triggering function of the server control <asp:FileUpload in the .net environment is not considered when selecting uploaded pictures, and special regional settings are no longer necessary at this time; 2) Resubmit in the same region Or when it is not submitted in time, the patent will cause an invalid record in the background database.

  the

发明内容 Contents of the invention

本发明的目的是提供一种带图片网页数据提交的方法,实现同一页面下文字与图片的分别提交,同时能有效防止无效记录的产生,增进计算机的主机装置的使用效率。 The purpose of the present invention is to provide a method for submitting web page data with pictures, which can realize the separate submission of text and pictures on the same page, effectively prevent the generation of invalid records, and improve the use efficiency of the host device of the computer.

实现上述目的,本发明采用如下技术方案:一种带图片网页数据提交的方法,其特征在于,包括如下步骤: To achieve the above object, the present invention adopts the following technical solutions: a method for submitting web page data with pictures, which is characterized in that it comprises the following steps:

(1)用户选择好相关的图片后,触发图片数据提交事件,并将该图片信息上传服务器并存储到数据库的一个图片临时表中; (1) After the user selects the relevant picture, the picture data submission event is triggered, and the picture information is uploaded to the server and stored in a temporary picture table in the database;

(2)用户在同一个页面输入相应的文字信息后,点击一个提交按钮以触发页面总体提交,并将该文字信息上传服务器并存储到数据库的一个文字临时表中; (2) After the user enters the corresponding text information on the same page, click a submit button to trigger the overall submission of the page, and upload the text information to the server and store it in a text temporary table in the database;

(3)汇总步骤(1)提交的图片信息和步骤(2)提交的文字信息,创建一条新记录,作为一个新记录存储到相应的表中; (3) Summarize the image information submitted in step (1) and the text information submitted in step (2), create a new record, and store it in the corresponding table as a new record;

所述的图片或文字临时表,至少包括一个用户唯一码标识、图片存储信息等内容。 The picture or text temporary table includes at least one user unique code identification, picture storage information and other contents.

进一步,所述的数据提交可以在浏览器端进行有效校验,包括图片格式、大小、文字长度等校验。 Further, the data submission can be effectively verified on the browser side, including verification of image format, size, text length, etc.

本发明还提供一种网页数据提交的系统,其特征在于,包括依次通信连接的数据获取模块、数据校验模块、数据发送模块、图片数据存储模块和数据汇总存储模块; The present invention also provides a system for submitting web page data, which is characterized in that it includes a data acquisition module, a data verification module, a data sending module, a picture data storage module, and a data summary storage module that are sequentially connected by communication;

数据获取模块,用于检测各数据提交事件被触发时,获取相应提交数据的网面数据; The data acquisition module is used to obtain the network data of the corresponding submitted data when each data submission event is triggered;

数据校验模块,用于校验上传数据的格式、大小、长度等是否满足事先约定的要求; The data verification module is used to verify whether the format, size, length, etc. of the uploaded data meet the requirements agreed in advance;

数据发送模块,用于向服务器发送获取到的页面数据; The data sending module is used to send the obtained page data to the server;

图片数据存储模块,用于将上传的图片信息存储到一个临时表中; The image data storage module is used to store the uploaded image information in a temporary table;

数据汇总存储模块,用于汇总提交的文字信息,以及数据库中图片临时表中的图片信息,并作为一个新记录存储到相应的表中。 The data summary storage module is used to summarize the submitted text information and the picture information in the picture temporary table in the database, and store them in the corresponding table as a new record.

相比现有技术,本发明具有如下有益效果: Compared with the prior art, the present invention has the following beneficial effects:

本发明充分利用现有的图像上传控件,实现同一页面下文字与图片的分别提交,避免不必要的翻页操作;同时运用临时表存储数据技术,能有效防止无效记录的产生,从而增进计算机的主机装置的使用效率,提高网页开发人员的自由度,最大程度地方便用户的操作体验。 The present invention makes full use of the existing image upload control to realize the separate submission of text and pictures on the same page, avoiding unnecessary page-turning operations; at the same time, it uses the temporary table storage data technology, which can effectively prevent the generation of invalid records, thereby improving the efficiency of the computer. The use efficiency of the host device improves the freedom of web developers and maximizes the convenience of the user's operating experience.

本发明所述网页数据提交的系统,功能强大,已应用一些电子商务后台管理领域,取得了预期的效果。 The webpage data submission system of the present invention has powerful functions and has been applied in some background management fields of e-commerce and achieved expected effects.

 the

附图说明 Description of drawings

    图1为现有技术的aspx代码示意图; Figure 1 is a schematic diagram of the aspx code of the prior art;

图2为图1的aspx代码在浏览器显示页面效果示意图; Figure 2 is a schematic diagram of the page display effect of the aspx code in Figure 1 in the browser;

图3是本发明一个实施例提供的带图片网页数据提交的流程图; Fig. 3 is the flow chart of the web page data submission with pictures provided by one embodiment of the present invention;

    图4是本发明一个实施例提供的带图片网页数据提交的装置结构示意图。 Figure 4 is a schematic structural diagram of a device for submitting web page data with pictures provided by an embodiment of the present invention.

 the

具体实施方式 Detailed ways

为了更清楚地说明本发明技术方案,下面以C#程序为例,结合附图和实施对本发明作进一步详细说明。本发明涉及的带图片网页数据提交的方法,通过在计算机上运行的软件形式来实现。 In order to illustrate the technical solution of the present invention more clearly, the following takes the C# program as an example, and further describes the present invention in detail in conjunction with the accompanying drawings and implementation. The method for submitting web page data with pictures involved in the present invention is realized by software running on a computer.

参见图3,一种带图片网页数据提交的方法,该方法包括:当用户选择好相关的图片后,自动触发图片数据提交事件,并将该图片信息上传服务器并存储到数据库的一个临时表中;当用户在同一个页面输入相应的文字信息后,点击一个提交按钮以触发页面总体提交;然后汇总提交的文字信息,以及数据库中图片临时表中的图片信息,作为一个新记录存储到相应的表中。 Referring to Fig. 3, a method for submitting web page data with pictures, the method includes: when the user selects a relevant picture, an event for submitting picture data is automatically triggered, and the picture information is uploaded to the server and stored in a temporary table in the database ; After the user enters the corresponding text information on the same page, click a submit button to trigger the overall submission of the page; then summarize the submitted text information, and the image information in the image temporary table in the database, and store them as a new record in the corresponding table.

上述的图片临时表,至少可包括一个用户唯一码标识,图片存储信息等内容。 The aforementioned temporary picture table may include at least one user unique code identifier, picture storage information and other contents.

上述的数据提交可以在浏览器端进行有效校验,包括图片格式、大小、文字长度等校验。 The above data submission can be effectively verified on the browser side, including verification of image format, size, text length, etc.

这里的用户可以是网页开发者,也可以是普通的终端用户。上述网页数据提交的装置可以包括台式计算机,笔记本,手机,PDA,平台电脑,电子书等。 The user here can be a web developer or an ordinary end user. The above-mentioned devices for submitting web page data may include desktop computers, notebooks, mobile phones, PDAs, platform computers, e-books, and the like.

参见图4,一种网页数据提交的系统,包括依次通信连接的数据获取模块、数据校验模块、数据发送模块、图片数据存储模块和数据汇总存储模块; Referring to Fig. 4, a system for submitting webpage data includes a data acquisition module, a data verification module, a data sending module, a picture data storage module and a data summary storage module connected in sequence by communication;

数据获取模块,用于检测各数据提交事件被触发时,获取相应提交数据的网面数据; The data acquisition module is used to obtain the network data of the corresponding submitted data when each data submission event is triggered;

数据校验模块,用于校验上传数据的格式、大小、长度等是否满足事先约定的要求; The data verification module is used to verify whether the format, size, length, etc. of the uploaded data meet the requirements agreed in advance;

数据发送模块,用于向服务器发送获取到的页面数据; The data sending module is used to send the obtained page data to the server;

图片数据存储模块,用于将上传的图片信息存储到一个临时表中; The image data storage module is used to store the uploaded image information in a temporary table;

数据汇总存储模块,用于汇总提交的文字信息,以及数据库中图片临时表中的图片信息,并作为一个新记录存储到相应的表中。 The data summary storage module is used to summarize the submitted text information and the picture information in the picture temporary table in the database, and store them in the corresponding table as a new record.

在本发明的各个实施例中,对网页中的需要进行数据提交的范围,自动区分为文字和图片提交两个部分,分别进行处理。 In each embodiment of the present invention, the scope of data submission in the webpage is automatically divided into two parts, text and picture submission, and processed separately.

一、图片上传的过程:1. The process of uploading pictures:

例如,可以通过服务器控件<asp:FileUpload控制图片的上传处理,或者通过把html控件<input type = file设置为服务器控件实现图片上传。其步骤如下: For example, you can control image upload processing through the server control <asp:FileUpload, or you can realize image upload by setting the html control <input type = file as a server control. The steps are as follows:

1、通过控件<asp:FileUpload或<input type = file runat=’’server”右边的浏览按钮,选择需要上传的图片,当控件判断框内发生变化时,触发onChange事件,从而调用javascript内的事件处理函数CheckFileTypeIphone(); 1. Through the browse button on the right side of the control <asp:FileUpload or <input type = file runat=''server", select the picture to be uploaded. When the control judges a change in the frame, the onChange event is triggered to call the event in javascript Processing function CheckFileTypeIphone();

2、图片上传触发及校验: 2. Image upload trigger and verification:

函数CheckFileTypeIphone()有两个功能:  The function CheckFileTypeIphone() has two functions:

(1)校验功能,即校验选择的文件是否是所需要的图片格式,大小是否符合要求等; (1) Verification function, that is, to verify whether the selected file is in the required image format, whether the size meets the requirements, etc.;

(2)通过javascript代码:document.getElementById('btnUpdateTelPic').click(),从而触发隐藏按钮btnUpdateIphonePic的OnClick事件,并由后台btnUpdateIphonePic_Click事件处理图片的提交事宜。 (2) Through the javascript code: document.getElementById('btnUpdateTelPic').click(), the OnClick event of the hidden button btnUpdateIphonePic is triggered, and the background btnUpdateIphonePic_Click event handles the submission of the picture.

3、图片的上传及临时存储: 3. Upload and temporary storage of pictures:

后台btnUpdateIphonePic_Click()事件也有两个功能: The background btnUpdateIphonePic_Click() event also has two functions:

(1)上传图片。可以将图片转化为二进制存储到临时表中,或者直接将图片上传到服务器的指定目录下,并将路径等信息存储到数据库中,以保证用户通过这些信息可能正确获取上传的图片。 (1) Upload pictures. You can convert the picture into binary and store it in a temporary table, or directly upload the picture to the specified directory of the server, and store the path and other information in the database, so as to ensure that the user can correctly obtain the uploaded picture through this information.

(2)存储图片信息。首先,创建一个图片临时存储表,其中至少包括唯一标识,图片信息,其中如果是二进制存储,可以采用Image类型字段;如果图片直接存储到服务器的,可以采用varchar类型存储图片在服务器中的路径。一般地,标识可以采用登陆UserID来区分,主要是考虑到每个登陆用户在给定的时间只能上传一张图片。然后,将上传图片的信息存储到这个临时表中,这样保证每个在线用户只能在临时表中保存一张图片。 (2) Store picture information. First, create a temporary image storage table, which includes at least the unique identifier and image information. If the image is stored in binary format, the Image type field can be used; if the image is directly stored on the server, the varchar type can be used to store the path of the image in the server. Generally, the identification can be distinguished by the login UserID, mainly because each login user can only upload one picture at a given time. Then, store the uploaded picture information in this temporary table, so that each online user can only save one picture in the temporary table.

二、文字信息上传及汇总:2. Upload and summary of text information:

1、信息录入及提交。参见图2,在标题或简介域中录入相关的信息。录入完成后,点击按钮btnSubmit,触发OnClick事件btnSubmit_Click()。 1. Information entry and submission. Referring to Figure 2, enter relevant information in the Title or Introduction field. After the input is complete, click the button btnSubmit to trigger the OnClick event btnSubmit_Click().

2、 数据校验。可以在后台的Page_Load事件中添加以下的代码: 2. Data verification. You can add the following code to the Page_Load event in the background:

btnSubmit.Attributes.Add("onclick", "return confirm();") btnSubmit.Attributes.Add("onclick", "return confirm();")

于是,后台处理OnClick事件btnSubmit_Click()之前,需要在客户端调用一段Javascript函数confirm(),以进行数据校验,如判断数据是否为空,长度是否符合要求,电话号码格式,Email格式,数字格式,货币格式、时间格式等。完成后,执行后台btnSubmit_Click()事件。 Therefore, before the OnClick event btnSubmit_Click() is processed in the background, a Javascript function confirm() needs to be called on the client side to perform data verification, such as judging whether the data is empty, whether the length meets the requirements, phone number format, Email format, digital format , currency format, time format, etc. After completion, execute the background btnSubmit_Click() event.

    3、数据提交及汇总存储。执行后台btnSubmit_Click()事件,通过关联登陆UserID方式,采用Sql方式,汇总图片临时表的图片信息,将网页中的图片及文字信息作为一条新记录Insert到相关表中。 3. Data submission and summary storage. Execute the btnSubmit_Click() event in the background, log in UserID through association, and use Sql to summarize the image information in the image temporary table, and insert the image and text information in the webpage as a new record into the related table.

    实施例中所述的校验,可以采用客户端校验方式,或服务器终校验方式。 The verification described in the embodiment can adopt the client verification method or the server final verification method.

实施例中所述的图片上传,可以是单个图片上传,也可以是多个图片上传。只是当多个图片上传时,可按照单个图片上传方式,做相似的处理。 The uploading of pictures described in the embodiments may be uploading a single picture or uploading multiple pictures. It's just that when multiple pictures are uploaded, similar processing can be done according to the single picture upload method.

以上所述仅为本发明的较佳实施例而已,并不用以限制本发明。本发明可以用于电子商务领域团购等信息的发布,也可应用在其它领域,只要在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。  The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. The present invention can be used in the release of information such as group buying in the field of e-commerce, and can also be applied in other fields. As long as it is within the spirit and principles of the present invention, any modifications, equivalent replacements, improvements, etc., should be included in the scope of the present invention. within the scope of protection. the

Claims (3)

1. a method of submitting to picture network page data, is characterized in that, comprises the steps:
(1) user chooses after relevant picture, and trigger image data and submit event to, and by this pictorial information upload server and store in a picture temporary table of database;
(2) user inputs after corresponding Word message at the same page, and click a submit button and totally submit to trigger the page, and by this Word message upload server and store in a word temporary table of database;
(3) Word message that the pictorial information that aggregation step (1) is submitted to and step (2) are submitted to, creates a new record, as a new record, stores in corresponding table;
Described picture or word temporary table, at least comprise the contents such as user's unique code sign, picture-storage information.
2. the method for submitting to picture network page data according to claim 1, is characterized in that, described data are submitted to can carry out effective verification at browser end, comprises the verifications such as picture format, size, word length.
3. the system that web data is submitted to, is characterized in that, comprises that data acquisition module, data check module, data transmission blocks, image data memory module and the data of communication connection gather memory module successively;
Data acquisition module, while being triggered for detection of each data submission event, obtains the wire side data of corresponding submission data;
Whether data check module, meet the requirement of agreement in advance for the form of verification uploading data, size, length etc.;
Data transmission blocks, for sending the page data getting to server;
Image data memory module, for storing the pictorial information of uploading into a temporary table;
Data gather memory module, for gathering the Word message of submission, and the pictorial information in picture temporary table in database, and store in corresponding table as a new record.
CN201310658134.8A 2013-12-09 2013-12-09 A kind of method and system uploaded with picture web data Expired - Fee Related CN103617043B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310658134.8A CN103617043B (en) 2013-12-09 2013-12-09 A kind of method and system uploaded with picture web data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310658134.8A CN103617043B (en) 2013-12-09 2013-12-09 A kind of method and system uploaded with picture web data

Publications (2)

Publication Number Publication Date
CN103617043A true CN103617043A (en) 2014-03-05
CN103617043B CN103617043B (en) 2017-08-11

Family

ID=50167746

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310658134.8A Expired - Fee Related CN103617043B (en) 2013-12-09 2013-12-09 A kind of method and system uploaded with picture web data

Country Status (1)

Country Link
CN (1) CN103617043B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104462491A (en) * 2014-12-22 2015-03-25 上海斐讯数据通信技术有限公司 Image uploading method and system and corresponding server
CN105407120A (en) * 2014-09-15 2016-03-16 上海天脉聚源文化传媒有限公司 Method, device and system for transmitting image based on WEB client
CN106953925A (en) * 2017-03-30 2017-07-14 福建中金在线信息科技有限公司 A kind of image data method for uploading and system
CN108876632A (en) * 2018-06-04 2018-11-23 中国平安人寿保险股份有限公司 Claims Resolution method, apparatus, computer equipment and readable storage medium storing program for executing
CN113222703A (en) * 2021-05-20 2021-08-06 青岛海信智慧生活科技股份有限公司 Method and device for uploading commodity pictures in batches

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101110837A (en) * 2007-08-08 2008-01-23 腾讯科技(深圳)有限公司 System and method for implementing mobile phone blog
CN101187934A (en) * 2006-11-21 2008-05-28 国际商业机器公司 Method and system for providing high performance data modification of relational database tables
US20130227082A1 (en) * 2012-02-24 2013-08-29 Htc Corporation Method for uploading media file, electronic device using the same, and non-transitory storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101187934A (en) * 2006-11-21 2008-05-28 国际商业机器公司 Method and system for providing high performance data modification of relational database tables
CN101110837A (en) * 2007-08-08 2008-01-23 腾讯科技(深圳)有限公司 System and method for implementing mobile phone blog
US20130227082A1 (en) * 2012-02-24 2013-08-29 Htc Corporation Method for uploading media file, electronic device using the same, and non-transitory storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
刘正龙等: "基于ASP_NET实现图片存储数据库及页面读取研究与应用", 《软件导刊》 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105407120A (en) * 2014-09-15 2016-03-16 上海天脉聚源文化传媒有限公司 Method, device and system for transmitting image based on WEB client
CN104462491A (en) * 2014-12-22 2015-03-25 上海斐讯数据通信技术有限公司 Image uploading method and system and corresponding server
CN106953925A (en) * 2017-03-30 2017-07-14 福建中金在线信息科技有限公司 A kind of image data method for uploading and system
CN108876632A (en) * 2018-06-04 2018-11-23 中国平安人寿保险股份有限公司 Claims Resolution method, apparatus, computer equipment and readable storage medium storing program for executing
CN113222703A (en) * 2021-05-20 2021-08-06 青岛海信智慧生活科技股份有限公司 Method and device for uploading commodity pictures in batches

Also Published As

Publication number Publication date
CN103617043B (en) 2017-08-11

Similar Documents

Publication Publication Date Title
US20200257437A1 (en) Methods and systems for web content generation
US10437907B2 (en) Link expansion service
CN101611397B (en) Application-based copy and paste operations
US9832195B2 (en) Developer based document collaboration
US10572581B2 (en) System and method for web content presentation management
CN100462964C (en) A method for updating and displaying web page data
US20140136957A1 (en) Supporting Scalable Fonts
US20140344658A1 (en) Enhanced links in curation and collaboration applications
US20140380142A1 (en) Capturing website content through capture services
CN102799372B (en) A kind of method for uploading of pictorial information and upload device
US10599753B1 (en) Document version control in collaborative environment
CN102768683B (en) A kind of searching method of pictorial information and searcher
WO2014074964A1 (en) Providing and procuring worksheet functions through an online marketplace
CN104462534A (en) Network information sharing method and device
CN103617043B (en) A kind of method and system uploaded with picture web data
CN102831154B (en) The method and apparatus of data in the Text Entry of preservation and display web page
CN116382604B (en) Method, system, storage medium and equipment for printing PDF (portable document format) file on webpage
KR20120137629A (en) System for providing shorten url browsing with branding , method thereof, and web client thereof
CN117492752B (en) A page dynamic configuration method, device, computer equipment and storage medium
CN113434466B (en) File view processing method, device, equipment and storage medium
CN111367898B (en) Data processing method, device, system, electronic equipment and storage medium
WO2017197889A1 (en) Keyword link method, device and system
CN114065068A (en) A page access control method and device, device, and storage medium
JP2009026013A (en) Content registration / provision device, content registration / provision control method, and content registration / provision control program
WO2014197301A2 (en) Multi-part and single response image protocol

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170811

CF01 Termination of patent right due to non-payment of annual fee