WO2017213454A1 - File control system and method using user server - Google Patents

File control system and method using user server Download PDF

Info

Publication number
WO2017213454A1
WO2017213454A1 PCT/KR2017/006007 KR2017006007W WO2017213454A1 WO 2017213454 A1 WO2017213454 A1 WO 2017213454A1 KR 2017006007 W KR2017006007 W KR 2017006007W WO 2017213454 A1 WO2017213454 A1 WO 2017213454A1
Authority
WO
WIPO (PCT)
Prior art keywords
file
web browser
information
web
server
Prior art date
Application number
PCT/KR2017/006007
Other languages
French (fr)
Korean (ko)
Inventor
류충희
김석민
Original Assignee
라온위즈기술 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Family has litigation
First worldwide family litigation filed litigation Critical https://patents.darts-ip.com/?family=56502561&utm_source=google_patent&utm_medium=platform_link&utm_campaign=public_patent_search&patent=WO2017213454(A1) "Global patent litigation dataset” by Darts-ip is licensed under a Creative Commons Attribution 4.0 International License.
Application filed by 라온위즈기술 주식회사 filed Critical 라온위즈기술 주식회사
Publication of WO2017213454A1 publication Critical patent/WO2017213454A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/168Details of user interfaces specifically adapted to file systems, e.g. browsing and visualisation, 2d or 3d GUIs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/119Details of migration of file systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/13File access structures, e.g. distributed indices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services

Definitions

  • the present invention relates to a file control system and method using a user server, and more particularly, to a file control system and method using a user server that can reduce inconvenience and ensure scalability while complying with web standards and web security. will be.
  • the web standard technology is a method of transmitting data using HTTP or HTTPS protocol and is used in a general web browser.
  • Such web standard technologies include HTML4 or HTML5, which was confirmed as a standard technology by the World Wide Web Consortium (W3C) at the end of 2014.
  • Recent web standard technologies are generally closely related to web security, and each web browser (such as Microsoft's Internet Explorer or Edge browser, Google's Chrome, Mozilla Foundation's Firefox, Opera's Opera, Apple's Safari, etc.) It is implemented by different technologies on its own.
  • each web browser such as Microsoft's Internet Explorer or Edge browser, Google's Chrome, Mozilla Foundation's Firefox, Opera's Opera, Apple's Safari, etc.
  • the selected file is a file selected by the user, it cannot be directly executed or a corresponding path is known.
  • Many web browsers provide information such as file name and file size of a selected file, but generally do not provide programmatically accessible information including file location information.
  • each browser such as a fake path, is configured to provide a virtual location path and provide no direct access.
  • FIG. 1 is a diagram illustrating a conventional bulletin board service.
  • the web document created by the client terminal 110 is transmitted to the bulletin board server 120 and then the creator or a user allowed by the creator can access the Internet through the website provided by the bulletin board server 120.
  • the extensibility is a method of transferring a file by using a java script, which is a scripting language provided by each browser, or by using a method other than a web standard transmission method such as a POST or PUT method. It refers to the transmission method using the plug-in of each browser.
  • each web browser has to be installed for each web browser like ActiveX of Internet Explorer (Microsoft).
  • the developer of each web browser has a browser extension. There is a trend towards providing a minimum of features.
  • a first object of the present invention is to solve a problem of an extension function of a web browser using a user server, and to provide an advantage of an extension function to a user of the web browser as much as possible without installing an external program such as an ActiveX or a plug-in. It is to provide a file control system that can be provided.
  • a second object of the present invention is to create a file selection dialog by using a user server instead of a web browser, and to select a file to extract the file information for the file to control the file protected by web security To provide a control method.
  • the client terminal in the file control system for transmitting a file stored in the client terminal of the user to the web server via a web browser, the client terminal is attached to the file;
  • a search command is transmitted when a click signal for searching for a file is input, and a web browser for displaying a file name included in the file information in a file attachment box as file information is received, and a file selection dialog when the search command is received. Is displayed on a web browser, extracts file information of a selected file, and transmits the file information to a web browser.
  • the web browser in the file control method for transmitting a file stored in the client terminal of the user to the web server via a web browser, the web browser is attached to the file
  • a file control method including a file information extraction step of extracting file information of a file and transmitting the file information to a web browser, and a file attachment step of displaying, by the web browser, a file name included in the file information in a file attachment box; Provide a method.
  • the user can check the file in advance in a web browser before transmitting the important file to an external web server.
  • a web browser is created through the user server by creating a user server on my computer.
  • the present invention can feel the transmission speed of several times more than the existing even if the file is transmitted through a web browser compliant with the web standards and web security.
  • the present invention can use the file encryption, file resizing, file conversion, and then the transfer function, even if you send a post (or file) through a web browser, even without installing an external program such as ActiveX or a plug-in in the web browser have.
  • FIG. 1 is a diagram illustrating a conventional bulletin board service.
  • FIG. 2 is a block diagram illustrating a file control system according to an embodiment of the present invention.
  • FIG. 3 is a block diagram illustrating a web browser according to an embodiment of the present invention.
  • 4 to 6 are schematic diagrams for explaining the file transfer system according to the present invention.
  • FIG. 7 and 8 are flowcharts illustrating a file transfer method according to the present invention.
  • 9 and 10 are flowcharts illustrating a file transfer method according to the present invention.
  • a file control system (hereinafter, referred to as a file control system) using a user server according to exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
  • FIG. 2 is a block diagram illustrating a file control system according to an embodiment of the present invention.
  • a file control system includes a client terminal provided with a web server 110 and a user server managing file information of the file to control a file attached to the web browser 110. 100, and a web server connected to the client terminal 100 through a wired / wireless communication network (hereinafter, referred to as a “communication network”) to receive a file transmitted from the web browser 110 of the client terminal 100 ( 200).
  • a communication network a wired / wireless communication network
  • the file control system includes a client terminal 100.
  • the client terminal 100 executes a web browser 110 and attaches a file (or a post including a file) or a folder through the web browser 110 and then transmits the file or folder to the web server 200.
  • the user receives a file or folder to be attached to the web browser 110 and attaches the selected file or folder to the web browser 110.
  • the client terminal 100 receives a click signal of a file search for attaching a file to the web browser 110 from the user. In addition, the client terminal 100 receives an execution command for the execution of the file attached to the web browser 110 from the user. In addition, the client terminal 100 receives an upload command for uploading a file attached to the web browser 110 from a user.
  • the client terminal 100 includes a user interface unit (not shown), a web browser 110, and a user server 120.
  • the user interface unit is connected to an external web server 200 and displays a web browser 110 to which a file is to be attached as shown in FIG. 3.
  • the user interface unit receives a click signal for any one of the plurality of files attached to the file attachment box and provides a function of displaying the check signal in the web browser 110 of FIG. 3.
  • the user interface unit analyzes a check signal of an attached file collected by the web browser 110 according to an input of a double click signal among the files attached to the file attachment box. Select the file from which the check signal was collected.
  • the user interface unit receives a double click signal for a file attached to the web browser 110, the user interface unit generates an execution command for the file and provides it to the web browser 110.
  • 4 to 6 are schematic diagrams for explaining the file transfer system according to the present invention.
  • the web browser 100 transmits a search command to the user server 120 as a click signal of a file search for file attachment is input as shown in FIG. 4, and as file information is received from the user server 120, file information. Display the file name contained in the file attachment box.
  • the web browser 110 when a click signal for a 'file search' button is received as shown in FIG. 3, the web browser 110 generates a search command and transmits the search command to the user server 120.
  • the general web browser 110 provides a function of searching for a file to be selected by a user by executing a file selection dialog (file explorer) when a click signal for a 'file search' button is received, but the present invention provides a web browser 110. Instead, the user server 120 executes the file selection dialog.
  • the web browser 110 provides a function of attaching the file information to the file attachment box after receiving the file information transmitted from the user server 120.
  • the file attached to the file attachment box is protected by a sandbox, which is a security software that operates the program within the protected area. Therefore, the file attached to the file attachment box of a typical web browser is executed even if the user double-clicks it. This doesn't work. In other words, the sandbox restricts access to the system resources of the applet sent over the network, so you cannot see the files attached to the file attachment box on a typical web browser.
  • the web browser 110 executes the user server to execute the file.
  • the processor 120 transmits one of file information and a mapping key of the file and an execution command.
  • the web browser 110 doubles the user server 120 when a double click signal of a file attached to the file attachment box is input through the user interface unit.
  • the execution signal is transmitted to one of the file information and the mapping key of the file to which the click signal is input.
  • the web browser 110 uploads the file to the web server. Send file information and upload command.
  • the user server 120 constituting the client terminal 100 according to the present invention is installed in the client terminal 100 and connected to the web browser 110 in a configuration for transmitting and receiving information with the web browser 110, A user server processor 121 and a file controller 126 are included.
  • the user server processor 121 When the user server 120, for example, the user server processor 121 receives a search command from the web browser 110 as shown in FIG. 4, displays the file selection dialog in the web browser 110 and is selected through the file selection dialog. Extracts file information of a file and transmits the file information to the web browser 110.
  • the file information includes a file name and a file storage path, and may optionally further include a file size and a file extension.
  • the user server 120 for example, the user server processor 121 according to the present invention may be configured to transmit the file information to the web browser 110 without storing the file information itself.
  • the user server 120 stores the file information extracted from the file, generates and stores a mapping key mapped to the file information, the file File information and a mapping key excluding a storage path may be configured to be transmitted to the web browser 110.
  • the user server processor 121 stores the file information and the mapping key in a storage module (not shown) provided in the self.
  • the user server processor 121 receives an execution command and file information from the web browser 110 as shown in FIG. 5, searches for and executes a file through a file storage path included in the file information. Let's do it.
  • the user server 120 when a mapping key is received from the web browser 110, for example, the user server 120, for example, the user server processor 121 searches for and executes a file through a file storage path included in file information matched with the mapping key. . More specifically, when the mapping key is transmitted from the web browser 110 instead of the file information, the user server 120 extracts the file information corresponding to the mapping key from the storage module, and the file storage path included in the file information. Search for the file and execute it.
  • the user server 120 searches for a file through a file storage path included in the file information, and the file is stored in the web server 200. To send.
  • the user server processor 121 searches for a file through a file storage path included in the file information, and the file controller 126. To provide.
  • the file controller 126 also transmits the file to a web server via a communication network.
  • the file control unit 126 may provide any one or more of a function to be subsequently transmitted, an encryption function, a resizing function, and a file conversion function for the file to be transmitted to the web server 200.
  • the file controller 126 may provide an ActiveX function installed in Internet Explorer (IE) or a plug-in function installed in Chrome.
  • IE Internet Explorer
  • the file controller 126 may provide a function of continuously transmitting the disconnected file even if a file break occurs. do.
  • the existing web browser can provide a special function only by installing a program such as ActiveX or a plug-in.
  • the present invention does not install the ActiveX or plug-in to the web browser 110. Can be provided.
  • the user server 120 may be configured to display the transmission result of the file uploaded to the web server 200 in the web browser 110. Specifically, when the response information (Response) is received from the web server 200, the file controller 126 displays the response information (Response) for the transmission result in the web browser 110.
  • the user server processor 121 may check the contents of the file on the web browser 110 before the client terminal 100 uploads the file to the web server 200 through the web browser 110. Provides a function to execute the file by receiving the file information or the mapping key from the browser (110).
  • the client terminal 100 provides the HTML file of the web browser 110 through a wireless communication network including a plurality of base stations, a base station controller, a mobile communication switch, and a WAP gateway, and a wired communication network such as the Internet.
  • Means means for connecting to the web server 200, and can use a wireless terminal and a wired terminal.
  • a wireless terminal may be a smart phone, a tablet PC, a notebook computer and the like, and as a wired terminal, a personal computer having a means for accessing the Internet, a smart TV, or the like may be used.
  • the file control system includes a web server 200.
  • the web server 200 is a server that provides users with a file containing a web page such as an HTML document using HTTP of the web, and is connected to the client terminal 100 through a communication network.
  • the web server 200 When the web server 200 requests a file transfer from the connected client terminal 100 as shown in FIG. 2, the web server 200 responds with the result.
  • the web server 200 when the web server 200 receives a request for information on a bulletin board service from the connected client terminal 100, the web server 200 provides a web page for the bulletin board to the client terminal 100.
  • the web server 200 provides a function of receiving and storing a post to which a file is attached from the client terminal 100.
  • the web server 200 manages the processing unit 210 that performs the file upload and download function of the file control system, and manages the access rights of files for each user and adjusts the use access rights according to the rights for each user.
  • a rights management unit that performs a function a file management unit that manages files in the uploaded personal storage database and indexes and manages a physical storage space, and receives a specific control command from the client terminal 100 and responds thereto. It may include a command management unit for transmitting.
  • the web server 200 may be used a bulletin board web server.
  • the bulletin board web server transmits various types of post-related web pages, such as viewing a post list, reading a post, and writing a post, to the client terminal 100 according to a user's request, and the web browser 110 of the client terminal 100 Display the web page sent from the bulletin board web server.
  • FIG. 7 and 8 are flowcharts illustrating a file transfer method according to the present invention.
  • the file transfer method of the present invention is a method of transmitting a file stored in a client terminal 100 of a user to the web server 200 through the web browser 110, and the web browser 110.
  • File selection request step (S100) of transmitting a search command to the user server 120 as a click signal of a file search for file attachment is input, and the user server 120 generates a file selection dialog to display a web browser ( A file explorer display step (S200) displayed on 110, a file information extraction step (S300) for extracting the file information of the selected file and transmitted to the web browser 110 by the user server 120, and the web browser ( 110 may include a file attaching step (S400) of displaying a file name included in the file information in a file attachment box, and optionally further including a browser starting step.
  • S400 file attaching step
  • 9 and 10 are flowcharts illustrating a file transfer method according to the present invention.
  • the web browser start step S50 is a step in which the user executes the web browser 110 installed in the client terminal 100.
  • the client terminal 100 requests a file containing a web page linked with the web browser 110 to a web server 200 connected through a communication network, and receives the file from the web server 200 and outputs the web page. do.
  • the client terminal 100 requests the web server 200 to provide a web page for a bulletin board through the web browser 110, and receives an HTML file for the bulletin board from the web server 200, as shown in FIG. 4.
  • a web page for writing a post is output through the browser 110.
  • the web browser 110 transmits a search command to the user server 120.
  • the file explorer display step (S200) it is first determined whether there is a file attachment request (S210). When a find command sent from the web browser 110 is received, the user server generates a file selection dialog and then the web browser 110 (S210). If the find command is not received, the user server 120 ends the operation.
  • the file information extraction step (S300) it is first determined whether there is a selected file (S310).
  • the user server 120 extracts file information of the selected file.
  • the file information is transmitted to the web browser 110 (S320).
  • the web browser 110 displays a file name included in the file information in a file attachment box.
  • the file transfer method according to the present invention may further include a file execution request step S500 and a file execution step S600 as shown in FIG. 8.
  • the web browser 110 that cannot directly execute the file attached to the file attachment box receives an execution command from the user and provides the file information and execution command of the file to the user server 120. It's a step. More specifically, in the step (S500), when the execution command for the file attached to the file attachment box of the web browser 110 is input, the web browser 110 sends the file information of the file to the user server 120 send.
  • the file execution step S600 is a step in which the user server 120 executes a file attached to a file attachment box based on the file information and the execution command received from the web browser 110. More specifically, in the step S600, the user server 120 searches for and executes a file through a file storage path included in the file information.
  • the file transmission method according to the present invention may further include a file upload request step S700 and a file upload step S800 as shown in FIGS. 8 and 10.
  • the file upload request step is a step in which a web browser 110 that cannot directly transmit a file attached to a file attachment box receives an upload command from a user and provides file information and upload command of the file to the user server 120. .
  • the user selects a file to upload to the web server 200 among the files attached to the file attachment box of the web browser 110, and attaches the file to the web browser 110.
  • the web browser 110 transmits file information of the file to the user server 120.
  • the user server 120 first checks whether a file attached to the web browser 110 exists (S810), and if the file attached to the web browser 110 exists, the web browser ( The user server 120 uploads the file attached to the file attachment box based on the file information and the upload command received from 110 (S820).
  • the file uploading step (S800) may further include a transmission result reply step (S900).
  • the step S900 of checking the user server is a step in which the user server provides the response information transmitted from the web server 200 to the web browser 110.
  • the web controller 110 may recognize the response information about the upload result by the file controller 126.
  • Provided to the browser 110 S920). For example, '50% transfer ', '70% transfer', '100% transfer complete', etc. may be displayed on the web browser 110 as a palm-up window according to the upload status of the file.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Primary Health Care (AREA)
  • Marketing (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Information Transfer Between Computers (AREA)
  • Human Computer Interaction (AREA)

Abstract

Disclosed is a file control system and method using a user server that can avoid inconvenience and provide extensibility while complying with web standards and web security. To this end, provided is a file control system comprising a client terminal comprising: a web browser for transmitting a search command upon input of a click signal for searching for a file to be attached, and, upon receiving file information, displaying a file name, which is included in the file information, in a file attachment box; and a user server for, upon receiving the search command, displaying a file selection dialogue on the web browser, extracting file information of a selected file, and transmitting the file information to the web browser. The present invention enables a user to previously check an important file in a web browser before transmitting the relevant file to an external web server.

Description

사용자 서버를 이용한 파일 제어 시스템 및 방법File control system and method using user server
본 발명은 사용자 서버를 이용한 파일 제어 시스템 및 방법에 관한 것으로, 보다 상세하게는 웹 표준과 웹 보안을 준수하면서도 불편함을 줄이고 확장성을 확보할 수 있는 사용자 서버를 이용한 파일 제어 시스템 및 방법에 관한 것이다. The present invention relates to a file control system and method using a user server, and more particularly, to a file control system and method using a user server that can reduce inconvenience and ensure scalability while complying with web standards and web security. will be.
웹 표준 기술이란 HTTP 또는 HTTPS 프로토콜을 이용하여 데이터를 전송하는 방식으로, 일반적인 웹 브라우저에서 사용되고 있는 기술이다. 이러한 웹 표준 기술로는 HTML4나 2014년 말에 W3C(World Wide Web Consortium)에서 표준 기술로 확정된 HTML5 등이 함께 사용된다. The web standard technology is a method of transmitting data using HTTP or HTTPS protocol and is used in a general web browser. Such web standard technologies include HTML4 or HTML5, which was confirmed as a standard technology by the World Wide Web Consortium (W3C) at the end of 2014.
최근의 웹 표준 기술은 일반적으로 웹 보안과 밀접한 관계가 있으며, 웹 보안은 각 웹 브라우저(Microsoft 사의 Internet Explorer 또는 Edge 브라우저, 구글의 Chrome, 모질라 재단의 Firefox, 오페라사의 Opera, 애플사의 Safari 등)가 자체적으로 서로 다른 기술로 구현되어 있다.Recent web standard technologies are generally closely related to web security, and each web browser (such as Microsoft's Internet Explorer or Edge browser, Google's Chrome, Mozilla Foundation's Firefox, Opera's Opera, Apple's Safari, etc.) It is implemented by different technologies on its own.
웹 표준과 웹 보안을 준수하는 다수의 웹 브라우저는 브라우저 내에서의 파일처리를 각각의 Sandbox(샌드박스) 형태로 보호된 방법으로 처리하고 있다. 즉, 사용자가 PC 또는 디바이스에서 브라우저를 이용하여 웹 서버로 파일을 전송하기 위해서 선택된 파일은 일반적으로 임의 접근이 불가능하도록 브라우저에 의해서 보호된다. Many web browsers that comply with web standards and web security handle file processing within the browser in their own sandboxed form. That is, a file selected by a user to transfer a file from a PC or device to a web server using a browser is generally protected by the browser such that random access is not possible.
상기 선택된 파일은 사용자가 선택된 파일임에도 불구하고, 직접 실행 또는 해당된 경로를 알 수 없다. 다수의 웹 브라우저는 선택된 파일의 파일명, 파일크기 등의 정보를 제공하고 있으나 파일 위치 정보를 포함한 프로그램적으로 접근이 가능한 정보들은 제공하고 있지 않는 것이 일반적이다. 예컨대, Fake Path 등 각 브라우저는 가상 위치 경로를 생성하여 제공하는 등 직접 접근이 불가하도록 되어 있다.Although the selected file is a file selected by the user, it cannot be directly executed or a corresponding path is known. Many web browsers provide information such as file name and file size of a selected file, but generally do not provide programmatically accessible information including file location information. For example, each browser, such as a fake path, is configured to provide a virtual location path and provide no direct access.
도 1은 종래의 게시판 서비스를 설명하기 위한 도면이다. 구체적으로, 클라이언트 단말기(110)에서 작성된 웹 문서는 게시판 서버(120)로 전송된 후 게시판 서버(120)가 제공하는 웹사이트를 통해 작성자나 작성자가 허락한 유저가 인터넷을 통해 접속할 수 있게 된다.1 is a diagram illustrating a conventional bulletin board service. In detail, the web document created by the client terminal 110 is transmitted to the bulletin board server 120 and then the creator or a user allowed by the creator can access the Internet through the website provided by the bulletin board server 120.
종래의 웹 환경에서의 게시판 또는 이메일 서비스는 텍스트 위주로 이루어졌으나, 멀티미디어의 발달 등으로 인해 웹 컨텐츠의 형식이 다양화되고 대용량화 되는 추세에 있다. 특히, 웹 브라우저를 이용하여 첨부파일을 송신하는 경우, 대부분의 웹 브라우저는 웹 표준과 웹 보안을 준수한다.In the conventional web environment, bulletin boards or e-mail services are mainly made of text, but due to the development of multimedia, the format of web contents is diversified and large in capacity. In particular, when sending attachments using a web browser, most web browsers comply with web standards and web security.
이에 따라, 게시물의 작성자가 파일 첨부하기를 통해 선택된 파일을 첨부한 경우, 상기 파일은 각 브라우저의 샌드박스 메커니즘에 의해 보호되기 때문에 최종 송신 전에 첨부파일을 확인하고자 하더라도 첨부파일의 내용을 확인할 수 없다는 문제점이 있다.Therefore, if the author of the post attaches the selected file through attaching the file, the file is protected by the sandbox mechanism of each browser, and therefore the contents of the attached file cannot be confirmed even if the user wants to confirm the attached file before the final transmission. There is a problem.
이와 같이, 웹 표준 및 웹 보안을 준수하는 대부분 브라우저는 전술한 바와 같이 중요한 파일을 서버로 전송 전에 브라우저 내에서 열기(open) 후 확인을 할 수 없으며, 직접 접근이 불가능하도록 되어 있어서 게시판 서버로 해당 파일을 전송하는데 있어서 확장성을 제공하지 못한다. 여기서, 확장성이란 각 브라우저에서 제공하는 스크립트 언어인 자바 스크립트(java script)를 이용하여 전송하거나 POST 또는 PUT 방식의 웹 표준 전송 방식 이외에의 방법으로 파일의 전송 방법으로 기존의 IE 웹 브라우저의 ActiveX나 각 브라우저의 플러그인(Plug-In)을 활용한 전송방식의 등을 말한다. As described above, most browsers complying with the web standards and web security cannot check after opening the important file in the browser before transmitting the important file to the server as described above. It does not provide extensibility in transferring files. Here, the extensibility is a method of transferring a file by using a java script, which is a scripting language provided by each browser, or by using a method other than a web standard transmission method such as a POST or PUT method. It refers to the transmission method using the plug-in of each browser.
기존의 ActiveX 또는 각 브라우저의 플러그인(Plug-In) 전송 방식은 웹 표준 전송방식보다 프로그램적인 요소가 추가 가능하므로 빠른 전송 및 다양한 UI(User Interface) 제공이 가능한 장점을 가지고 있다Existing ActiveX or Plug-In delivery method of each browser can add programmatic elements more than web standard delivery method, so it has the advantage of quick delivery and various UI (User Interface) provision.
그러나, 각각의 웹 브라우저에서 제공하고 있는 웹 브라우저 확장(extension)은 Internet Explorer(마이크로소프트사)의 ActiveX처럼 웹 브라우저 별로 설치되어야 하는 문제점이 있고, 최근의 동향으로 보면 각 웹 브라우저의 개발사는 브라우저 확장 기능을 최소로 제공하려는 동향이 있다. However, the web browser extension provided by each web browser has to be installed for each web browser like ActiveX of Internet Explorer (Microsoft). In recent years, the developer of each web browser has a browser extension. There is a trend towards providing a minimum of features.
따라서, 본 발명의 제1 목적은 사용자 서버를 이용하여 웹 브라우저의 확장 기능의 문제점을 해결하고, 웹 브라우저에 ActiveX나 플러그인 등의 외부 프로그램을 설치하지 않더라도 확장 기능을 장점을 최대한 웹 브라우저의 사용자에게 제공할 수 있는 파일 제어 시스템을 제공하는데 있다.Accordingly, a first object of the present invention is to solve a problem of an extension function of a web browser using a user server, and to provide an advantage of an extension function to a user of the web browser as much as possible without installing an external program such as an ActiveX or a plug-in. It is to provide a file control system that can be provided.
또한, 본 발명의 제2 목적은 웹 브라우저 대신 사용자 서버를 활용해 파일 선택 다이얼로그를 생성하고, 파일을 선택받아 상기 파일에 대한 파일정보를 추출함으로써 웹 보안에 의해 보호되는 파일을 제어할 수 있는 파일 제어 방법을 제공하는데 있다.In addition, a second object of the present invention is to create a file selection dialog by using a user server instead of a web browser, and to select a file to extract the file information for the file to control the file protected by web security To provide a control method.
상술한 본 발명의 제1 목적을 달성하기 위하여, 본 발명의 일 실시예에서는 사용자의 클라이언트 단말기에 저장된 파일을 웹 브라우저를 통해 웹 서버로 전송하는 파일 제어 시스템에 있어서, 상기 클라이언트 단말기는 파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 찾기 명령을 전송하며, 파일정보가 수신됨에 따라 상기 파일정보에 포함된 파일명을 파일첨부 박스에 표시하는 웹 브라우저, 및 상기 찾기 명령이 수신됨에 따라 파일 선택 다이얼로그를 웹 브라우저에 표시하고, 선택된 파일의 파일정보를 추출하며, 상기 파일정보를 웹 브라우저에 전송하는 사용자 서버를 포함하는 파일 제어 시스템을 제공한다.In order to achieve the first object of the present invention described above, in an embodiment of the present invention, in the file control system for transmitting a file stored in the client terminal of the user to the web server via a web browser, the client terminal is attached to the file; A search command is transmitted when a click signal for searching for a file is input, and a web browser for displaying a file name included in the file information in a file attachment box as file information is received, and a file selection dialog when the search command is received. Is displayed on a web browser, extracts file information of a selected file, and transmits the file information to a web browser.
또한, 본 발명의 제 2 목적을 달성하기 위하여, 본 발명의 일 실시예에서는 사용자의 클라이언트 단말기에 저장된 파일을 웹 브라우저를 통해 웹 서버로 전송하는 파일 제어 방법에 있어서, 상기 웹 브라우저가 파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 사용자 서버로 찾기 명령을 전송하는 파일선택 요청단계와, 상기 사용자 서버가 파일 선택 다이얼로그를 생성하여 웹 브라우저에 표시하는 파일 탐색기 표시단계와, 상기 사용자 서버가 선택된 파일의 파일정보를 추출하여 웹 브라우저에 전송하는 파일정보 추출단계, 및 상기 웹 브라우저가 상기 파일정보에 포함된 파일명을 파일첨부 박스에 표시하는 파일 첨부단계를 포함하는 파일 제어 방법을 포함하는 파일 전송 방법을 제공한다.In addition, in order to achieve the second object of the present invention, in an embodiment of the present invention, in the file control method for transmitting a file stored in the client terminal of the user to the web server via a web browser, the web browser is attached to the file A file selection request step of transmitting a search command to a user server when a click signal for searching for a file is input; a file explorer display step of generating a file selection dialog box displayed on the web browser by the user server; and selecting the user server. A file control method including a file information extraction step of extracting file information of a file and transmitting the file information to a web browser, and a file attachment step of displaying, by the web browser, a file name included in the file information in a file attachment box; Provide a method.
본 발명에 의한 파일 제어 시스템을 사용하면, 사용자는 중요한 파일을 외부의 웹 서버로 전송하기 이전에 웹 브라우저 내에서 해당 파일을 미리 확인해 볼 수 있다. 구체적으로, 본 발명은 웹 브라우저를 사용해 파일을 외부의 웹 서버에 업로드 한 이후 외부 웹 서버로부터 상기 파일을 다운로드하여 확인하던 번거롭던 방식 대신, 내 컴퓨터에 사용자 서버를 만들어 웹 브라우저가 사용자 서버를 통해 파일 검색, 파일 첨부, 파일 전송 등을 처리하는 방식을 사용하므로, 기존에 비해 파일을 확인하는데 소요되는 시간이 줄어들고 번거로운 절차가 생략된다. Using the file control system according to the present invention, the user can check the file in advance in a web browser before transmitting the important file to an external web server. Specifically, in the present invention, instead of the cumbersome method of downloading and checking the file from an external web server after uploading the file to an external web server using a web browser, a web browser is created through the user server by creating a user server on my computer. By using a method that handles file searching, file attachment, file transfer, etc., the time required to check a file is reduced and the cumbersome procedure is omitted compared to the conventional method.
또한, 본 발명은 웹 표준과 웹 보안을 준수하는 웹 브라우저를 통해 파일을 전송하더라도 기존보다 수 배 이상의 전송속도를 체감할 수 있다.In addition, the present invention can feel the transmission speed of several times more than the existing even if the file is transmitted through a web browser compliant with the web standards and web security.
아울러, 본 발명은 웹 브라우저를 통해 게시물(또는 파일)을 전송하는 경우, 웹 브라우저에 액티브X나 플러그인 등의 외부 프로그램을 설치하지 않더라도 파일 암호화, 파일 리사이징, 파일변환, 이어서 전송하기 기능을 이용할 수 있다.In addition, the present invention can use the file encryption, file resizing, file conversion, and then the transfer function, even if you send a post (or file) through a web browser, even without installing an external program such as ActiveX or a plug-in in the web browser have.
도 1은 종래의 게시판 서비스를 설명하기 위한 도면이다.1 is a diagram illustrating a conventional bulletin board service.
도 2는 본 발명의 일 실시예에 따른 파일 제어 시스템을 설명하기 위한 블록도이다.2 is a block diagram illustrating a file control system according to an embodiment of the present invention.
도 3은 본 발명의 일 실시예에 따른 웹 브라우저를 설명하기 위한 구성도이다.3 is a block diagram illustrating a web browser according to an embodiment of the present invention.
도 4 내지 도 6은 본 발명에 따른 파일 전송 시스템을 설명하기 위한 개략도이다.4 to 6 are schematic diagrams for explaining the file transfer system according to the present invention.
도 7 및 도 8은 본 발명에 따른 파일 전송 방법을 설명하기 위한 순서도이다.7 and 8 are flowcharts illustrating a file transfer method according to the present invention.
도 9 및 도 10은 본 발명에 따른 파일 전송 방법을 설명하기 위한 흐름도이다.9 and 10 are flowcharts illustrating a file transfer method according to the present invention.
이하, 첨부도면을 참조하여 본 발명의 바람직한 실시예들에 의한 사용자 서버를 이용한 파일 제어 시스템(이하, '파일 제어 시스템'이라 약칭함)을 상세하게 설명한다. Hereinafter, a file control system (hereinafter, referred to as a file control system) using a user server according to exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.
도 2는 본 발명의 일 실시예에 따른 파일 제어 시스템을 설명하기 위한 블록도이다.2 is a block diagram illustrating a file control system according to an embodiment of the present invention.
도 2를 참조하면, 본 발명에 따른 파일 제어 시스템은 웹 브라우저(110)와 상기 웹 브라우저(110)에 첨부된 파일을 제어할 수 있도록 상기 파일의 파일정보를 관리하는 사용자 서버가 설치된 클라이언트 단말기(100), 및 상기 클라이언트 단말기(100)에 유무선통신 네트워크(이하, '통신 네트워크'라 약칭함)를 통해 연결되어 클라이언트 단말기(100)의 웹 브라우저(110)로부터 전송된 파일을 수신하는 웹 서버(200)를 포함한다.Referring to FIG. 2, a file control system according to the present invention includes a client terminal provided with a web server 110 and a user server managing file information of the file to control a file attached to the web browser 110. 100, and a web server connected to the client terminal 100 through a wired / wireless communication network (hereinafter, referred to as a “communication network”) to receive a file transmitted from the web browser 110 of the client terminal 100 ( 200).
이하, 도면을 참조하여 각 구성요소별로 보다 구체적으로 설명한다. Hereinafter, each component will be described in more detail with reference to the accompanying drawings.
도 2를 참조하면, 본 발명에 따른 파일 제어 시스템은 클라이언트 단말기(100)를 포함한다.Referring to FIG. 2, the file control system according to the present invention includes a client terminal 100.
상기 클라이언트 단말기(100)는 웹 브라우저(110)를 실행시켜 상기 웹 브라우저(110)를 통해 파일(또는 파일이 포함된 게시물)이나 폴더를 첨부한 후 상기 파일이나 폴더를 웹 서버(200)로 전송하는 것으로, 웹 브라우저(110)에 첨부할 파일이나 폴더를 사용자로부터 선택받으며, 선택된 파일 또는 폴더를 웹 브라우저(110)에 첨부한다. The client terminal 100 executes a web browser 110 and attaches a file (or a post including a file) or a folder through the web browser 110 and then transmits the file or folder to the web server 200. By doing so, the user receives a file or folder to be attached to the web browser 110 and attaches the selected file or folder to the web browser 110.
그리고 클라이언트 단말기(100)는 웹 브라우저(110)에 파일 첨부를 위한 파일 찾기의 클릭신호를 사용자로부터 입력받는다. 또한, 클라이언트 단말기(100)는 웹 브라우저(110)에 첨부된 파일의 실행에 대한 실행 명령을 사용자로부터 입력받는다. 아울러, 클라이언트 단말기(100)는 웹 브라우저(110)에 첨부된 파일의 업로드에 대한 업로드 명령을 사용자로부터 입력받는다. The client terminal 100 receives a click signal of a file search for attaching a file to the web browser 110 from the user. In addition, the client terminal 100 receives an execution command for the execution of the file attached to the web browser 110 from the user. In addition, the client terminal 100 receives an upload command for uploading a file attached to the web browser 110 from a user.
이를 위해, 클라이언트 단말기(100)는 사용자 인터페이스부(미도시)와, 웹 브라우저(110), 및 사용자 서버(120)를 포함한다.To this end, the client terminal 100 includes a user interface unit (not shown), a web browser 110, and a user server 120.
구체적으로, 상기 사용자 인터페이스부는 외부의 웹 서버(200)에 접속하고, 파일을 첨부할 웹 브라우저(110)를 도 3과 같이 표시하는 구성이다. 또한, 사용자 인터페이스부는 파일첨부 박스에 첨부된 복수개의 파일 중 어느 하나에 대한 클릭신호를 입력받아 도 3의 웹 브라우저(110)의 체크박스에 표시하는 기능을 제공한다. In detail, the user interface unit is connected to an external web server 200 and displays a web browser 110 to which a file is to be attached as shown in FIG. 3. In addition, the user interface unit receives a click signal for any one of the plurality of files attached to the file attachment box and provides a function of displaying the check signal in the web browser 110 of FIG. 3.
아울러, 사용자 인터페이스부는 도 3과 같이 복수개의 파일이 업로드 되는 경우, 파일첨부 박스에 첨부된 파일 중 더블 클릭신호의 입력에 따라 웹 브라우저(110)에 수집되는 첨부파일의 체크신호를 분석하며, 상기 체크신호가 수집된 파일을 선택한다. 다시 말해, 사용자 인터페이스부는 웹 브라우저(110)에 첨부된 파일에 대한 더블 클릭신호를 입력되면, 상기 파일에 대한 실행 명령을 생성하여 웹 브라우저(110)에 제공한다.In addition, when a plurality of files are uploaded as shown in FIG. 3, the user interface unit analyzes a check signal of an attached file collected by the web browser 110 according to an input of a double click signal among the files attached to the file attachment box. Select the file from which the check signal was collected. In other words, when a user interface unit receives a double click signal for a file attached to the web browser 110, the user interface unit generates an execution command for the file and provides it to the web browser 110.
도 4 내지 도 6은 본 발명에 따른 파일 전송 시스템을 설명하기 위한 개략도이다.4 to 6 are schematic diagrams for explaining the file transfer system according to the present invention.
상기 웹 브라우저(100)는 도 4와 같이 파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 찾기 명령을 사용자 서버(120)에 전송하고, 사용자 서버(120)로부터 파일정보가 수신됨에 따라 파일정보에 포함된 파일명을 파일첨부 박스에 표시한다.The web browser 100 transmits a search command to the user server 120 as a click signal of a file search for file attachment is input as shown in FIG. 4, and as file information is received from the user server 120, file information. Display the file name contained in the file attachment box.
예컨데, 웹 브라우저(110)는 도 3과 같이 '파일 찾기' 버튼에 대한 클릭신호가 수신되면, 찾기 명령을 생성하여 사용자 서버(120)에 전송한다. 일반적인 웹 브라우저(110)는 '파일 찾기' 버튼에 대한 클릭신호가 수신되면 파일 선택 다이얼로그(파일 탐색기)를 실행시켜 사용자가 선택하고자 하는 파일을 찾아주는 기능을 제공하지만, 본 발명은 웹 브라우저(110) 대신 사용자 서버(120)가 파일 선택 다이얼로그를 실행시킨다.For example, when a click signal for a 'file search' button is received as shown in FIG. 3, the web browser 110 generates a search command and transmits the search command to the user server 120. The general web browser 110 provides a function of searching for a file to be selected by a user by executing a file selection dialog (file explorer) when a click signal for a 'file search' button is received, but the present invention provides a web browser 110. Instead, the user server 120 executes the file selection dialog.
또한, 웹 브라우저(110)는 사용자 서버(120)로부터 송신된 파일정보를 수신한 후, 상기 파일정보를 파일첨부 박스에 첨부하는 기능을 제공한다. 이때, 파일첨부 박스에 첨부된 파일은 보호된 영역 안에서 프로그램을 작동시키는 보안 소프트웨어인 샌드박스(sandbox)에 의해 보호되므로, 일반적인 웹 브라우저의 파일첨부 박스에 첨부된 파일은 사용자에 의해 더블클릭 되더라도 실행이 되지 않는다. 다시 말해, 샌드박스는 네트워크를 통해 전송받은 애플릿의 시스템 자원에 대한 접근을 제한하므로, 일반적인 웹 브라우저 상에서는 파일첨부 박스에 첨부된 파일을 확인할 수 없다.In addition, the web browser 110 provides a function of attaching the file information to the file attachment box after receiving the file information transmitted from the user server 120. In this case, the file attached to the file attachment box is protected by a sandbox, which is a security software that operates the program within the protected area. Therefore, the file attached to the file attachment box of a typical web browser is executed even if the user double-clicks it. This doesn't work. In other words, the sandbox restricts access to the system resources of the applet sent over the network, so you cannot see the files attached to the file attachment box on a typical web browser.
이에 반해, 본 발명에 따른 웹 브라우저(110)는 도 5와 같이 웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 실행 명령이 입력(파일 열기 버튼의 클릭)되면, 상기 파일을 실행하기 위해 사용자 서버(120)로 해당 파일의 파일정보와 매핑 키 중 어느 하나와 실행 명령을 전송한다. 이때, 웹 브라우저(110)에 파일 열기 버튼이 미 구비되면, 웹 브라우저(110)는 사용자 인터페이스부를 통해 파일첨부 박스에 첨부된 파일의 더블 클릭신호가 입력된 경우에, 사용자 서버(120)로 더블 클릭신호가 입력된 파일의 파일정보와 매핑 키 중 어느 하나와 실행 명령을 전송한다. On the contrary, when the execution command for the file attached to the file attachment box of the web browser is input (click of the file open button) as shown in FIG. 5, the web browser 110 according to the present invention executes the user server to execute the file. The processor 120 transmits one of file information and a mapping key of the file and an execution command. At this time, if the file open button is not provided in the web browser 110, the web browser 110 doubles the user server 120 when a double click signal of a file attached to the file attachment box is input through the user interface unit. The execution signal is transmitted to one of the file information and the mapping key of the file to which the click signal is input.
아울러, 웹 브라우저(110)는 도 6과 같이 웹 브라우저(110)의 파일첨부 박스에 첨부된 파일에 대한 업로드 명령이 입력되면, 상기 파일을 웹 서버로 업로드 시키기 위해 사용자 서버(120)로 해당 파일의 파일정보와 업로드 명령을 전송한다.In addition, when the upload command for the file attached to the file attachment box of the web browser 110 is input, as shown in FIG. 6, the web browser 110 uploads the file to the web server. Send file information and upload command.
한편, 본 발명에 따른 클라이언트 단말기(100)를 구성하는 사용자 서버(120)는 클라이언트 단말기(100)에 설치되며 상기 웹 브라우저(110)에 연결되어 웹 브라우저(110)와 정보를 송수신하는 구성으로, 사용자 서버 처리부(121)와 파일 제어부(126)를 포함한다.On the other hand, the user server 120 constituting the client terminal 100 according to the present invention is installed in the client terminal 100 and connected to the web browser 110 in a configuration for transmitting and receiving information with the web browser 110, A user server processor 121 and a file controller 126 are included.
이러한 사용자 서버(120), 예컨대 사용자 서버 처리부(121)는 도 4와 같이 웹 브라우저(110)로부터 찾기 명령이 수신되면 파일 선택 다이얼로그를 웹 브라우저(110)에 표시하고, 상기 파일 선택 다이얼로그를 통해 선택된 파일의 파일정보를 추출하며, 상기 파일정보를 웹 브라우저(110)에 전송한다. 이때, 파일정보에는 파일명 및 파일 저장경로가 포함되며, 선택적으로 파일 크기와 파일 확장자가 더 포함될 수 있다.When the user server 120, for example, the user server processor 121 receives a search command from the web browser 110 as shown in FIG. 4, displays the file selection dialog in the web browser 110 and is selected through the file selection dialog. Extracts file information of a file and transmits the file information to the web browser 110. In this case, the file information includes a file name and a file storage path, and may optionally further include a file size and a file extension.
일 실시 양태로서, 본 발명에 따른 사용자 서버(120), 예컨대 사용자 서버 처리부(121)는 파일정보를 자체적으로 저장하지 않고, 상기 파일정보를 웹 브라우저(110)에 전송하도록 구성될 수 있다.As an embodiment, the user server 120, for example, the user server processor 121 according to the present invention may be configured to transmit the file information to the web browser 110 without storing the file information itself.
다른 실시 양태로서, 본 발명에 따른 사용자 서버(120), 예컨대 사용자 서버 처리부(121)는 상기 파일로부터 추출된 파일정보를 저장하고, 상기 파일정보에 매핑된 매핑 키를 생성하여 저장하며, 상기 파일 저장경로가 제외된 파일정보와 매핑 키를 웹 브라우저(110)로 전송하도록 구성될 수 있다. 이 경우, 사용자 서버 처리부(121)는 자체 마련된 저장모듈(미도시)에 파일정보와 매핑 키를 저장한다. In another embodiment, the user server 120 according to the present invention, for example, the user server processor 121 stores the file information extracted from the file, generates and stores a mapping key mapped to the file information, the file File information and a mapping key excluding a storage path may be configured to be transmitted to the web browser 110. In this case, the user server processor 121 stores the file information and the mapping key in a storage module (not shown) provided in the self.
이러한 사용자 서버(120), 예컨대 사용자 서버 처리부(121)는 도 5와 같이 웹 브라우저(110)로부터 실행 명령과 파일정보가 수신되면, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시킨다.When the user server 120, for example, the user server processor 121 receives an execution command and file information from the web browser 110 as shown in FIG. 5, searches for and executes a file through a file storage path included in the file information. Let's do it.
또한, 사용자 서버(120), 예컨대 사용자 서버 처리부(121)는 웹 브라우저(110)로부터 매핑 키가 수신되면, 상기 매핑 키에 매칭된 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시킨다. 보다 구체적으로, 사용자 서버(120)는 웹 브라우저(110)로부터 파일정보 대신 매핑 키가 전송된 경우, 상기 매핑 키에 대응되는 파일정보를 저장모듈로부터 추출하며, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시킨다.In addition, when a mapping key is received from the web browser 110, for example, the user server 120, for example, the user server processor 121 searches for and executes a file through a file storage path included in file information matched with the mapping key. . More specifically, when the mapping key is transmitted from the web browser 110 instead of the file information, the user server 120 extracts the file information corresponding to the mapping key from the storage module, and the file storage path included in the file information. Search for the file and execute it.
그리고 사용자 서버(120)는 도 6과 같이 웹 브라우저(110)로부터 업로드 명령과 파일정보가 수신되면, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하고, 상기 파일을 웹 서버(200)로 전송한다. When the upload command and the file information are received from the web browser 110 as illustrated in FIG. 6, the user server 120 searches for a file through a file storage path included in the file information, and the file is stored in the web server 200. To send.
보다 구체적으로, 사용자 서버 처리부(121)는 웹 브라우저(110)로부터 업로드 명령과 파일정보가 수신되면, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하며, 상기 파일을 파일 제어부(126)로 제공한다. More specifically, when the upload command and the file information are received from the web browser 110, the user server processor 121 searches for a file through a file storage path included in the file information, and the file controller 126. To provide.
또한, 상기 파일 제어부(126)는 통신 네트워크를 통해 웹 서버로 상기 파일을 전송한다. 이때, 파일 제어부(126)는 웹 서버(200)로 전송할 파일에 대해 이어서 전송하기 기능, 암호화 기능, 리사이징 기능, 파일변환 기능 중 어느 하나 이상 기능을 제공할 수 있다. 이러한 파일 제어부(126)는 인터넷 익스플로러(IE)에 설치된 액티브X 기능이나 크롬 등에 설치된 플러그인(plug-in) 기능을 제공할 수 있다. 예컨대, 파일 제어부(126)는 웹 브라우저(110)가 아닌 사용자 서버(120)를 통해 파일을 웹 서버(200)로 전송하는 경우, 파일 끊김 현상이 발생되더라도 끊김 파일을 이어서 전송하는 기능 등을 제공한다.The file controller 126 also transmits the file to a web server via a communication network. In this case, the file control unit 126 may provide any one or more of a function to be subsequently transmitted, an encryption function, a resizing function, and a file conversion function for the file to be transmitted to the web server 200. The file controller 126 may provide an ActiveX function installed in Internet Explorer (IE) or a plug-in function installed in Chrome. For example, when the file controller 126 transmits a file to the web server 200 through the user server 120 instead of the web browser 110, the file controller 126 may provide a function of continuously transmitting the disconnected file even if a file break occurs. do.
이와 같이, 기존의 웹 브라우저는 액티브 X나 플러그인 등의 프로그램을 설치해야지만 특수한 기능을 제공할 수 있었으나, 본 발명은 웹 브라우저(110)에 액티브 X나 플러그인을 설치하지 않더라도 액티브 X나 플러그인의 기능을 제공할 수 있다. As described above, the existing web browser can provide a special function only by installing a program such as ActiveX or a plug-in. However, the present invention does not install the ActiveX or plug-in to the web browser 110. Can be provided.
그리고 사용자 서버(120)는 웹 서버(200)로 업로드 한 파일의 전송 결과를 웹 브라우저(110)에 표시하도록 구성될 수 있다. 구체적으로, 파일 제어부(126)는 응답정보(Response)가 웹 서버(200)로부터 수신되면, 전송 결과에 대한 응답정보(Response)를 웹 브라우저(110)에 표시한다. In addition, the user server 120 may be configured to display the transmission result of the file uploaded to the web server 200 in the web browser 110. Specifically, when the response information (Response) is received from the web server 200, the file controller 126 displays the response information (Response) for the transmission result in the web browser 110.
이와 같이, 사용자 서버 처리부(121)는 클라이언트 단말기(100)가 웹 브라우저(110)를 통해 웹 서버(200)로 파일을 업로드 하기 전에, 파일의 내용을 웹 브라우저(110) 상에서 점검해 볼 수 있도록 웹 브라우저(110)로부터 파일정보나 매핑 키를 전송받아 파일을 실행시키는 기능을 제공한다. As such, the user server processor 121 may check the contents of the file on the web browser 110 before the client terminal 100 uploads the file to the web server 200 through the web browser 110. Provides a function to execute the file by receiving the file information or the mapping key from the browser (110).
다시 말해, 기존에는 웹 브라우저(110)에 첨부된 파일의 내용을 확인하고자 하는 경우에 파일을 외부 서버에 업로드 한 이후 상기 외부 서버로부터 상기 파일을 다운로드하는 업로드와 다운로드의 과정이 모두 필요하였지만, 본 발명은 사용자가 소유한 클라이언트 단말기(100)에 웹 브라우저(110)와 통신하는 사용자 서버(120)가 구축되어 있으므로 업로드나 다운로드 과정 없이도 파일을 확인할 수 있는 효과를 제공한다. 다시 말해, 본 발명은 기존에 비해 파일을 확인하는데 소요되는 시간이 줄어들고 번거로운 절차가 생략된다. In other words, in the past, when a user wants to check the contents of a file attached to the web browser 110, both upload and download processes of downloading the file from the external server after uploading the file to the external server are necessary. According to the present invention, since the user server 120 communicating with the web browser 110 is built in the client terminal 100 owned by the user, the file can be checked without upload or download process. In other words, the present invention reduces the time it takes to check the file compared to the conventional one, and the cumbersome procedure is omitted.
한편, 전술한 클라이언트 단말기(100)는 다수의 기지국과 기지국 제어기, 이동 통신 교환기 및 왑(WAP) 게이트웨이 등을 포함하는 무선 통신망과 인터넷 등의 유선 통신망을 통해 웹 브라우저(110)의 HTML 파일을 제공하는 웹 서버(200)에 접속할 수 있는 수단을 의미하며, 무선 단말기와 유선 단말기를 사용할 수 있다.Meanwhile, the client terminal 100 provides the HTML file of the web browser 110 through a wireless communication network including a plurality of base stations, a base station controller, a mobile communication switch, and a WAP gateway, and a wired communication network such as the Internet. Means means for connecting to the web server 200, and can use a wireless terminal and a wired terminal.
이때, 무선 단말기로는 스마트폰, 태블릿 PC, 노트북 컴퓨터 등이 사용될 수 있으며, 유선 단말기로는 인터넷 접속 수단을 갖는 개인용 컴퓨터, 스마트 TV 등이 사용될 수 있다. In this case, a wireless terminal may be a smart phone, a tablet PC, a notebook computer and the like, and as a wired terminal, a personal computer having a means for accessing the Internet, a smart TV, or the like may be used.
도 2를 참조하면, 본 발명에 따른 파일 제어 시스템은 웹 서버(200)를 포함한다.Referring to FIG. 2, the file control system according to the present invention includes a web server 200.
상기 웹 서버(200)는 웹의 HTTP를 사용하여 HTML 문서와 같은 웹 페이지가 들어 있는 파일을 사용자들에게 제공하는 서버로, 클라이언트 단말기(100)와 통신 네트워크를 통해 연결된다.The web server 200 is a server that provides users with a file containing a web page such as an HTML document using HTTP of the web, and is connected to the client terminal 100 through a communication network.
상기 웹 서버(200)는 도 2와 같이 접속된 클라이언트 단말기(100)로부터 파일전송이 요청(req.File transfer)되면, 그 결과를 회신(response)한다.When the web server 200 requests a file transfer from the connected client terminal 100 as shown in FIG. 2, the web server 200 responds with the result.
아울러, 웹 서버(200)는 접속된 클라이언트 단말기(100)로부터 게시판 서비스에 대한 정보 요청을 수신하면, 게시판에 대한 웹 페이지를 클라이언트 단말기(100)에 제공한다. 그리고 웹 서버(200)는 클라이언트 단말기(100)로부터 파일이 첨부된 게시물이 전송되면 이를 수신받아 저장하는 기능을 제공한다.In addition, when the web server 200 receives a request for information on a bulletin board service from the connected client terminal 100, the web server 200 provides a web page for the bulletin board to the client terminal 100. The web server 200 provides a function of receiving and storing a post to which a file is attached from the client terminal 100.
예컨대, 본 발명에 따른 웹 서버(200)는 파일 제어 시스템의 파일 업로드 및 다운로드 기능을 수행하는 처리부(210)와, 사용자별 파일의 접근 권한을 관리하며 상기 사용자별 권한에 따라 사용 접근 권한을 조정하는 기능을 수행하는 권한 관리부와, 업로드 되어 있는 개인 스토리지 데이터베이스 내의 파일들을 관리하며 물리적인 저장 공간을 인덱싱하여 관리하는 파일 관리부, 및 상기 클라이언트 단말기(100)로부터 특정 제어 명령을 수신하고 이에 대한 응답 신호를 송신하는 명령 관리부를 포함할 수 있다.For example, the web server 200 according to the present invention manages the processing unit 210 that performs the file upload and download function of the file control system, and manages the access rights of files for each user and adjusts the use access rights according to the rights for each user. A rights management unit that performs a function, a file management unit that manages files in the uploaded personal storage database and indexes and manages a physical storage space, and receives a specific control command from the client terminal 100 and responds thereto. It may include a command management unit for transmitting.
특정 양태로서, 본 발명에 따른 웹 서버(200)는 게시판 웹 서버가 사용될 수 있다. 이러한 게시판 웹 서버는 게시물 목록 보기, 게시물 읽기, 게시물 작성하기 등 다양한 종류의 게시물 관련 웹페이지를 사용자의 요청에 따라 클라이언트 단말기(100)에 전송하며, 클라이언트 단말기(100)의 웹 브라우저(110)는 게시판 웹 서버로부터 전송되는 웹페이지를 디스플레이 한다.As a specific aspect, the web server 200 according to the present invention may be used a bulletin board web server. The bulletin board web server transmits various types of post-related web pages, such as viewing a post list, reading a post, and writing a post, to the client terminal 100 according to a user's request, and the web browser 110 of the client terminal 100 Display the web page sent from the bulletin board web server.
이러한 웹 서버(200)는 공지된 구성이므로, 보다 구체적인 설명은 생략한다.Since the web server 200 is a known configuration, more detailed description thereof will be omitted.
한편, 전술한 구성요소를 포함하는 파일 제어 시스템을 이용한 파일 전송 방법을 설명하면 다음과 같다.Meanwhile, a file transfer method using the file control system including the above-described component will be described below.
도 7 및 도 8은 본 발명에 따른 파일 전송 방법을 설명하기 위한 순서도이다.7 and 8 are flowcharts illustrating a file transfer method according to the present invention.
도 7 및 도 8을 참조하면, 본 발명의 파일 전송 방법은 사용자의 클라이언트 단말기(100)에 저장된 파일을 웹 브라우저(110)를 통해 웹 서버(200)로 전송하는 방법으로, 웹 브라우저(110)가 파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 사용자 서버(120)로 찾기 명령을 전송하는 파일선택 요청단계(S100)와, 상기 사용자 서버(120)가 파일 선택 다이얼로그를 생성하여 웹 브라우저(110)에 표시하는 파일 탐색기 표시단계(S200)와, 상기 사용자 서버(120)가 선택된 파일의 파일정보를 추출하여 웹 브라우저(110)에 전송하는 파일정보 추출단계(S300), 및 상기 웹 브라우저(110)가 상기 파일정보에 포함된 파일명을 파일첨부 박스에 표시하는 파일 첨부단계(S400)를 포함하며, 선택적으로 브라우저 시작단계를 더 포함할 수 있다.7 and 8, the file transfer method of the present invention is a method of transmitting a file stored in a client terminal 100 of a user to the web server 200 through the web browser 110, and the web browser 110. File selection request step (S100) of transmitting a search command to the user server 120 as a click signal of a file search for file attachment is input, and the user server 120 generates a file selection dialog to display a web browser ( A file explorer display step (S200) displayed on 110, a file information extraction step (S300) for extracting the file information of the selected file and transmitted to the web browser 110 by the user server 120, and the web browser ( 110 may include a file attaching step (S400) of displaying a file name included in the file information in a file attachment box, and optionally further including a browser starting step.
도 9 및 도 10은 본 발명에 따른 파일 전송 방법을 설명하기 위한 흐름도이다.9 and 10 are flowcharts illustrating a file transfer method according to the present invention.
도 9를 참조하면, 상기 웹 브라우저 시작단계(S50)는 사용자가 클라이언트 단말기(100)에 설치된 웹 브라우저(110)를 실행시키는 단계이다. 이때, 클라이언트 단말기(100)는 통신 네트워크를 통해 연결된 웹 서버(200)에 웹 브라우저(110)와 연동된 웹페이지가 들어 있는 파일을 요청하고, 이를 웹 서버(200)로부터 제공받아 웹페이지를 출력한다. 예컨대, 클라이언트 단말기(100)는 웹 브라우저(110)를 통해 게시판에 대한 웹페이지의 제공을 웹 서버(200)로 요청한 후, 이에 대한 HTML 파일을 웹 서버(200)로부터 제공받아 도 4와 같이 웹 브라우저(110)를 통해 게시물 작성용 웹페이지를 출력한다.Referring to FIG. 9, the web browser start step S50 is a step in which the user executes the web browser 110 installed in the client terminal 100. In this case, the client terminal 100 requests a file containing a web page linked with the web browser 110 to a web server 200 connected through a communication network, and receives the file from the web server 200 and outputs the web page. do. For example, the client terminal 100 requests the web server 200 to provide a web page for a bulletin board through the web browser 110, and receives an HTML file for the bulletin board from the web server 200, as shown in FIG. 4. A web page for writing a post is output through the browser 110.
상기 파일선택 요청단계(S100)에서는 사용자가 웹 브라우저(110)에 표시된 파일추가 버튼을 클릭하면, 웹 브라우저(110)가 사용자 서버(120)로 찾기 명령을 전송한다.In the file selection request step S100, when the user clicks the add file button displayed on the web browser 110, the web browser 110 transmits a search command to the user server 120.
상기 파일 탐색기 표시단계(S200)에서는 먼저 파일 첨부요청이 있는지를 판단(S210)하며, 웹 브라우저(110)로부터 송신된 찾기 명령이 수신되면 사용자 서버가 파일 선택 다이얼로그를 생성한 후 웹 브라우저(110)에 표시(S210)한다. 그리고 찾기 명령이 미수신되면 사용자 서버(120)는 동작을 종료한다.In the file explorer display step (S200), it is first determined whether there is a file attachment request (S210). When a find command sent from the web browser 110 is received, the user server generates a file selection dialog and then the web browser 110 (S210). If the find command is not received, the user server 120 ends the operation.
상기 파일정보 추출단계(S300)에서는 먼저 선택된 파일이 있는지를 판단(S310)하며, 사용자가 파일 선택 다이얼로그를 통해 첨부하고자 하는 파일을 선택하면, 사용자 서버(120)가 선택된 파일의 파일정보를 추출한 후, 상기 파일정보를 웹 브라우저(110)로 전송(S320)한다. In the file information extraction step (S300), it is first determined whether there is a selected file (S310). When the user selects a file to attach through a file selection dialog, the user server 120 extracts file information of the selected file. The file information is transmitted to the web browser 110 (S320).
상기 파일 첨부단계(S400)에서는 사용자 서버(120)로부터 파일정보가 수신되면, 웹 브라우저(110)가 파일정보에 포함된 파일명을 파일첨부 박스에 표시한다. In the file attachment step S400, when file information is received from the user server 120, the web browser 110 displays a file name included in the file information in a file attachment box.
필요에 따라, 본 발명에 따른 파일 전송 방법은 도 8과 같이 파일실행 요청단계(S500), 및 파일 실행단계(S600)를 더 포함할 수 있다.If necessary, the file transfer method according to the present invention may further include a file execution request step S500 and a file execution step S600 as shown in FIG. 8.
상기 파일실행 요청단계(S500)는 파일첨부 박스에 첨부된 파일을 직접 실행시키지 못하는 웹 브라우저(110)가 사용자로부터 실행 명령을 입력받아 사용자 서버(120)로 상기 파일의 파일정보 및 실행명령을 제공하는 단계이다. 보다 구체적으로, 본 단계(S500)에서는 웹 브라우저(110)의 파일첨부 박스에 첨부된 파일에 대한 실행 명령이 입력되면, 상기 웹 브라우저(110)가 상기 파일의 파일정보를 사용자 서버(120)로 전송한다.In the file execution request step (S500), the web browser 110 that cannot directly execute the file attached to the file attachment box receives an execution command from the user and provides the file information and execution command of the file to the user server 120. It's a step. More specifically, in the step (S500), when the execution command for the file attached to the file attachment box of the web browser 110 is input, the web browser 110 sends the file information of the file to the user server 120 send.
상기 파일 실행단계(S600)는 웹 브라우저(110)로부터 수신된 파일정보 및 실행명령을 기반으로 사용자 서버(120)가 파일첨부 박스에 첨부된 파일을 실행시키는 단계이다. 보다 구체적으로, 본 단계(S600)에서는 사용자 서버(120)가 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시킨다.The file execution step S600 is a step in which the user server 120 executes a file attached to a file attachment box based on the file information and the execution command received from the web browser 110. More specifically, in the step S600, the user server 120 searches for and executes a file through a file storage path included in the file information.
아울러, 본 발명에 따른 파일 전송 방법은 도 8 및 도 10과 같이 파일업로드 요청단계(S700), 및 파일 업로드단계(S800)를 더 포함할 수 있다.In addition, the file transmission method according to the present invention may further include a file upload request step S700 and a file upload step S800 as shown in FIGS. 8 and 10.
상기 파일업로드 요청단계는 파일첨부 박스에 첨부된 파일을 직접 전송하지 못하는 웹 브라우저(110)가 사용자로부터 업로드 명령을 입력받아 사용자 서버(120)로 상기 파일의 파일정보 및 업로드 명령을 제공하는 단계이다. The file upload request step is a step in which a web browser 110 that cannot directly transmit a file attached to a file attachment box receives an upload command from a user and provides file information and upload command of the file to the user server 120. .
보다 구체적으로, 본 단계(S700)에서는 웹 브라우저(110)의 파일첨부 박스에 첨부된 파일 중 웹 서버(200)로 업로드 하고자 하는 파일을 사용자가 선택하는 단계로, 웹 브라우저(110)의 파일첨부 박스에 첨부된 파일에 대한 업로드 명령이 웹 브라우저(110)에 입력되면, 상기 웹 브라우저(110)가 상기 파일의 파일정보를 사용자 서버(120)로 전송한다.More specifically, in the step S700, the user selects a file to upload to the web server 200 among the files attached to the file attachment box of the web browser 110, and attaches the file to the web browser 110. When an upload command for a file attached to a box is input to the web browser 110, the web browser 110 transmits file information of the file to the user server 120.
상기 파일 업로드단계(S800)는 먼저 사용자 서버(120)가 웹 브라우저(110)에 첨부된 파일이 존재하는지 확인(S810)하고, 웹 브라우저(110)에 첨부된 파일이 존재하는 경우에 웹 브라우저(110)로부터 수신된 파일정보 및 업로드 명령을 기반으로 사용자 서버(120)가 파일첨부 박스에 첨부된 파일을 업로드(S820)시키는 단계이다.In the file upload step (S800), the user server 120 first checks whether a file attached to the web browser 110 exists (S810), and if the file attached to the web browser 110 exists, the web browser ( The user server 120 uploads the file attached to the file attachment box based on the file information and the upload command received from 110 (S820).
필요에 따라, 상기 파일 업로드단계(S800) 이후에는 전송결과 회신단계(S900)를 더 포함할 수 있다. If necessary, the file uploading step (S800) may further include a transmission result reply step (S900).
상기 사용자 서버의 확인단계(S900)는 사용자 서버가 웹 서버(200)로부터 전송된 응답정보를 웹 브라우저(110)에 제공하는 단계이다. 구체적으로, 사용자 서버(120)는 웹 서버(200)로부터 응답정보가 수신되면(S910), 파일 제어부(126)가 업로드 결과에 대한 응답정보를 웹 브라우저(110)가 인식할 수 있는 방법으로 웹 브라우저(110)에 제공(S920)한다. 예컨대, 파일의 업로드 상태에 따라 '50% 전송', '70% 전송', '100% 전송 완료' 등을 웹 브라우저(110)에 팜업창 등으로 표시할 수 있다. The step S900 of checking the user server is a step in which the user server provides the response information transmitted from the web server 200 to the web browser 110. In detail, when the user server 120 receives the response information from the web server 200 (S910), the web controller 110 may recognize the response information about the upload result by the file controller 126. Provided to the browser 110 (S920). For example, '50% transfer ', '70% transfer', '100% transfer complete', etc. may be displayed on the web browser 110 as a palm-up window according to the upload status of the file.
이상에서 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술분야의 숙련된 당업자는 하기의 특허청구범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.Although the above has been described with reference to the preferred embodiments of the present invention, those skilled in the art will be able to variously modify and change the present invention without departing from the spirit and scope of the invention as set forth in the claims below. It will be appreciated.

Claims (13)

  1. 사용자의 클라이언트 단말기에 저장된 파일을 웹 브라우저를 통해 웹 서버로 전송하는 파일 제어 시스템에 있어서,In the file control system for transmitting a file stored in the user's client terminal to the web server through a web browser,
    상기 클라이언트 단말기는The client terminal
    파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 찾기 명령을 전송하며, 파일정보가 수신됨에 따라 상기 파일정보에 포함된 파일명을 파일첨부 박스에 표시하는 웹 브라우저; 및A web browser which transmits a search command as a click signal of a file search for file attachment is input, and displays a file name included in the file information in a file attachment box when file information is received; And
    상기 찾기 명령이 수신됨에 따라 파일 선택 다이얼로그를 웹 브라우저에 표시하고, 선택된 파일의 파일정보를 추출하며, 상기 파일정보를 웹 브라우저에 전송하는 사용자 서버를 포함하는 파일 제어 시스템.And a user server for displaying a file selection dialog in a web browser, extracting file information of the selected file, and transmitting the file information to the web browser as the search command is received.
  2. 제1 항에 있어서, 상기 파일정보는The method of claim 1, wherein the file information is
    파일명 및 파일 저장경로가 포함된 것을 특징으로 하는 파일 제어 시스템.A file control system comprising a file name and a file storage path.
  3. 제2 항에 있어서, 상기 웹 브라우저는 The method of claim 2, wherein the web browser
    상기 웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 실행 명령이 입력되면, 상기 사용자 서버로 해당 파일의 파일정보를 전송하는 것을 특징으로 하는 파일 제어 시스템.And a file command of a file attached to a file attachment box of the web browser, and transmitting file information of the file to the user server.
  4. 제3 항에 있어서, 상기 사용자 서버는The method of claim 3, wherein the user server
    상기 웹 브라우저로부터 파일정보가 수신되면, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시키는 것을 특징으로 파일 제어 시스템.When the file information is received from the web browser, the file control system, characterized in that for searching and executing the file through the file storage path included in the file information.
  5. 제2 항에 있어서, 상기 사용자 서버는The method of claim 2, wherein the user server
    상기 파일정보를 저장하고, 상기 파일정보에 매핑된 매핑 키를 생성하여 저장하며, 상기 파일 저장경로가 제외된 파일정보와 상기 매핑 키를 상기 웹 브라우저에 전송하는 것을 특징으로 하는 파일 제어 시스템. And store the file information, generate and store a mapping key mapped to the file information, and transmit the file information and the mapping key from which the file storage path is excluded to the web browser.
  6. 제5 항에 있어서, 상기 웹 브라우저는 The method of claim 5, wherein the web browser
    상기 웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 실행 명령이 입력되면, 상기 사용자 서버로 해당 파일의 매핑 키를 전송하는 것을 특징으로 하는 파일 제어 시스템.And executing an execution command for a file attached to a file attachment box of the web browser, transmitting a mapping key of the file to the user server.
  7. 제6 항에 있어서, 상기 사용자 서버는The method of claim 6, wherein the user server
    상기 웹 브라우저로부터 매핑 키가 수신되면, 상기 매핑 키에 매칭된 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시키는 것을 특징으로 파일 제어 시스템.When the mapping key is received from the web browser, the file is searched through the file storage path included in the file information matched with the mapping key. File control system characterized in that the execution.
  8. 제1 항에 있어서, According to claim 1,
    상기 웹 브라우저는 상기 웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 업로드 명령이 입력되면, 상기 사용자 서버로 해당 파일의 파일정보를 전송하며,When the web browser inputs an upload command for a file attached to a file attachment box of the web browser, the web browser transmits file information of the file to the user server.
    상기 사용자 서버는 상기 웹 브라우저로부터 파일정보가 수신되면, 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 상기 파일을 웹 서버로 전송하는 것을 특징으로 하는 파일 제어 시스템.When the user server receives file information from the web browser, the user server searches for a file through a file storage path included in the file information. And transmitting the file to a web server.
  9. 제8 항에 있어서, 상기 사용자 서버는The method of claim 8, wherein the user server
    상기 웹 서버로 업로드 한 파일의 전송 결과를 웹 브라우저에 표시하는 것을 특징으로 하는 파일 제어 시스템.And displaying the transmission result of the file uploaded to the web server in a web browser.
  10. 제8 항에 있어서, 상기 사용자 서버는The method of claim 8, wherein the user server
    상기 웹 서버로 전송할 파일에 대해 이어서 전송하기 기능, 암호화 기능, 리사이징 기능, 파일변환 기능 중 어느 하나 이상 기능을 제공하는 파일 제어부를 포함하는 것을 특징으로 하는 파일 제어 시스템. And a file control unit for providing one or more functions of a subsequent transmission function, an encryption function, a resizing function, and a file conversion function for a file to be transmitted to the web server.
  11. 사용자의 클라이언트 단말기에 저장된 파일을 웹 브라우저를 통해 웹 서버로 전송하는 파일 제어 방법에 있어서,In the file control method for transmitting a file stored in the user's client terminal to the web server through a web browser,
    상기 웹 브라우저가 파일 첨부를 위한 파일 찾기의 클릭신호가 입력됨에 따라 사용자 서버로 찾기 명령을 전송하는 파일선택 요청단계;A file selection request step of transmitting, by the web browser, a search command to a user server as a click signal of a file search for file attachment is input;
    상기 사용자 서버가 파일 선택 다이얼로그를 생성하여 웹 브라우저에 표시하는 파일 탐색기 표시단계;A file explorer display step of generating, by the user server, a file selection dialog and displaying the same on a web browser;
    상기 사용자 서버가 선택된 파일의 파일정보를 추출하여 웹 브라우저에 전송하는 파일정보 추출단계; 및A file information extraction step of the user server extracting file information of the selected file and transmitting the file information to a web browser; And
    상기 웹 브라우저가 상기 파일정보에 포함된 파일명을 파일첨부 박스에 표시하는 파일 첨부단계를 포함하는 파일 제어 방법.And a file attachment step of displaying, by the web browser, a file name included in the file information in a file attachment box.
  12. 제11 항에 있어서, The method of claim 11, wherein
    웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 실행 명령이 입력되면, 상기 웹 브라우저가 상기 파일의 파일정보를 사용자 서버로 전송하는 파일실행 요청단계; 및A file execution request step of transmitting, by the web browser, file information of the file to a user server when an execution command for a file attached to a file attachment box of a web browser is input; And
    상기 사용자 서버가 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 탐색하여 실행시키는 파일 실행단계를 더 포함하는 것을 특징으로 하는 파일 제어 방법.The user server searches for a file through a file storage path included in the file information. File control method comprising the step of executing a file to execute.
  13. 제11 항에 있어서, The method of claim 11, wherein
    웹 브라우저의 파일첨부 박스에 첨부된 파일에 대한 업로드 명령이 입력되면, 상기 웹 브라우저가 상기 파일의 파일정보를 사용자 서버로 전송하는 파일업로드 요청단계; 및A file upload request step of transmitting, by the web browser, file information of the file to a user server when an upload command for a file attached to a file attachment box of a web browser is input; And
    상기 사용자 서버가 상기 파일정보에 포함된 파일 저장경로를 통해 파일을 추출하여 웹 서버로 업로드 시키는 파일 업로드 단계를 더 포함하는 것을 특징으로 하는 파일 제어 방법.And a file uploading step of the user server extracting a file through a file storage path included in the file information and uploading the file to a web server.
PCT/KR2017/006007 2016-06-08 2017-06-09 File control system and method using user server WO2017213454A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020160070804A KR101712138B1 (en) 2016-06-08 2016-06-08 System and method for file control using user server
KR10-2016-0070804 2016-06-08

Publications (1)

Publication Number Publication Date
WO2017213454A1 true WO2017213454A1 (en) 2017-12-14

Family

ID=56502561

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2017/006007 WO2017213454A1 (en) 2016-06-08 2017-06-09 File control system and method using user server

Country Status (2)

Country Link
KR (1) KR101712138B1 (en)
WO (1) WO2017213454A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101724076B1 (en) * 2016-07-07 2017-04-07 라온위즈기술 주식회사 System and method for html control using user server
KR102513460B1 (en) * 2021-07-30 2023-03-24 소프트캠프 주식회사 Method and system for transmitting safty file by remote browser

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060168285A1 (en) * 2003-04-17 2006-07-27 Nielsen Peter D File upload using a browser
KR20080067441A (en) * 2007-01-16 2008-07-21 엘지전자 주식회사 Method of displaying an accompanying file list, method of downloading and uploading an accompanying file using an e-mail protocol, and mobile communication terminal thereof
KR20090003405A (en) * 2007-06-08 2009-01-12 엔에이치엔(주) File upload system and method
KR20090027125A (en) * 2007-09-11 2009-03-16 주식회사 인텔렉추얼애드 Method and system for registration of preview data to multimedia contents
KR20140059360A (en) * 2012-11-07 2014-05-16 주식회사 시공미디어 File upload system and method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100572232B1 (en) 2003-08-16 2006-04-19 주.피어링포탈 Data transfer method
JP4079928B2 (en) 2004-09-21 2008-04-23 株式会社データ復旧センター Electronic file distribution apparatus and distribution method
KR100747437B1 (en) 2006-06-14 2007-08-09 (주)오픈베이스 System and method for transmitting a file by the e-mail
KR101331998B1 (en) * 2011-09-21 2013-11-25 주식회사 마스터소프트 P2P System

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060168285A1 (en) * 2003-04-17 2006-07-27 Nielsen Peter D File upload using a browser
KR20080067441A (en) * 2007-01-16 2008-07-21 엘지전자 주식회사 Method of displaying an accompanying file list, method of downloading and uploading an accompanying file using an e-mail protocol, and mobile communication terminal thereof
KR20090003405A (en) * 2007-06-08 2009-01-12 엔에이치엔(주) File upload system and method
KR20090027125A (en) * 2007-09-11 2009-03-16 주식회사 인텔렉추얼애드 Method and system for registration of preview data to multimedia contents
KR20140059360A (en) * 2012-11-07 2014-05-16 주식회사 시공미디어 File upload system and method

Also Published As

Publication number Publication date
KR20160079733A (en) 2016-07-06
KR101712138B1 (en) 2017-03-03

Similar Documents

Publication Publication Date Title
WO2014119975A1 (en) Method and system for sharing part of web page
WO2015053541A1 (en) Method and apparatus for displaying associated information in electronic device
JP6595526B2 (en) Communication support apparatus, method, and computer program
WO2014035094A1 (en) System and method for providing additional information to mobile communication terminal during call attempts
WO2016129811A1 (en) Method and system for providing rich menu in instant messaging service and recording medium
WO2013165180A1 (en) Log monitoring method, server therefor and recording medium
WO2016186325A1 (en) Social network service system and method using image
WO2012105783A2 (en) E-book terminal, server, and service providing method
WO2017213454A1 (en) File control system and method using user server
WO2016182400A1 (en) Mobile device and system provided with communication information display and access functions and method for same
WO2015102125A1 (en) Text message conversation system and method
WO2014098308A1 (en) Method for displaying unified app information based on open app store, and computer readable recording medium therefor
WO2016093652A2 (en) Family album service providing method for enabling family album to be used by enabling family members to access cloud server through telephone number
WO2014046382A1 (en) System and method for providing markup language-based contextual recognition user interface
EP2843553A2 (en) Information processing terminal and control method therefor, and program
WO2018008861A1 (en) Html control system and method using user server
WO2020138909A1 (en) Content sharing method and electronic device therefor
WO2012141412A9 (en) Method and server for providing a webpage
WO2019143161A1 (en) Electronic device and search keyword processing method thereof
WO2015102279A1 (en) User security authentication system in internet environment and method therefor
WO2014204189A1 (en) System for providing virtual space for individual steps of executing application
WO2011152593A1 (en) Data upload method using shortcut
WO2009096724A2 (en) System and method for profiling remote user interface
WO2019103200A1 (en) Method and device for providing integrated voice secretary service
KR20190079092A (en) System and method for user distinction and authentication

Legal Events

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

Ref document number: 17810577

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17810577

Country of ref document: EP

Kind code of ref document: A1