CN111124197B - Multi-file uploading and sorting method and device - Google Patents

Multi-file uploading and sorting method and device Download PDF

Info

Publication number
CN111124197B
CN111124197B CN201811290171.7A CN201811290171A CN111124197B CN 111124197 B CN111124197 B CN 111124197B CN 201811290171 A CN201811290171 A CN 201811290171A CN 111124197 B CN111124197 B CN 111124197B
Authority
CN
China
Prior art keywords
uploaded
file
files
file list
uploading
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
CN201811290171.7A
Other languages
Chinese (zh)
Other versions
CN111124197A (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 Gridsum Technology Co Ltd
Original Assignee
Beijing Gridsum 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 Beijing Gridsum Technology Co Ltd filed Critical Beijing Gridsum Technology Co Ltd
Priority to CN201811290171.7A priority Critical patent/CN111124197B/en
Publication of CN111124197A publication Critical patent/CN111124197A/en
Application granted granted Critical
Publication of CN111124197B publication Critical patent/CN111124197B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0484Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range

Abstract

The application discloses a method and a device for uploading and sorting multiple files. Wherein, the method comprises the following steps: acquiring a file list of files to be uploaded of a target application; receiving a trigger instruction of a designated control in a display interface of the target application, wherein the designated control is used for adjusting the uploading sequence of the files to be uploaded in the file list; sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list; and displaying the target file list. The method and the device solve the technical problems that in the uploading process of multiple files, sequencing cannot be performed when the element-ui uploads the multiple files, and user experience is poor.

Description

Multi-file uploading and sorting method and device
Technical Field
The application relates to the field of computers, in particular to a method and a device for uploading and sorting multiple files.
Background
In the prior art, multi-file uploading is a basic operation in a front-end project in the field of computers, and a main multi-file uploading mode is to encapsulate data sent by a client in a file form, send the encapsulated data to a server through a network protocol, analyze the data in the server, and finally store the file in the server.
At present, element-ui, a set of Vue 2.0.0-based desktop end component libraries prepared for developers, designers and product managers, provides basic multi-file uploading components, and in the multi-file uploading process, specifying the sequence of files is a very common function, but element-ui does not have a sorting function of multi-file uploading.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the application provides a method and a device for uploading and sorting multiple files, and the technical problems that in the uploading process of the multiple files, the multiple files cannot be uploaded by element-ui and the user experience is poor are at least solved.
According to an aspect of an embodiment of the present application, a method for ordering uploading multiple files is provided, including: acquiring a file list of files to be uploaded of a target application; receiving a trigger instruction of a designated control in a display interface of the target application, wherein the designated control is used for adjusting the uploading sequence of the files to be uploaded in the file list; sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list; and displaying the target file list.
Optionally, sorting the files in the file list according to the trigger instruction includes: acquiring an initial uploading sequence number of the file to be uploaded in the file list, wherein the initial uploading sequence number is used for indicating an initial uploading sequence of the file to be uploaded; determining the moving direction corresponding to the specified control and the correction quantity of the file to be uploaded according to the trigger instruction; modifying the initial uploading sequence number in the direction to be moved according to the correction amount to obtain a target uploading sequence number; and moving the file to be uploaded to a target position according to the target uploading sequence number.
Optionally, the target application includes an element-ui component, and before presenting the target file list, the method further includes: and setting the attribute of the automatic uploading function as invalid, and displaying the attribute of the file list as invalid.
Optionally, after obtaining the target file list, the method includes: and uploading the file to be uploaded according to the target file list.
Optionally, receiving a trigger instruction for a designated control in a presentation interface of the target application includes: and acquiring a control instruction sent by a user, wherein the control instruction is used for controlling the specified controls, and different specified controls correspond to different moving directions of the file to be uploaded.
Optionally, the specifying control comprises: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move forwards; before receiving a trigger instruction for a specified control in a display interface of the target application, the method comprises the following steps: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is a first file to be uploaded or not; if not, receiving a trigger instruction of the specified control for the uploading sequence forward movement of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for the uploading sequence forward movement of the files to be uploaded in the file list.
Optionally, the specifying control comprises: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move backwards; before receiving a trigger instruction for a specified control in a display interface of the target application, the method comprises the following steps: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is the last file to be uploaded or not; if not, receiving a trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list.
According to an aspect of the present application, there is provided a device for uploading and sorting multiple files, including: the acquisition module is used for acquiring a file list of files to be uploaded of the target application; the receiving module is used for receiving a trigger instruction of a specified control in a display interface of the target application, wherein the specified control is used for adjusting the uploading sequence of the files to be uploaded in the file list; the sorting module is used for sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list; and the display module is used for displaying the target file list.
According to an aspect of the present application, there is provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device on which the storage medium is located is controlled to execute the above-mentioned method for uploading and sorting multiple files.
According to an aspect of the present application, there is provided a processor, wherein the processor is configured to execute a program, and the program executes the above-mentioned method for ordering uploading multiple files.
In the embodiment of the application, a file list of a file to be uploaded of a target application is obtained; receiving a trigger instruction of a designated control in a display interface of the target application, wherein the designated control is used for adjusting the uploading sequence of the files to be uploaded in the file list; sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list; and displaying the target file list. The technical effect of adjusting the file arrangement sequence in the file list by receiving the trigger instruction of the specified control when the element-ui uploads the multiple files is achieved. Therefore, the technical problems that in the uploading process of multiple files, the elements-ui can not be sequenced when the multiple files are uploaded, and the user experience is poor are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the application and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the application and together with the description serve to explain the application and not to limit the application. In the drawings:
fig. 1 is a schematic flowchart of an alternative method for sorting multiple files by uploading according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an optional multi-file upload sorting apparatus according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the application described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In accordance with an embodiment of the present application, there is provided a method for uploading/sorting multiple files, where it is noted that the steps illustrated in the flowchart of the drawings may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
Fig. 1 is a schematic flowchart of a method for sorting uploading multiple files according to an embodiment of the present application, where as shown in fig. 1, the method at least includes the following steps:
step S102, a file list of files to be uploaded of a target application is obtained;
in some alternative embodiments of the present application, the target application may be an element-ui component.
Step S104, receiving a trigger instruction of a designated control in a display interface of the target application, wherein the designated control is used for adjusting the uploading sequence of the files to be uploaded in the file list;
in some optional embodiments of the present application, the display interface of the target application may be a display interface of an element-ui component, the instruction control may be an option button for a user to adjust an uploading sequence of a file to be uploaded, and the trigger instruction is a mouse click instruction for the user to click the option button.
Step S106, sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list;
in some optional embodiments of the application, when a user adjusts the files to be uploaded in the file list to be sorted by triggering the control and specifying the control, the currently selected files to be uploaded can be moved forward or backward, and after the files to be uploaded are sorted, a target file list is obtained.
And step S108, displaying the target file list.
In some optional embodiments of the present application, after the target file list is obtained, the target file list is displayed.
In some optional embodiments of the present application, in the step S106, sorting the files in the file list according to the trigger instruction may be implemented by performing the following steps S1062 to S1068:
step S1062, acquiring an initial uploading sequence number of the file to be uploaded in the file list, wherein the initial uploading sequence number is used for indicating an initial uploading sequence of the file to be uploaded;
in some optional embodiments of the present application, the initial upload sequence number is an upload sequence number when an upload order of a file to be uploaded is not adjusted.
Step S1064, determining the moving direction corresponding to the designated control and the correction amount of the file to be uploaded according to the trigger instruction;
in some optional embodiments of the present application, receiving a trigger instruction for a specified control in a presentation interface of a target application may be implemented in the following manner: and acquiring a control instruction sent by a user, wherein the control instruction is used for controlling the specified controls, and different specified controls correspond to different moving directions of the file to be uploaded.
In some optional embodiments of the application, when the trigger instruction is a related instruction for advancing the sorting of the files to be uploaded, which is clicked by the user, the movement direction corresponding to the designated control is determined to be the advancing; when the triggering instruction is a relevant instruction for moving the sequence of the files to be uploaded backwards, which is clicked by a user, the moving direction corresponding to the designated control is determined to be the backward movement;
in some optional embodiments of the present application, the determining, according to the trigger instruction, the correction amount of the to-be-uploaded file is determined according to the number of times that the user clicks the corresponding option button through the mouse, or the number of times of touching the screen, where the correction amount of the to-be-uploaded file moves forward or backward, for example: and determining the correction quantity of the forward movement of the current file to be uploaded as a serial number when the user clicks the forward movement button of the current file to be uploaded once.
Step S1066, modifying the initial uploading serial number in the direction to be moved according to the correction amount to obtain a target uploading serial number;
in some optional embodiments of the present application, when the to-be-moved direction is forward and the correction amount is one serial number, the current initial upload serial number is moved forward by one serial number to obtain the target upload serial number.
And step S1068, moving the file to be uploaded to the target position according to the target uploading sequence number.
In some optional embodiments of the present application, the target application includes an element-ui component, and before the target file list is exposed, the following steps are further performed:
the attribute of the automatic upload function is set to be invalid, and the attribute of the display file list is set to be invalid.
In some optional embodiments of the application, when the functions of the element-ui multi-file are used for uploading (an uploading function and a display list function), in order to sort the files to be uploaded in the file list according to the trigger instruction to obtain the target file list, the automatic uploading function of the element-ui component needs to be set to false so as to avoid that the files to be uploaded are automatically uploaded without being adjusted; in addition, the attribute of the display file list needs to be set to be invalid, so that the target file list is displayed after the file to be uploaded is adjusted.
In some alternative embodiments of the present application, the specific procedure is as follows:
Figure BDA0001849890020000051
Figure BDA0001849890020000061
filelists is a file list data model to be uploaded, the program comprises two new buttons, wherein el-icon-up is a button moving upwards, el-icon-down is a button moving downwards, upIconShow is the judgment logic for judging whether the button moving upwards is displayed or not (when the current file is not the first file, the button moving upwards can be displayed), and downIconShow is the judgment logic for judging whether the button moving downwards can be displayed when the current file is not the last file.
changeFileOrder is a function of file move orderings that can accept two parameters, move direction and index subscript before move.
In some alternative embodiments of the present application, the function that implements the permuting function is as follows:
Figure BDA0001849890020000062
in some optional embodiments of the present application, after obtaining the target file list, the following steps are further performed: and uploading the file to be uploaded according to the target file list.
In some optional embodiments of the present application, the designated control may be: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move forwards; before receiving a trigger instruction for a designated control in a display interface of a target application, the following steps can be further executed: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is the first file to be uploaded or not; if not, receiving a trigger instruction of the specified control for forwarding the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for forwarding the uploading sequence of the files to be uploaded in the file list.
In some optional embodiments of the application, when the instruction control is an instruction control for adjusting the uploading sequence of the files to be uploaded in the file list to move forward, and when the obtained subscript of the file to be uploaded is the subscript of the first file to be uploaded, a prohibition instruction is generated, and the prohibition instruction may be that an option button for controlling the file to be uploaded to move forward is not displayed or is not clickable.
In some optional embodiments of the present application, the specified control may be: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move backwards; before receiving a trigger instruction for a designated control in a display interface of a target application, the method can be further implemented in the following manner: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is the last file to be uploaded or not; if not, receiving a trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list.
In some optional embodiments of the application, when the instruction control is an instruction control for adjusting backward movement of an uploading sequence of a file to be uploaded in a file list, and when the obtained subscript of the file to be uploaded is the subscript of the first file to be uploaded, a prohibition instruction is generated, and the prohibition instruction may be that an option button for controlling backward movement of the file to be uploaded is not displayed or clicked.
In the application, an element-ui multi-file uploading optimization scheme is provided, and the function of multi-file sequencing can be effectively realized; the method has the advantages of simple implementation mode and clear logic, does not need to change the source code of the element-ui, increases a small amount of codes, and achieves the technical effect of adjusting the file arrangement sequence in the file list by receiving the trigger instruction of the specified control when the element-ui uploads multiple files with low cost and small amount of codes. Therefore, the technical problems that in the uploading process of multiple files, the elements-ui can not be sequenced when the multiple files are uploaded, and the user experience is poor are solved.
In the embodiment of the application, a file list of a file to be uploaded of a target application is obtained; receiving a trigger instruction of a designated control in a display interface of a target application, wherein the designated control is used for adjusting the uploading sequence of files to be uploaded in a file list; sorting the files to be uploaded in the file list according to the triggering instruction to obtain a target file list; and displaying the target file list. The technical effect of adjusting the file arrangement sequence in the file list by receiving the trigger instruction of the specified control when the element-ui uploads the multiple files is achieved. Therefore, the technical problems that in the uploading process of multiple files, the elements-ui can not be sequenced when the multiple files are uploaded, and the user experience is poor are solved.
Fig. 2 is a schematic structural diagram of an upload sorting apparatus for multiple files according to an embodiment of the present application, and as shown in fig. 2, the apparatus at least includes: an acquisition module 22, a receiving module 24, a sorting module 26, and a display module 28; wherein:
the obtaining module 22 is configured to obtain a file list of files to be uploaded of the target application;
the receiving module 24 is configured to receive a trigger instruction for a specified control in a display interface of the target application, where the specified control is used to adjust an uploading sequence of files to be uploaded in a file list;
the sorting module 26 is configured to sort the files to be uploaded in the file list according to the trigger instruction, so as to obtain a target file list;
and a display module 28, configured to display the target file list.
It should be noted that, reference may be made to the description related to the embodiment shown in fig. 1 for a preferred implementation of the embodiment shown in fig. 2, and details are not described here again.
According to another aspect of the embodiment of the present application, there is also provided a storage medium, where the storage medium includes a stored program, and when the program runs, a device on which the storage medium is located is controlled to execute the above-mentioned method for ordering uploading of multiple files.
According to another aspect of the embodiment of the present application, there is also provided a processor, where the processor is configured to execute a program, where the program executes the above-mentioned method for sorting multiple files for uploading when running.
The above-mentioned serial numbers of the embodiments of the present application are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present application, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, a division of a unit may be a division of a logic function, and an actual implementation may have another division, for example, a plurality of units or components may be combined or may be integrated into another system, or some features may be omitted, or may not be executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application may be substantially implemented or contributed to by the prior art, or all or part of the technical solution may be embodied in a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method of the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present application and it should be noted that those skilled in the art can make several improvements and modifications without departing from the principle of the present application, and these improvements and modifications should also be considered as the protection scope of the present application.

Claims (6)

1. A method for uploading and sorting multiple files comprises the following steps:
acquiring a file list of a file to be uploaded of a target application, wherein the target application comprises an element-ui component;
receiving a trigger instruction of a designated control in a display interface of the target application, wherein the designated control is used for adjusting the uploading sequence of the files to be uploaded in the file list;
sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list;
displaying the target file list;
before the target file list is displayed, the method further comprises the following steps: setting the attribute of the automatic uploading function as invalid, and setting the attribute for displaying the file list as invalid;
after obtaining the target file list, the method further includes: uploading the file to be uploaded according to the target file list;
wherein the specifying controls include: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move forwards; before receiving a trigger instruction for a specified control in a display interface of the target application, the method comprises the following steps: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is a first file to be uploaded or not; if not, receiving a trigger instruction of a specified control for forwarding the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for forwarding the uploading sequence of the files to be uploaded in the file list;
wherein the specifying controls include: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move backwards; before receiving a trigger instruction for a specified control in a display interface of the target application, the method comprises the following steps: acquiring subscripts of files to be uploaded; judging whether the file to be uploaded corresponding to the subscript is the last file to be uploaded or not; if not, receiving a trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list.
2. The method of claim 1, wherein sorting the files in the file list according to the triggering instruction comprises:
acquiring an initial uploading sequence number of the file to be uploaded in the file list, wherein the initial uploading sequence number is used for indicating an initial uploading sequence of the file to be uploaded;
determining the moving direction corresponding to the specified control and the correction quantity of the file to be uploaded according to the trigger instruction;
modifying the initial uploading sequence number in the direction to be moved according to the correction amount to obtain a target uploading sequence number;
and moving the file to be uploaded to a target position according to the target uploading sequence number.
3. The method of claim 1, wherein receiving a trigger instruction for a specified control in a presentation interface of the target application comprises:
and acquiring a control instruction sent by a user, wherein the control instruction is used for controlling the specified controls, and different specified controls correspond to different moving directions of the file to be uploaded.
4. An upload sorting apparatus of a plurality of files, comprising:
the file uploading module is used for uploading files to a target application, and the target application comprises an element-ui component;
the receiving module is used for receiving a trigger instruction of a specified control in a display interface of the target application, wherein the specified control is used for adjusting the uploading sequence of the files to be uploaded in the file list;
the sorting module is used for sorting the files to be uploaded in the file list according to the trigger instruction to obtain a target file list;
the display module is used for displaying the target file list;
wherein the apparatus is further configured to: before the target file list is displayed, setting the attribute of the automatic uploading function as invalid, and displaying the attribute of the file list as invalid;
wherein the apparatus is further configured to: after the target file list is obtained, uploading the file to be uploaded according to the target file list;
wherein the specifying controls include: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move forwards; and the upload sequencing apparatus is further configured to: acquiring subscripts of files to be uploaded before receiving a trigger instruction of a designated control in a display interface of the target application; judging whether the file to be uploaded corresponding to the subscript is a first file to be uploaded or not; if not, receiving a trigger instruction of a specified control for forwarding the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for forwarding the uploading sequence of the files to be uploaded in the file list;
optionally, the specifying control comprises: the instruction control is used for adjusting the uploading sequence of the files to be uploaded in the file list to move backwards; and the upload sequencing apparatus is further configured to: acquiring subscripts of files to be uploaded before receiving a trigger instruction of a designated control in a display interface of the target application; judging whether the file to be uploaded corresponding to the subscript is the last file to be uploaded or not; if not, receiving a trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list, and if so, generating a prohibition instruction, wherein the prohibition instruction is used for prohibiting receiving the trigger instruction of the specified control for backward movement of the uploading sequence of the files to be uploaded in the file list.
5. A storage medium, characterized in that the storage medium comprises a stored program, wherein when the program runs, a device where the storage medium is located is controlled to execute the uploading ordering method of the multiple files according to any one of claims 1 to 3.
6. A processor, wherein the processor is configured to run a program, and wherein the program is configured to execute the method for uploading the multi-file according to any one of claims 1 to 3.
CN201811290171.7A 2018-10-31 2018-10-31 Multi-file uploading and sorting method and device Active CN111124197B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811290171.7A CN111124197B (en) 2018-10-31 2018-10-31 Multi-file uploading and sorting method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811290171.7A CN111124197B (en) 2018-10-31 2018-10-31 Multi-file uploading and sorting method and device

Publications (2)

Publication Number Publication Date
CN111124197A CN111124197A (en) 2020-05-08
CN111124197B true CN111124197B (en) 2022-04-26

Family

ID=70494294

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811290171.7A Active CN111124197B (en) 2018-10-31 2018-10-31 Multi-file uploading and sorting method and device

Country Status (1)

Country Link
CN (1) CN111124197B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117008779A (en) * 2022-04-29 2023-11-07 北京有竹居网络技术有限公司 Interface layout adjustment method, device, equipment, storage medium and program product

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104281369A (en) * 2014-09-30 2015-01-14 百度在线网络技术(北京)有限公司 Picture uploading processing method and device
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery
CN108089847A (en) * 2017-12-14 2018-05-29 易知成都数据服务有限公司 A kind of Components Development method based on ElementUI and UEditor rich texts

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
BRPI0615273A2 (en) * 2005-08-29 2011-05-17 Joshua F Kriger system, device, and method for transmitting information using a fast serial presentation technique
US7707273B2 (en) * 2006-09-11 2010-04-27 Apple Inc. Management and prioritization of media item downloading
US20140279271A1 (en) * 2013-03-15 2014-09-18 Vistaprint Technologies Limited Systems and Methods for Configuring a Group Order and Automatic Generation of Group Order Notification and Feedback Conforming to Pre-Specified Feedback Constraints
US9742853B2 (en) * 2014-05-19 2017-08-22 The Michael Harrison Tretter Auerbach Trust Dynamic computer systems and uses thereof
CN104796477A (en) * 2015-04-26 2015-07-22 天津立言科技有限公司 Document uploading method, device and system
CN106528566A (en) * 2015-09-11 2017-03-22 北京国双科技有限公司 Log file output method, server and client
CN105279142B (en) * 2015-10-10 2018-11-23 网易(杭州)网络有限公司 A kind of edit methods and device of the attachment for mail
CN106487868A (en) * 2016-05-30 2017-03-08 深圳市美贝壳科技有限公司 The method that User Defined uploads

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104281369A (en) * 2014-09-30 2015-01-14 百度在线网络技术(北京)有限公司 Picture uploading processing method and device
CN107832038A (en) * 2017-10-27 2018-03-23 中航信移动科技有限公司 The implementation method and device of Component Gallery
CN108089847A (en) * 2017-12-14 2018-05-29 易知成都数据服务有限公司 A kind of Components Development method based on ElementUI and UEditor rich texts

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"vue+ Element-ui项目上传图片组件";啥啥啥娜娜;《 https://www.jianshu.com/p/b60e5ee3a312》;20181016;第1-3页 *
"关于vue elementUI表格后台排序详解";future bird;《https://blog.csdn.net/Fture_Bird/article/details/80916227》;20180704;第1-2页 *

Also Published As

Publication number Publication date
CN111124197A (en) 2020-05-08

Similar Documents

Publication Publication Date Title
US11048945B2 (en) System and method for using a website containing video playlists as input to a download manager
US10359927B2 (en) Methods and systems for photo, page, and spread arrangement on space-constrained user devices
CN110870975B (en) Method, device and equipment for processing live game and computer readable storage medium
CN108712665B (en) Live broadcast list generation method and device, server and storage medium
CN110730387B (en) Video playing control method and device, storage medium and electronic device
US20190138194A1 (en) Apparatus and methods for a user interface
CN110677720B (en) Method, device and equipment for positioning video image frame and computer storage medium
CN112860148B (en) Medal icon editing method, device, equipment and computer readable storage medium
CN104123383B (en) A kind of method and device used in media application
US20200402537A1 (en) Method and device of presenting audio/video files, computing device, and readable storage medium
CN104281369A (en) Picture uploading processing method and device
CN106406111A (en) Intelligent household electrical appliance operation method based on AR technology and image recognition technology
CN106354316A (en) Operation panel based on AR technology and image recognition technology
CN111130996A (en) View information sharing method and device and computer readable storage medium
CN111124197B (en) Multi-file uploading and sorting method and device
EP4268913A1 (en) Position adjustment method and apparatus for operation controls, and terminal, and storage medium
CN113268004A (en) Scene creating method and device, computer equipment and storage medium
CN114170472A (en) Image processing method, readable storage medium and computer terminal
CN109656463A (en) The generation method of individual character expression, apparatus and system
CN104391898A (en) Data showing method and device
CN111766989A (en) Interface switching method and device
CN111176600A (en) Video canvas control method, video monitoring device and storage medium
CN111782740A (en) Seat data processing method, computing device and storage medium
CN115270737A (en) Format modification method and device for target object
US10990241B2 (en) Rich media icon system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant