KR20060009254A - File upload using a browser - Google Patents

File upload using a browser Download PDF

Info

Publication number
KR20060009254A
KR20060009254A KR1020057019474A KR20057019474A KR20060009254A KR 20060009254 A KR20060009254 A KR 20060009254A KR 1020057019474 A KR1020057019474 A KR 1020057019474A KR 20057019474 A KR20057019474 A KR 20057019474A KR 20060009254 A KR20060009254 A KR 20060009254A
Authority
KR
South Korea
Prior art keywords
data
user
server
uploading
network
Prior art date
Application number
KR1020057019474A
Other languages
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
Application filed by 노키아 코포레이션 filed Critical 노키아 코포레이션
Priority to KR1020057019474A priority Critical patent/KR20060009254A/en
Publication of KR20060009254A publication Critical patent/KR20060009254A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

A method of uploading data to a server 9n the Internet using a browser application. The browser application interprets received mark-up data identifying a first server for data upload and provides at least a first user selectable option for upload of pre-recorded data and a second user seledable option for upload of contemporaneous data. In response to user selection of the first option, the browser application enables the user selection and upload of pre- recorded data to the first server. (n response to user selection of the second option, the browser),D application enables the capture and upload of contemporaneous second data.

Description

브라우저를 이용한 파일 업로드{File upload using a browser}File upload using a browser}

본 발명에 따르는 실시예들은 클라이언트의 브라우저 어플리케이션을 이용하여 서버로 파일 업로드를 수행하는데 관련된다. 특히, 본 발명에 따르는 실시예들은 업로드를 위하여 동시성을 가지도록 생성된(contemporaneously created) 파일의 업로드에 관련된다.Embodiments in accordance with the present invention relate to performing a file upload to a server using a browser application of a client. In particular, embodiments according to the present invention relate to the uploading of files that are created contemporaneously for uploading.

브라우저는 인터넷 및 다른 네트워크들에 액세스하고 해당 네트워크들에서 사용 가능한 데이터를 디스플레이하는 컴퓨터 프로그램이다. 현재의 브라우저는 하이퍼텍스트 마크-업 언어(HTML, Hypertext mark-up Language)를 해석하여 상호-참조 또는 "링크"를 포함하는 문서를 생성할 수 있는데, 링크는 사용자로 하여금 어느 문서로부터 다른 문서로 용이하게 항해할 수 있도록 허용한다.A browser is a computer program that accesses the Internet and other networks and displays data available on those networks. Current browsers can interpret Hypertext mark-up language (HTML) to generate documents that contain cross-references or "links," which allow users to link from one document to another. Allow for easy navigation.

웹-페이지는 다음과 같은 HTML 코드를 사용함으로써 사용자로 하여금 소정 서버의 웹-페이지로서 "url"을 형식 입력(form input)의 일부로 가지고 소정 파일을 업로드하도록 허용할 수 있다.The web-page may allow the user to upload a given file with "url" as part of the form input as the web-page of the given server by using the following HTML code.

<form enctype="multipart/form-data" method="post" action="url"><form enctype = "multipart / form-data" method = "post" action = "url">

<p><p>

Please upload a file:<br>Please upload a file: <br>

<input type="file" name="file"><input type = "file" name = "file">

</p></ p>

<p><p>

<input type="submit" value="send"><input type = "submit" value = "send">

</p></ p>

</form></ form>

클라이언트 내의 브라우저는 HTML 코드를 해석하고 도 1에 예시된 바와 같은 그래픽 사용자 인터페이스 내에서 파일 위짓(file widget)을 생성한다.The browser in the client interprets the HTML code and creates a file widget within the graphical user interface as illustrated in FIG.

사용자는 텍스트 입력 필드(2) 내에 업로드될 파일의 경로를 입력하거나, 찾기 버튼(4)을 누르고 원하는 파일을 파일 관리자 어플리케이션(file manager application)에서 찾고 선택할 수 있는데, 그러면 파일 관리자 어플리케이션은 자동으로 선택된 파일의 경로를 텍스트 입력 필드(2) 내에 입력한다. 그러면, 사용자는 전송 버튼(6)을 선택하여 해당 파일을 업로드한다.The user can enter the path of the file to be uploaded in the text input field (2), or press the find button (4) and find and select the desired file in the file manager application, which will automatically select the file manager. The path of the file is entered in the text input field 2. Then, the user selects the send button 6 to upload the file.

만일 사용자가 동시성을 가지는 카메라 이미지 또는 오디오 녹음을 업로드하고자 한다면, 사용자는 우선 동시성을 가지는 카메라 이미지 또는 오디오 녹음을 파일 형태로 생성 및 저장하고 개별적으로 저장된 파일을 업로드하여야 한다.If the user wants to upload a camera image or audio recording having a concurrency, the user must first create and store a camera image or audio recording having a concurrency in the form of a file and upload the individually stored file.

사용자가 브라우저를 이용하여 정보를 업로드할 수 있는 편의성을 개선하는 것이 바람직하다. 특히, 동시성을 가지는 카메라 이미지, 오디오 녹음 등과 같은 것들을 업로딩하는 동작을 개선하는 것이 바람직하다.It is desirable to improve the convenience with which a user can upload information using a browser. In particular, it is desirable to improve the operation of uploading things such as simultaneous camera images, audio recordings, and the like.

본 발명의 일 측면에 따르면, 원격 네트워크에 액세스하고 데이터를 상기 네트워크의 서버에 업로딩하기 위한 장치로서, 상기 원격 네트워크와 통신하기 위한 인터페이스; 메모리 및 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고, 상기 메모리로부터의 사전-저장된 데이터를 상기 제1 서버로 업로딩하는 제1 사용자 옵션 및 동시성을 가지는(contemporaneous) 제2 데이터를 갈무리하고(capturing) 상기 제1 서버로 업로드하는 제2 사용자 옵션을 제공하기 위한 수단을 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치가 제공된다.According to an aspect of the present invention, an apparatus for accessing a remote network and uploading data to a server of the network, the apparatus comprising: an interface for communicating with the remote network; Having a first user option and concurrency identifying a first server for memory and data upload, interpreting mark-up data received from the network, and uploading pre-stored data from the memory to the first server ( and means for providing a second user option of capturing second data and uploading it to the first server.

본 발명에 따른 실시예들은 사용자에게 단지 상기 메모리로부터의 사전-저장된 데이터를 상기 서버로 업로드하는 제1 옵션만을 제공하는 것이 아니며, 추가적으로 동시성을 가지는 데이터를 갈무리하고 상기 서버에 업로딩할 수 있도록 하는 제2 옵션도 사용자에게 제공한다. 그러므로, 사용자는 사전-저장된 데이터를 업로딩하는 것 뿐만 아니라 갈무리된 데이터를 동시적으로 업로딩할 수 있는 추가적 선택권을 가지게 된다.Embodiments in accordance with the present invention do not merely provide a user with a first option of uploading pre-stored data from the memory to the server, but additionally allow for capturing and uploading data to the server with concurrency. 2 options are also available to the user. Thus, the user has the additional choice not only to upload pre-stored data but also to upload captured data simultaneously.

그러면, 사용자는 갈무리된 데이터를 해당 데이터를 메모리 내에 사전-저장할 필요 없이 해당 데이터를 업로드할 수 있고, 해당 데이터는 상기 메모리로부터의 사전-저장된 데이터를 업로딩하기 위한 상기 제1 옵션을 이용하여 업로드될 수 있다. 그러므로, 사용자는 업로드를 위하여 갈무리된 데이터를 보다 용이하게 업로드할 수 있다.The user can then upload the captured data without having to pre-store the captured data in memory, and the data can be uploaded using the first option for uploading the pre-stored data from the memory. Can be. Therefore, the user can more easily upload the data captured for upload.

사용자는 개별적으로 파일을 생성하고, 생성된 파일을 개별적으로 업로드하기 위하여 선택할 필요가 없다. 사진을 촬영하고, 해당 사진을 파일 시스템에 저장하고, 업로드를 선택하고, 업로드를 위한 파일을 선택하고, 해당 파일을 업로드하는 다섯 단계의 동작들은 본 발명에 의한 몇 가지 실시예에서는 세 가지 단계로 감소될 수 있는데, 그것들은 업로드를 선택하고, 동시성을 가지는 데이터를 업로딩하는 제2 옵션을 선택하고, 해당 데이터를 갈무리 하는 단계들이다.The user does not need to choose to create the files individually and upload the generated files individually. The five steps of taking a picture, saving the picture to a file system, selecting upload, selecting a file for upload, and uploading the file are three steps in some embodiments of the present invention. They can be reduced, which are the steps of selecting an upload, selecting a second option of uploading data with concurrency, and capturing that data.

바람직한 실시예에서, 본 발명에 따른 장치는 프로세서; 브라우저 어플리케이션 및 디스플레이 및 적어도 하나의 사용자 입력 장치를 포함하는 사용자 인터페이스를 더 포함하며, 상기 브라우저 어플리케이션은, 데이터 업로드를 위한 상기 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고, 사용자가 선택하도록 상기 제1 및 제2 사용자 옵션들을 상기 디스플레이 상의 그래픽 사용자 인터페이스를 통하여 제공하도록 구성되는 것을 특징으로 한다.In a preferred embodiment, an apparatus according to the invention comprises a processor; A user interface comprising a browser application and a display and at least one user input device, the browser application identifying the first server for data upload and interpreting mark-up data received from the network, And provide the first and second user options via a graphical user interface on the display for the user to select.

본 발명의 다른 측면에 따르면, 데이터를 네트워크의 서버로 업로딩하기 위한 방법이 제공 되는데, 본 발명의 다른 측면에 따른 방법은 브라우저 어플리케이션 내에서 수행되는 단계들로서, 데이터 업로드를 위한 제1 서버를 식별하는 마크-업 데이터를 수신하는 단계; 수신된 상기 마크-업 데이터를 해석하여, 적어도 사전-저장된 데이터의 업로드를 위한 제1 사용자 선택 가능 옵션 및 동시성을 가지는 데이터의 업로드를 위한 제2 사용자 선택 가능 옵션을 제공하는 단계; 사용자가 상기 제1 옵션을 선택하는데 응답하여, 상기 사용자 선택 및 사전-저장된 데이터의 상기 제1 서버로의 업로드를 이네이블하는 단계 및 사용자가 상기 제2 옵션을 선택하는데 응답하여, 상기 동시성을 가지는 제2 데이터의 갈무리 및 업로드를 이네이블하는 단계를 포함하는 것을 특징으로 한다.According to another aspect of the present invention, there is provided a method for uploading data to a server in a network, the method according to another aspect of the present invention being steps performed within a browser application to identify a first server for uploading data. Receiving mark-up data; Interpreting the received mark-up data to provide at least a first user selectable option for uploading at least pre-stored data and a second user selectable option for uploading data having concurrency; In response to the user selecting the first option, enabling uploading of the user selected and pre-stored data to the first server and in response to the user selecting the second option, having the concurrency. Enabling capturing and uploading of the second data.

본 발명의 또다른 측면에 따르면, 원격 네트워크에 액세스하고 데이터를 상기 네트워크의 소정 서버로 업로딩하기 위한 브라우저 어플리케이션이 제공되는데, 상기 위짓 어플리케이션은, 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고, 상기 메모리로부터의 사전-저장된 데이터를 상기 제1 서버로 업로딩하는 제1 사용자 옵션 및 동시성을 가지는 제2 데이터를 갈무리하고 상기 제1 서버로 업로드하는 제2 사용자 옵션을 제공하기 위한 수단을 포함하는 것을 특징으로 한다.According to another aspect of the invention, there is provided a browser application for accessing a remote network and uploading data to a server of the network, the widget application identifying a first server for data upload and receiving from the network. A first user option to interpret the generated mark-up data and upload the pre-stored data from the memory to the first server and a second user option to capture and upload the second data with concurrency to the first server. Characterized in that it comprises a means for providing.

본 발명의 실시예들에서, 동시성을 가지는 데이터는 일시적으로만 저장되고 상기 장치에는 기록되지 않을 수 있다.In embodiments of the present invention, data with concurrency may be stored only temporarily and not written to the device.

본 발명을 더 잘 이해하기 위하여, 첨부된 도면들을 예시적인 방법으로 참조할 것이다.In order to better understand the present invention, reference will be made to the accompanying drawings by way of example.

도 1은 데이터 업로드를 위한 종래 기술에 의한 파일 위짓(file widget)을 예시한다.1 illustrates a file widget according to the prior art for data upload.

도 2a 및 도 2b는 카메라(20)에 의하여 갈무리된 이미지를 업로딩하기 위한 시스템(10)을 예시한다.2A and 2B illustrate a system 10 for uploading an image captured by the camera 20.

도 3은 브라우저 어플리케이션이 동작하는 과정을 예시하기 위한 흐름도이다.3 is a flowchart illustrating a process of operating a browser application.

도 4는 본 발명의 일 실시예에 따르는 파일 위짓을 예시하는 도면이다.4 is a diagram illustrating a file widget according to an embodiment of the present invention.

도 5는 본 발명의 일 실시예에 따르는 파일 위짓에 의하여 제공되는 "옵션" 항목을 예시하는 도면이다.5 is a diagram illustrating the "option" item provided by the file widget according to an embodiment of the present invention.

본 발명과 본 발명의 동작상의 이점 및 본 발명의 실시에 의하여 달성되는 목적을 충분히 이해하기 위해서는 본 발명의 바람직한 실시예를 예시하는 첨부 도면 및 첨부 도면에 기재된 내용을 참조하여야만 한다.In order to fully understand the present invention, the operational advantages of the present invention, and the objects achieved by the practice of the present invention, reference should be made to the accompanying drawings which illustrate preferred embodiments of the present invention and the contents described in the accompanying drawings.

이하, 첨부한 도면을 참조하여 본 발명의 바람직한 실시예를 설명함으로서, 본 발명을 상세히 설명한다. 각 도면에 대하여, 동일한 참조부호는 동일한 부재임을 나타낸다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. For each figure, like reference numerals denote like elements.

도 2a는 카메라(20)에 의하여 갈무리된 이미지를 원격 서버(30)에 업로딩하기 위한 시스템(10)을 예시한다. 도 2a에 도시된 실시예에서, 원격 서버(30)는 인터넷과 같은 개방형 네트워크의 일부이며, 클라이언트(40)는 해당 개방형 네트워크에서 항해하기 위한 브라우저 어플리케이션(42)을 이용한다.2A illustrates a system 10 for uploading an image captured by a camera 20 to a remote server 30. In the embodiment shown in FIG. 2A, the remote server 30 is part of an open network, such as the Internet, and the client 40 uses a browser application 42 to navigate in that open network.

브라우저 어플리케이션은 확장형 마크-업 언어(XML, Extensible Mark-up Language) 또는 확장형 하이퍼텍스트 마크-업 언어(XHTML, Extensible Hypertext Mark-up Language)와 같은 그 파생 언어를 해석함으로써 콘텐츠를 그래픽 사용자 인터페이스 형태로 제공할 수 있다.The browser application interprets the content in the form of a graphical user interface by interpreting its derivative language, such as Extensible Mark-up Language (XML) or Extensible Hypertext Mark-up Language (XHTML). Can provide.

도 2b에서, 카메라(20)는 클라이언트(40)로부터 분리될 수 있거나, 클라이언트(40)에 영구적으로 또는 일시적으로 연결되는 모듈일 수 있다. 카메라(20)를 이용한 사진 촬영 동작은 해당 카메라(20)가 연결된 클라이언트(40)에 의하여 제어된 다.In FIG. 2B, camera 20 may be separate from client 40 or may be a module that is permanently or temporarily connected to client 40. Photo taking operation using the camera 20 is controlled by the client 40 to which the camera 20 is connected.

카메라 모듈(20)은 클라이언트(40)와 통신하기 위한 인터페이스(21) 및 이미지를 이미지 센서 어레이(23)에 집중시키기 위한 광학 기구(optics, 22)를 포함하는 이미지 갈무리 장비를 포함한다. 이미지 센서 어레이(23)의 출력은 아날로그-디지털 변환기(24)에 의하여 디지털 데이터로 변환되고, 변환된 디지털 데이터는 인터페이스(21)를 통하여 통신 되기 이전에 프로세서(25)에 의하여 처리된다. 카메라 모듈은 사용자로 하여금 사진을 촬영하도록 하는 사용자 인터페이스를 포함하지 않는다. 카메라 모듈은 클라이언트(40)의 사용자 인터페이스(43)를 이용함으로써 제어된다.The camera module 20 includes image capture equipment including an interface 21 for communicating with the client 40 and optics 22 for focusing the image on the image sensor array 23. The output of the image sensor array 23 is converted into digital data by the analog-to-digital converter 24, and the converted digital data is processed by the processor 25 before being communicated through the interface 21. The camera module does not include a user interface that allows the user to take a picture. The camera module is controlled by using the user interface 43 of the client 40.

인터넷 액세스 장치인 클라이언트(40)는 카메라(20)와 통신하기 위한 인터페이스(41), 인터넷과 통신하기 위한 인터페이스(42), 디스플레이(44) 및 사용자 입력 장치(45)를 포함하는 사용자 인터페이스(43), 클라이언트로의 입력, 클라이언트로부터의 출력, 및 해당 클라이언트의 동작을 제어하기 위한 어플리케이션 프로세서(46), 및 브라우저 어플리케이션(48) 및 카메라 제어 소프트웨어(49)를 저장하기 위한 메모리(47)를 포함한다. 어플리케이션 프로세서(46)는 브라우저 어플리케이션(48)을 로딩하여, 사용자로 하여금 인터넷을 '항해(navigate)' 하도록 이네이블하는 그래픽 사용자 인터페이스를 디스플레이(44) 상에 제공한다. 어플리케이션 프로세서(46)는 사용자 입력 장치(45)를 통하여 카메라 모듈(20)의 동작을 제어하기 위한 제2 그래픽 사용자 인터페이스를 제공하는 카메라 제어 소프트웨어(49)를 로딩한다.The client 40, which is an Internet access device, has a user interface 43 including an interface 41 for communicating with the camera 20, an interface 42 for communicating with the Internet, a display 44, and a user input device 45. ), An application processor 46 for controlling input to the client, output from the client, and operation of the client, and a memory 47 for storing the browser application 48 and the camera control software 49. do. The application processor 46 loads the browser application 48 and provides a graphical user interface on the display 44 that enables the user to 'navigate' the Internet. The application processor 46 loads the camera control software 49 which provides a second graphical user interface for controlling the operation of the camera module 20 via the user input device 45.

인터넷 상의 웹-페이지 또는 문서들은 XHTML 또는 HTML을 이용하여 정의될 수 있다. 도 2a 및 도 2b에 도시된 클라이언트(40)의 브라우저 어플리케이션(48)은 HTML 또는 XHTML 코드를 해석하여 제1 그래픽 사용자 인터페이스를 사용자에게 제공한다. XHTML 코드, 및 특히 파일 입력 객체는 사용자로 하여금 클라이언트(40) 상에 저장된 파일을 웹 주소인 "URL"을 형식 입력의 일부로 가지고 해당 서버로 업로드하도록 허용한다.Web-pages or documents on the Internet can be defined using XHTML or HTML. The browser application 48 of the client 40 shown in FIGS. 2A and 2B interprets HTML or XHTML code to provide a first graphical user interface to the user. The XHTML code, and in particular the file input object, allows the user to upload a file stored on the client 40 to the server with the web address "URL" as part of the format input.

예를 들어, 해당 코드는 다음과 같을 수 있다.For example, the code might look like this:

<form enctype="multipart/form-data" method="post" action="URL"><form enctype = "multipart / form-data" method = "post" action = "URL">

<p><p>

Please upload an image:<br>Please upload an image: <br>

<input type="file" name="imagefile"><input type = "file" name = "imagefile">

</p></ p>

<p><p>

<input type="submit" value="send"><input type = "submit" value = "send">

</p></ p>

</form></ form>

브라우저의 동작은 도 3에 예시된다. 단계 200에서, 브라우저는 파일 위짓(100)을 생성하는데, 도 4에 도시된 바와 같이, 코드로부터 해석된 자신의 그래픽 사용자 인터페이스 내에 생성한다. 파일 위짓(100)은 텍스트 입력 필드(102), "옵션" 버튼(104), 및 "전송" 버튼(106)을 포함한다.The operation of the browser is illustrated in FIG. 3. In step 200, the browser creates a file widget 100, as shown in FIG. 4, in its graphical user interface interpreted from the code. File widget 100 includes a text input field 102, an "option" button 104, and a "send" button 106.

클라이언트(40)로부터 파일을 원격 서버(30)로 어플리케이션하기 위하여, 사용자는 업로드될 해당 파일의 경로를 텍스트 입력 필드(102)에 입력하거나, 단계 202에서 "옵션" 버튼(104)을 선택한다. 단계 202에서 "옵션" 버튼(104)을 선택하면, 단계 204에서 브라우저가 두 개의 사용자가 선택 가능한 대안적인 옵션들을 제공하는데, 이것은 도 5에 도시된 바와 같이 "검색(Browse)" 옵션(108) 및 "이미지 갈무리(Capture image)" 옵션(110) 들이다.In order to apply a file from the client 40 to the remote server 30, the user enters the path of the file to be uploaded into the text input field 102, or selects the "Options" button 104 in step 202. Selecting the "Options" button 104 in step 202, the browser provides two user selectable alternative options in step 204, which are shown in Figure 5 with the "Browse" option 108 as shown in FIG. And "Capture image" options 110.

단계 206에서 "검색(Browse)" 옵션(108)을 선택하면, 사용자는 단계 208에서와 같이 파일 관리자 어플리케이션 내에서 원하는 파일의 위치를 탐색하고 해당 파일을 선택할 수 있고, 파일 관리자 어플리케이션은 자동으로 단계 210에서 선택된 파일의 경로를 텍스트 입력 필드(102)에 입력한다. 그러면, 사용자는 단계 212에서 "전송" 버튼(106)을 선택함으로써 해당 파일을 업로드할 수 있다.By selecting the " Browse " option 108 in step 206, the user can browse to the desired file location within the file manager application and select the file as in step 208, and the file manager application automatically steps Enter the path of the file selected at 210 in the text input field 102. The user can then upload the file by selecting the "send" button 106 in step 212.

그러나, 만일 사용자가 수동으로 동시성을 가지는 이미지를 저장하지 않은 채 해당하는 동시성을 가지는 이미지를 업로드하고자 한다면, 사용자는 단계 220에서 "이미지 갈무리(Capture image)" 옵션(110)을 선택한다. 그러면, 사용자는 이미지를 서버로 용이하고 끊김없이(easy and seamless) 갈무리하고 업로드할 수 있다.However, if the user wishes to upload an image with the corresponding concurrency without manually storing the image with the concurrency, the user selects the "Capture image" option 110 at step 220. The user can then capture and upload the image to the server easily and seamlessly.

단계 222의 브라우저 어플리케이션(48)은 필요할 경우 어플리케이션 프로세서(46)에 카메라 제어 소프트웨어(49)를 로딩하고, 카메라(20)로 하여금 이미지 갈무리 동작을 수행할 수 있도록 이네이블한다.The browser application 48 of step 222 loads the camera control software 49 into the application processor 46 if necessary, and enables the camera 20 to perform an image capture operation.

단계 224에서, 사용자는 사진을 촬영하기 위한 클라이언트의 사용자 인터페 이스(43)를 이용하여 사진을 촬영한다. 이미지는 디스플레이(44)를 이용하여 프레임화(framed)되고 사용자 입력 장치(45)를 이용하여 촬영될 수 있다. 갈무리된 이미지는 자동으로 메모리(47) 내의 경로 ~temp/imagefile 에 임시적으로 저장된다.In step 224, the user takes a picture using the user interface 43 of the client for taking a picture. The image may be framed using the display 44 and photographed using the user input device 45. The captured image is automatically temporarily stored in the path ~ temp / imagefile in the memory 47.

브라우저 어플리케이션(48)은 제1 그래픽 사용자 인터페이스로 복귀하고 도 4에 예시된 파일 위짓(100)을 디스플레이하며, 사용자 입력 없이 즉시 및 자동적으로, 단계 226에서 임시 저장된 이미지 파일을 업로드한다. 단계 226은 세 가지 하위 단계들을 수행하는 스크립트(script)에 의하여 제어된다. 하위 단계 226a에서, 브라우저는 임시 저장된 이미지 파일의 경로명인 ~temp/image를 자동으로 텍스트 입력 필드(102)에 입력한다. 그러면, 하위 단계 226b에서, 해당 브라우저는 자동으로 필요할 경우 'tab' 키 입력을 이용함으로써 "전송" 버튼을 강조하고, 후속하는 하위 단계 226c에서 'enter' 키 입력을 이용함으로써 상기 "전송" 버튼을 자동으로 선택한다. 이와 다른 실시예에서, 브라우저는 자동으로 "전송" 버튼을 강조 또는 선택하지 않고, 사용자가 이러한 동작을 수동으로 처리할 수도 있다.The browser application 48 returns to the first graphical user interface and displays the file widget 100 illustrated in FIG. 4 and uploads the temporarily stored image file at step 226, immediately and automatically, without user input. Step 226 is controlled by a script that performs three substeps. In a substep 226a, the browser automatically enters ~ temp / image, the path name of the temporarily stored image file, into the text input field 102. Then, in substep 226b, the browser automatically highlights the "Send" button by using the 'tab' key input if necessary, and in the subsequent substep 226c by pressing the "Send" button by using the 'enter' key input. Select automatically. In other embodiments, the browser does not automatically highlight or select the "send" button, and the user may manually handle this operation.

그러면, 임시 파일인 ~/temp/image 로서 저장된 이미지는 웹-페이지 "URL"에 의하여 식별된 원격 서버(30)로 업로드된다.Then, the image stored as a temporary file ~ / temp / image is uploaded to the remote server 30 identified by the web-page " URL ".

최종적으로, 단계 228에서, 브라우저 어플리케이션은 이미지 파일인 ~/temp/image를 자동으로 삭제하거나, 해당 이미지 파일 위에 덮어쓰기 동작을 허용한다. 해당 이미지 파일은 메모리에 저장되거나 삭제될 수 있으며, 또는 단지 메모리 내에 버퍼링(buffered)될 수 있다.Finally, in step 228, the browser application automatically deletes the image file ~ / temp / image or allows an overwrite operation on the image file. The image file can be stored or deleted in memory, or just buffered in memory.

그러므로, 본 발명의 실시예들은 사용자로 하여금 브라우저 어플리케이션 내 로부터 동시성을 가지는 이미지를 갈무리 하도록 이네이블하고 자동적으로 업로드할 수 있도록 하는데, 이러한 동작을 통하여 사용자가 이미지를 분리하여 저장하여야 하는 개별 동작의 필요성이 없어지게 된다.Therefore, embodiments of the present invention enable a user to enable and automatically upload images to capture concurrency images from within a browser application, thereby requiring the user to separate and store the images. Will disappear.

도 2a는 카메라(20)에 의하여 갈무리된 이미지를 원격 서버(30)로 업로드하기 위한 다른 시스템(10)을 예시한다. 도 2a에 도시된 실시예에서, 카메라(20) 및 클라이언트(40)는 통신 채널(60)에 의하여 연결되는데, 통신 채널(60)은 물리적 연결망이거나 무선 연결망 일 수 있다.2A illustrates another system 10 for uploading an image captured by camera 20 to remote server 30. In the embodiment shown in FIG. 2A, the camera 20 and the client 40 are connected by a communication channel 60, which may be a physical connection network or a wireless connection network.

카메라(20)는 클라이언트(40)와 통신하기 위한 인터페이스(21)를 포함하고, 이미지를 이미지 센서 어레이(23)에 집중시키기 위한 광학 기구(22)를 포함하는 이미지 갈무리 장비를 포함한다. 이미지 센서 어레이(23)의 출력은 아날로그-디지털 변환기(24)에 의하여 디지털 데이터로 변환되고, 변환된 디지털 데이터는 해당 인터페이스(21)를 통하여 통신되기 이전에 프로세서(25)에 의하여 처리된다. 카메라는 사용자로 하여금 사진 촬영 동작을 제어할 수 있도록 허용하는 사용자 인터페이스(26)를 더 포함할 수 있다.The camera 20 includes image capture equipment including an interface 21 for communicating with the client 40 and an optical instrument 22 for focusing the image on the image sensor array 23. The output of the image sensor array 23 is converted into digital data by the analog-to-digital converter 24, and the converted digital data is processed by the processor 25 before being communicated through the corresponding interface 21. The camera may further include a user interface 26 that allows the user to control the photo shooting operation.

인터넷 액세스 장치인 클라이언트(40)는 카메라(20)와 통신하기 위한 인터페이스(41), 인터넷과 통신하기 위한 인터페이스(42), 디스플레이(44) 및 사용자 입력 장치(45)를 포함하는 사용자 인터페이스(43), 클라이언트로의 입력, 클라이언트로부터의 출력, 및 해당 클라이언트의 동작을 제어하기 위한 어플리케이션 프로세서(46), 및 브라우저 어플리케이션(48)을 저장하기 위한 메모리(47)를 포함한다. 어플리케이션 프로세서(46)는 브라우저 어플리케이션(48)을 로딩하며, 제1 그래픽 사용자 인터페이스를 디스플레이(44) 상에 제공하고, 사용자로 하여금 인터넷을 브라우징할 수 있도록 허용한다.The client 40, which is an Internet access device, has a user interface 43 including an interface 41 for communicating with the camera 20, an interface 42 for communicating with the Internet, a display 44, and a user input device 45. ), An application processor 46 for controlling input to the client, output from the client, and operation of the client, and a memory 47 for storing the browser application 48. The application processor 46 loads the browser application 48, provides a first graphical user interface on the display 44, and allows the user to browse the Internet.

도시된 실시예에서, 클라이언트(40)는 무선 전화망(70, radio telephone network)과 통신할 수 있는 기능을 가지는 무선 전화기와 같은 이동 통신 장치이다. 그러므로, 인터페이스(42)는 무선 송수신기를 포함한다. 그러나, 다른 실시예에서는, 클라이언트(40)는 인터넷에 연결된 디지털 가입자 회선(DSL, digital subscriber line)을 포함하는 컴퓨터와 같은 액세스 장치들일 수도 있다.In the illustrated embodiment, the client 40 is a mobile communication device, such as a wireless telephone, having the ability to communicate with a radio telephone network (70). Therefore, interface 42 includes a wireless transceiver. However, in other embodiments, client 40 may also be access devices such as a computer including a digital subscriber line (DSL) connected to the Internet.

도 2a에 도시된 다른 시스템(10)은 도 2b를 참조하여 설명된 방법과 유사한 방식으로 동작하지만, 단계 222에서 브라우저 어플리케이션(48)이 이미지 촬영을 위한 카메라(20)를 해당 카메라와 통신 채널(60)을 통하여 통신함으로써 이네이블링한 다는 점, 단계 224에서 사용자는 사진을 촬영하기 위한 카메라의 사용자 인터페이스(26)를 이용함으로써 사진을 촬영한다는 점에서 다를 뿐이다. 이미지는 사용자 인터페이스(26)의 디스플레이(미도시)를 이용하여 프레임화(framed)될 수 있고 사용자 인터페이스(26)의 입력 장치(미도시)를 이용하여 촬영될 수 있다. 촬영된 이미지는 클라이언트(40)로 전달되고 메모리(47)의 경로 ~temp/imagefile 에 일시적으로 자동 저장된다.The other system 10 shown in FIG. 2A operates in a similar manner to the method described with reference to FIG. 2B, but in step 222 the browser application 48 connects the camera 20 for image capture with the corresponding camera and communication channel ( 60 is only enabled by communicating via communication, in step 224 the user only takes a picture by using the user interface 26 of the camera to take a picture. The image may be framed using a display (not shown) of the user interface 26 and photographed using an input device (not shown) of the user interface 26. The captured image is transferred to the client 40 and temporarily stored automatically in the path ~ temp / imagefile of the memory 47.

그러나, 대안적인 시스템은 전술된 시스템의 동작에 추가하여 다음과 같은 동작을 수행하거나, 전술된 시스템의 동작과는 다른 다음과 같은 동작을 수행할 수 있다. 만일 사용자가 수동으로 동시성을 가지는 이미지를 우선 저장할 필요 없이 해당 동시성을 가지는 이미지를 업로드하고자 한다면, 해당 사용자는 단계 220에서 처럼 "이미지 갈무리(Capture image)" 옵션(110)을 선택하지 않고, 그 대신에 카메라(20)의 사용자 인터페이스(26)를 이용함으로써 단계 224에서 사진을 촬영한다. 그러므로, 단계 220 및 단계 222가 수행되지 않고 생략된다. 이미지는 사용자 인터페이스(26)의 디스플레이(미도시)를 이용하여 프레임화(framed)될 수 있고 사용자 인터페이스(26)의 입력 장치(미도시)를 이용하여 촬영될 수 있다. 촬영된 이미지는 클라이언트(40)로 전달되고 메모리(47)의 경로 ~temp/imagefile 에 일시적으로 자동 저장된다.However, alternative systems may perform the following operations in addition to the operations of the systems described above, or may perform the following operations different from those of the systems described above. If the user wishes to upload an image with the concurrency without having to manually save the image with the concurrency first, the user does not select the "Capture image" option 110 as shown in step 220, instead. The photograph is taken in step 224 by using the user interface 26 of the camera 20. Therefore, step 220 and step 222 are not performed and are omitted. The image may be framed using a display (not shown) of the user interface 26 and photographed using an input device (not shown) of the user interface 26. The captured image is transferred to the client 40 and temporarily stored automatically in the path ~ temp / imagefile of the memory 47.

비록 본 발명의 전술된 실시예들이 브라우저 어플리케이션 내에서 부터의 이미지의 동시성을 가지는 갈무리 동작에 관련되어 설명되었지만, 다른 실시예들에서는, 마이크로부터의 오디오 데이터 또는 디지털 비디오 카메라로부터의 비디오와 같은 입력 장치들로부터의 다른 동시성을 가지는 입력들이 해당 브라우저 내로부터 갈무리되고 및 자동 업로드될 수 있다.Although the foregoing embodiments of the present invention have been described in connection with a capture operation having concurrency of an image from within a browser application, in other embodiments, an input device such as audio data from a microphone or video from a digital video camera Inputs with other concurrency from these can be captured and automatically uploaded from within the browser.

본 발명은 도면에 도시된 실시예를 참고로 설명되었으나 이는 예시적인 것에 불과하며, 본 기술 분야의 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다는 점을 이해할 것이다.Although the present invention has been described with reference to the embodiments shown in the drawings, this is merely exemplary, and it will be understood by those skilled in the art that various modifications and equivalent other embodiments are possible.

따라서, 본 발명의 진정한 기술적 보호 범위는 첨부된 등록청구범위의 기술적 사상에 의해 정해져야 할 것이다.Therefore, the true technical protection scope of the present invention will be defined by the technical spirit of the appended claims.

본 발명은 브라우저 어플리케이션과 같은 원격 네트워크에 액세스하고 데이터를 해당 네트워크의 서버에 업로딩하기 위한 장치에서, 동시성을 가지는 데이터 를 개별적으로 획득 및 저장한 후 업로드하지 않도록 함으로써 사용자 편의성을 향상시킨다.The present invention improves user convenience by not acquiring, storing and uploading data having concurrency individually in an apparatus for accessing a remote network such as a browser application and uploading data to a server of the network.

Claims (19)

원격 네트워크에 액세스하고 데이터를 상기 네트워크의 서버에 업로딩하기 위한 장치에 있어서,An apparatus for accessing a remote network and uploading data to a server in the network, the apparatus comprising: 상기 원격 네트워크와 통신하기 위한 인터페이스;An interface for communicating with the remote network; 메모리 및Memory and 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고, 상기 메모리로부터의 사전-저장된 데이터를 상기 제1 서버로 업로딩하는 제1 사용자 옵션 및 동시성을 가지는(contemporaneous) 제2 데이터를 갈무리하고(capturing) 상기 제1 서버로 업로드하는 제2 사용자 옵션을 제공하기 위한 수단을 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.First user option and contemporaneous to identify a first server for data upload, interpret mark-up data received from the network, and upload pre-stored data from the memory to the first server And means for providing a second user option for capturing second data and uploading to the first server. 제1항에 있어서, 상기 장치는,The method of claim 1, wherein the device, 프로세서;A processor; 브라우저 어플리케이션 및Browser applications and 디스플레이 및 적어도 하나의 사용자 입력 장치를 포함하는 사용자 인터페이스를 더 포함하며,A user interface comprising a display and at least one user input device; 마크-업 데이터를 해석하기 위한 상기 수단은 상기 프로세서 상에서 작동하는 브라우저 어플리케이션에 의하여 제공되고,The means for interpreting mark-up data is provided by a browser application running on the processor, 상기 브라우저 어플리케이션은,The browser application, 데이터 업로드를 위한 상기 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고,Identify the first server for data upload and interpret mark-up data received from the network, 사용자가 선택하도록 상기 제1 및 제2 사용자 옵션들을 상기 디스플레이 상의 그래픽 사용자 인터페이스를 통하여 제공하도록 구성되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And provide the first and second user options via a graphical user interface on the display for the user to select. 제2항에 있어서,The method of claim 2, 상기 제1 및 제2 사용자 옵션들은 상기 브라우저 어플리케이션에 의하여 동시에 제공되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And the first and second user options are simultaneously provided by the browser application. 제2항 또는 제3항에 있어서,The method according to claim 2 or 3, 상기 브라우저 어플리케이션은 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하여 상기 디스플레이 상에 위짓(widget)을 제공하도록 구성되고, 상기 위짓은,The browser application is configured to identify a first server for data upload and to interpret the mark-up data received from the network to provide a widget on the display, wherein the widget, 선택될 경우, 사용자가 선택하도록 상기 디스플레이 상에 상기 제1 및 제2 사 옵션을 제공하는 사용자 선택 가능 옵션(user selectable option)을 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And if selected, a user selectable option that provides the first and second company options on the display for the user to select. 제2항 내지 제4항 중 어느 한 항에 있어서,The method according to any one of claims 2 to 4, 상기 브라우저 어플리케이션은, 상기 메모리에 사전-저장된 데이터 파일로서 상기 제1 서버로 업로드될 데이터 파일의 식별 동작을 이네이블함으로써 상기 제1 옵션에 대한 사용자 선택에 응답하도록 구성되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.The browser application is configured to respond to a user selection for the first option by enabling identification of a data file to be uploaded to the first server as a data file pre-stored in the memory. Data uploading device. 제2항 내지 제5항 중 어느 한 항에 있어서,The method according to any one of claims 2 to 5, 상기 브라우저 어플리케이션은,The browser application, 동시성을 가지는 제2 데이터의 갈무리 및 상기 제2 데이터의 상기 제1 서버로의 자동 업로드를 이네이블함으로써 상기 제2 옵션에 대한 사용자 선택에 응답하도록 구성되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And respond to a user selection for the second option by enabling capturing of the second data with concurrency and automatic upload of the second data to the first server. 제2항 내지 제6항 중 어느 한 항에 있어서,The method according to any one of claims 2 to 6, 상기 브라우저 어플리케이션은 상기 메모리 내에 저장되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.The browser application is stored in the memory. 제2항 내지 제7항 중 어느 한 항에 있어서,The method according to any one of claims 2 to 7, 동시성을 가지는 데이터의 갈무리는 상기 브라우저 어플리케이션 내에서 제어되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.Capturing data with concurrency is controlled in the browser application. 제1항 내지 제8항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 8, 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 상기 마크-업 데이터는, 상기 서버의 URL(Uniform Resource Locator)을 지시하는 파라미터를 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And the mark-up data received from the network identifying a first server for data uploading comprises a parameter indicating a Uniform Resource Locator (URL) of the server. 제1항 내지 제9항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 9, 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 상기 마크-업 데이터는, 데이터 업로드를 지시하는 파라미터를 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And said mark-up data received from said network identifying a first server for data uploading comprises a parameter indicating a data upload. 제1항 내지 제10항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 10, 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 상기 마크-업 데이터는, 데이터가 업로드되는 포맷(format)을 지시하는 파라미터를 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And the mark-up data received from the network identifying a first server for data uploading comprises a parameter indicating a format in which data is uploaded. 제1항 내지 제11항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 11, 상기 동시성을 가지는 데이터는 업로드 만을 위하여 사용되며 일시적으로만 저장되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And said concurrency data is used only for upload and is stored only temporarily. 제2항 내지 제12항 중 어느 한 항에 있어서,The method according to any one of claims 2 to 12, 상기 장치는 카메라 또는 카메라 모듈에 접속되거나 접속가능하고,The device is connected or connectable to a camera or camera module, 상기 동시성을 가지는 제2 데이터는, 사진 촬영을 제어하기 위하여 상기 장치의 상기 사용자 인터페이스를 사용함으로써 갈무리되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And said second data having said concurrency is captured by using said user interface of said device to control picture taking. 제13항에 있어서,The method of claim 13, 상기 카메라 또는 카메라 모듈은 카메라 사용자 인터페이스를 포함하고,The camera or camera module includes a camera user interface, 상기 제2 사용자 옵션은, 상기 카메라 사용자 인터페이스를 이용하여 사진을 촬영함으로써 자동으로 선택되는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And the second user option is automatically selected by taking a picture using the camera user interface. 제1항 내지 제14항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 14, 상기 네트워크는 인터넷인 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And said network is the Internet. 제1항 내지 제15항 중 어느 한 항에 있어서,The method according to any one of claims 1 to 15, 상기 원격 네트워크와 통신하기 위한 상기 인터페이스는 무선 주파수(radio frequency) 송수신기를 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 장치.And the interface for communicating with the remote network comprises a radio frequency transceiver. 데이터를 네트워크의 서버로 업로딩하기 위한 방법에 있어서, 브라우저 어플 리케이션 내에서 수행되는,A method for uploading data to a server in a network, the method being performed in a browser application, 데이터 업로드를 위한 제1 서버를 식별하는 마크-업 데이터를 수신하는 단계;Receiving mark-up data identifying a first server for data uploading; 수신된 상기 마크-업 데이터를 해석하여, 적어도 사전-저장된 데이터의 업로드를 위한 제1 사용자 선택 가능 옵션 및 동시성을 가지는 데이터의 업로드를 위한 제2 사용자 선택 가능 옵션을 제공하는 단계;Interpreting the received mark-up data to provide at least a first user selectable option for uploading at least pre-stored data and a second user selectable option for uploading data having concurrency; 사용자가 상기 제1 옵션을 선택하는데 응답하여, 상기 사용자 선택 및 사전-저장된 데이터의 상기 제1 서버로의 업로드를 이네이블하는 단계 및In response to the user selecting the first option, enabling uploading of the user selection and pre-stored data to the first server; and 사용자가 상기 제2 옵션을 선택하는데 응답하여, 상기 동시성을 가지는 제2 데이터의 갈무리 및 업로드를 이네이블하는 단계를 포함하는 것을 특징으로 하는 데이터를 네트워크의 서버로 업로딩하기 위한 방법.In response to the user selecting the second option, enabling capturing and uploading the second data with the concurrency. 원격 네트워크에 액세스하고 데이터를 상기 네트워크의 소정 서버로 업로딩하기 위한 브라우저 어플리케이션에 있어서,A browser application for accessing a remote network and uploading data to a predetermined server in the network, the browser application comprising: 데이터 업로드를 위한 제1 서버를 식별하며 상기 네트워크로부터 수신된 마크-업 데이터를 해석하고, 상기 메모리로부터의 사전-저장된 데이터를 상기 제1 서버로 업로딩하는 제1 사용자 옵션 및 동시성을 가지는 제2 데이터를 갈무리하고 상기 제1 서버로 업로드하는 제2 사용자 옵션을 제공하기 위한 수단을 포함하는 것을 특징으로 하는 네트워크 액세스 및 데이터 업로딩 브라우저 어플리케이션.Second data with concurrency and first user options identifying a first server for data upload, interpreting mark-up data received from the network, and uploading pre-stored data from the memory to the first server Means for providing a second user option of capturing and uploading to the first server. 제18항에 따르는 브라우저 어플리케이션을 이네이블하기 위한 컴퓨터 명령어들을 포함하는 저장 장치.A storage device comprising computer instructions for enabling a browser application according to claim 18.
KR1020057019474A 2005-10-13 2003-04-17 File upload using a browser KR20060009254A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020057019474A KR20060009254A (en) 2005-10-13 2003-04-17 File upload using a browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020057019474A KR20060009254A (en) 2005-10-13 2003-04-17 File upload using a browser

Publications (1)

Publication Number Publication Date
KR20060009254A true KR20060009254A (en) 2006-01-31

Family

ID=37120009

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020057019474A KR20060009254A (en) 2005-10-13 2003-04-17 File upload using a browser

Country Status (1)

Country Link
KR (1) KR20060009254A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140141926A (en) 2013-06-03 2014-12-11 양진호 Apparatus and method for uploading multimedia file

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140141926A (en) 2013-06-03 2014-12-11 양진호 Apparatus and method for uploading multimedia file

Similar Documents

Publication Publication Date Title
US20060168285A1 (en) File upload using a browser
US8446616B2 (en) Image-forming apparatus, image-processing method, and control program for executing the same
US9176574B2 (en) System and method for accessing and utilizing ancillary data with an electronic camera device
US10244026B2 (en) Converting content for display on external device according to browser context and based on characteristic of external device
KR100858650B1 (en) Method and device for sharing contents between computer and mobile
US20160364415A1 (en) Information processing system, information processing apparatus, and information processing method
US8004580B2 (en) Apparatus and method for managing images of mobile terminal
US20050024355A1 (en) Selecting items displayed on respective areas on a screen
JP7000727B2 (en) Information processing system, information processing method, information processing program and search terminal
JP2002229901A (en) Method and system for transmitting image
US10762275B2 (en) Information processing apparatus, method, and storage medium
CN103902635A (en) Method, browser, multimedia equipment and mobile terminal for obtaining real-time data
US20080263140A1 (en) Network System, Server, Client, Program and Web Browsing Function Enabling Method
CN102402570B (en) Data management device and recording medium
US10447911B2 (en) Information processing apparatus, network camera and processing system
KR20060009254A (en) File upload using a browser
US20160261674A1 (en) Providing a html file by picture transport protocol
JPH11122589A (en) Video telephone system
JP2007189648A (en) Information processing apparatus, information processing method, and program
JP2003204506A (en) Image input apparatus
JP5404593B2 (en) Address book server and data processing system having the same
KR100729512B1 (en) Mobile phone with an internet connection function using camera and method therefor
EP1800242A2 (en) Method and system for integrating capture events in a user interface-based application
JP2009025912A (en) Web camera image acquisition and website creation/update system
CN113849461A (en) Method and system for completing file transmission based on image recognition

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E601 Decision to refuse application