JP2018139080A - Server, program, and method for transfer processing - Google Patents

Server, program, and method for transfer processing Download PDF

Info

Publication number
JP2018139080A
JP2018139080A JP2017034002A JP2017034002A JP2018139080A JP 2018139080 A JP2018139080 A JP 2018139080A JP 2017034002 A JP2017034002 A JP 2017034002A JP 2017034002 A JP2017034002 A JP 2017034002A JP 2018139080 A JP2018139080 A JP 2018139080A
Authority
JP
Japan
Prior art keywords
transfer
processing target
destination
processing
web page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2017034002A
Other languages
Japanese (ja)
Inventor
紀彦 山田
Norihiko Yamada
紀彦 山田
博幸 倉本
Hiroyuki Kuramoto
博幸 倉本
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2017034002A priority Critical patent/JP2018139080A/en
Publication of JP2018139080A publication Critical patent/JP2018139080A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a server, a program, and a method for transfer processing which receive a processing target and transfer the target on the basis of a simple operation.SOLUTION: The server includes: a provision unit 310 for providing a Web page containing a drop region; a processing target receiving unit 322 for receiving a processing target uploaded from the Web page with a drop on the processing target into the drop region by a drop-and-drop operation as a trigger; and a transfer processing unit 330 for transferring the received processing target.SELECTED DRAWING: Figure 5

Description

本発明は、データ転送サービスを行うサーバー、プログラムおよび転送処理方法に関するものである。   The present invention relates to a server that performs a data transfer service, a program, and a transfer processing method.

従来、この種の技術として特許文献1が知られている。特許文献1には、複合機から、データ転送先となる宛先の選択結果と、複合機で読み取られたデータと、を受信し、選択された宛先にデータを転送するサーバーが開示されている。   Conventionally, patent document 1 is known as this kind of technique. Patent Document 1 discloses a server that receives a destination selection result as a data transfer destination and data read by the multifunction device from the multifunction device and transfers the data to the selected destination.

特開2013−150138号公報JP 2013-150138 A

しかしながら、パーソナルコンピューター(以下、「PC」と表記する)等で作成したデータ(ファイル)を、上記の転送サービスを利用して転送したい場合、ユーザーは、例えば、転送対象とするファイルの格納場所や宛先のアドレスを転送サービスに指定する必要があり、データ転送を簡単に行うことができなかった。   However, when data (file) created by a personal computer (hereinafter referred to as “PC”) is to be transferred using the above transfer service, the user, for example, stores the file to be transferred, It was necessary to specify the destination address for the transfer service, and data transfer could not be performed easily.

本発明は、上記の問題点に鑑み、簡易な操作に基づいて、処理対象を受信および転送するサーバー、プログラムおよび転送処理方法を提供することを目的とする。   An object of this invention is to provide the server, program, and transfer processing method which receive and transfer a process target based on simple operation in view of said problem.

本発明のサーバーは、ドロップ領域を含むWebページを提供する提供部と、ドラッグ・アンド・ドロップ操作によりドロップ領域に処理対象がドロップされたことをトリガーとしてWebページからアップロードされた処理対象を受信する処理対象受信部と、受信した処理対象を転送する転送処理部と、を備えることを特徴とする。   The server of the present invention receives a processing target uploaded from a Web page triggered by a provision unit that provides a Web page including a drop area and a process target dropped in the drop area by a drag-and-drop operation. A processing target receiving unit and a transfer processing unit for transferring the received processing target are provided.

本発明のプログラムは、サーバーを、ドロップ領域を含むWebページを提供する提供部と、ドラッグ・アンド・ドロップ操作によりドロップ領域に処理対象がドロップされたことをトリガーとしてWebページからアップロードされた処理対象を受信する処理対象受信部と、受信した処理対象を転送する転送処理部と、として機能させることを特徴とする。   The program according to the present invention includes a providing unit that provides a Web page including a drop area, a server, and a processing target uploaded from the Web page as a trigger when the processing target is dropped into the drop area by a drag-and-drop operation. And a transfer processing unit that transfers the received processing target.

本発明の転送処理方法は、サーバーが、ドロップ領域を含むWebページを提供する提供ステップと、ドラッグ・アンド・ドロップ操作によりドロップ領域に処理対象がドロップされたことをトリガーとしてWebページからアップロードされた処理対象を受信する処理対象受信ステップと、受信した処理対象を転送する転送処理ステップと、を実行することを特徴とする。   In the transfer processing method of the present invention, the server uploads from the Web page triggered by the provision step of providing the Web page including the drop area, and that the processing target is dropped in the drop area by the drag and drop operation. A processing target receiving step for receiving the processing target and a transfer processing step for transferring the received processing target are executed.

本発明の構成によれば、ユーザーは、Webページに含まれるドロップ領域に対し処理対象をドラッグ・アンド・ドロップする簡単な操作で、転送サービスを利用することができる。また、Webページをユーザーインターフェースとして使用するため、操作を行う端末には、Webブラウザーのみインストールされていればよく、OS(Operating System)などの環境に依存しない。   According to the configuration of the present invention, the user can use the transfer service with a simple operation of dragging and dropping the processing target to the drop area included in the Web page. In addition, since a web page is used as a user interface, it is sufficient that only a web browser is installed in a terminal that performs an operation, and it does not depend on an environment such as an OS (Operating System).

上記のサーバーにおいて、ドロップ領域には、宛先が対応付けられており、転送処理部は、ドロップ領域にドロップされた処理対象を、当該ドロップ領域に対応付けられた宛先に転送することを特徴とする。   In the above server, a destination is associated with the drop area, and the transfer processing unit transfers the processing target dropped in the drop area to the destination associated with the drop area. .

本発明の構成によれば、ドロップ領域には宛先が対応付けられているため、ユーザーは、宛先を指定する手間を省くことができる。   According to the configuration of the present invention, since the destination is associated with the drop area, the user can save time and effort to specify the destination.

上記のサーバーにおいて、Webページは、対応する宛先が異なる複数のドロップ領域を含み、ドロップ領域には、対応する宛先を示す情報が表示されることを特徴とする。   In the above server, the Web page includes a plurality of drop areas having different corresponding destinations, and information indicating the corresponding destinations is displayed in the drop areas.

本発明の構成によれば、ユーザーは、ドロップ領域に表示された宛先を示す情報を参考にして、複数のドロップ領域に対応する複数の宛先候補の中から、所望の宛先を指定することができる。   According to the configuration of the present invention, the user can specify a desired destination from among a plurality of destination candidates corresponding to a plurality of drop areas with reference to information indicating the destination displayed in the drop area. .

上記のサーバーにおいて、Webページは、宛先を指定するための宛先指定領域と、ドロップ領域と、を含み、転送処理部は、ドロップ領域にドロップされた処理対象を、宛先指定領域で指定された宛先に転送することを特徴とする。   In the above server, the Web page includes a destination designation area for designating a destination and a drop area, and the transfer processing unit selects the processing target dropped in the drop area as the destination designated in the destination designation area. It is characterized by transferring to.

本発明の構成によれば、Webページに宛先指定領域が含まれるため、ユーザーは、宛先の指定を容易に行うことができる。   According to the configuration of the present invention, since the destination designation area is included in the Web page, the user can easily designate the destination.

上記のサーバーにおいて、転送処理部は、宛先指定領域で複数の宛先が指定された場合、ドロップ領域にドロップされた処理対象を、複数の宛先に転送することを特徴とする。   In the above server, when a plurality of destinations are specified in the destination specifying area, the transfer processing unit transfers the processing target dropped in the drop area to the plurality of destinations.

本発明の構成によれば、ユーザーは、複数の宛先に対する処理対象の一括転送を指示することができる。   According to the configuration of the present invention, the user can instruct batch transfer of processing targets to a plurality of destinations.

上記のサーバーにおいて、Webページは、宛先リストを含む第1画面と、宛先リスト内の宛先を指定するための宛先指定領域およびドロップ領域を含む第2画面と、が切り替え可能に表示されることを特徴とする。   In the above server, the Web page is displayed in a switchable manner between a first screen including a destination list and a second screen including a destination designation area and a drop area for designating a destination in the destination list. Features.

本発明の構成によれば、第1画面と第2画面を必要に応じて切り替えることができる。   According to the configuration of the present invention, the first screen and the second screen can be switched as necessary.

上記のサーバーにおいて、Webページは、変換処理の要否、および変換形式の少なくとも一方を指定するための変換処理指定領域と、ドロップ領域と、を含み、ドロップ領域にドロップされた処理対象に、変換処理指定領域で指定された変換処理を行い、変換済み処理対象を生成する変換処理部を備え、転送処理部は、変換処理部により変換処理が行われた場合、変換済み処理対象を転送することを特徴とする。   In the above server, the Web page includes a conversion processing designation area for designating at least one of necessity of conversion processing and a conversion format, and a drop area, and is converted into a processing target dropped in the drop area. A conversion processing unit that performs conversion processing specified in the processing specification area and generates a converted processing target is provided, and the transfer processing unit transfers the converted processing target when the conversion processing is performed by the conversion processing unit. It is characterized by.

本発明の構成によれば、サーバーにおいて、所望の変換処理を行った上で処理対象を転送させることができる。   According to the configuration of the present invention, it is possible to transfer the processing target after performing a desired conversion process in the server.

なお、本発明のサーバーは、物理的に1つの装置で実現してもよいし、複数の装置を協働させて実現してもよい。また、本発明に記載された各部の機能は、各々が物理的に独立したハードウェア資源で実現されるものに限定されず、1つのハードウェア資源で複数の機能を実現してもよいし、複数のハードウェア資源で1つの機能を実現してもよい。   Note that the server of the present invention may be physically realized by one device, or may be realized by cooperating a plurality of devices. In addition, the functions of the units described in the present invention are not limited to those realized by physically independent hardware resources, and a plurality of functions may be realized by one hardware resource. One function may be realized by a plurality of hardware resources.

本発明の一実施形態に係る転送処理システムのシステム構成を示す図である。It is a figure which shows the system configuration | structure of the transfer processing system which concerns on one Embodiment of this invention. PCのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of PC. 複合機のハードウェア構成を示すブロック図である。FIG. 2 is a block diagram illustrating a hardware configuration of a multifunction machine. 転送サーバーのハードウェア構成を示すブロック図である。It is a block diagram which shows the hardware constitutions of a transfer server. 転送サーバーの機能構成を示すブロック図である。It is a block diagram which shows the function structure of a transfer server. Webページの表示例(宛先リスト画面および宛先追加ダイアログ画面)を示す図である。It is a figure which shows the example of a display of a web page (a destination list screen and a destination addition dialog screen). Webページの表示例(宛先リスト画面)を示す図である。It is a figure which shows the example of a display of a web page (destination list screen). Webページの表示例(アップロード・転送処理ダイアログ画面)を示す図である。It is a figure which shows the example of a display of a web page (upload / transfer process dialog screen). 図8に続く、Webページの表示例(アップロード・転送処理ダイアログ画面)を示す図である。FIG. 9 is a diagram illustrating a Web page display example (upload / transfer processing dialog screen) continued from FIG. 8. 転送処理の流れを示すシーケンス図である。It is a sequence diagram which shows the flow of a transfer process. 第2実施形態に係るWebページの表示例(宛先リスト第1画面)を示す図である。It is a figure which shows the example of a display of a Web page which concerns on 2nd Embodiment (destination list 1st screen). 第2実施形態に係るWebページの表示例(宛先リスト第2画面)を示す図である。It is a figure which shows the example of a display (destination list 2nd screen) of the Web page which concerns on 2nd Embodiment. 第3実施形態に係る転送サーバーの機能構成を示すブロック図である。It is a block diagram which shows the function structure of the transfer server which concerns on 3rd Embodiment. 第3実施形態に係るWebページの表示例(転送ファイル形式指定ダイアログ画面およびアップロード・転送処理ダイアログ画面)を示す図である。It is a figure which shows the example of a display (transfer file format designation | designated dialog screen and upload / transfer process dialog screen) of the Web page which concerns on 3rd Embodiment. 図14に続く、Webページの表示例(転送ファイル形式指定ダイアログ画面およびアップロード・転送処理ダイアログ画面)を示す図である。FIG. 15 is a diagram illustrating a display example of a Web page (transfer file format designation dialog screen and upload / transfer processing dialog screen) following FIG. 14. 図15に続く、Webページの表示例(転送ファイル形式指定ダイアログ画面およびアップロード・転送処理ダイアログ画面)を示す図である。FIG. 16 is a diagram illustrating a display example of a Web page (transfer file format designation dialog screen and upload / transfer processing dialog screen) following FIG. 15.

[第1実施形態]
以下、添付の図面を参照して、本発明のサーバー、プログラムおよび転送処理方法の一実施形態を説明する。本実施形態では、「サーバー」の一例として転送サーバー3を例示し、「プログラム」の一例としてWebアプリケーション62を例示する。
[First Embodiment]
DESCRIPTION OF EMBODIMENTS Hereinafter, an embodiment of a server, a program, and a transfer processing method of the present invention will be described with reference to the accompanying drawings. In the present embodiment, the transfer server 3 is illustrated as an example of “server”, and the Web application 62 is illustrated as an example of “program”.

図1は、本発明の一実施形態に係る転送処理システムSYのシステム構成図である。転送処理システムSYは、PC1と、複合機2と、転送サーバー3と、を含む。転送サーバー3は、PC1や複合機2から受信したファイル等のコンテンツを、Eメールサービス4やストレージサービス5に転送する。この転送処理システムSYによる転送処理サービスの対象となるコンテンツ(ジョブ)を、以下「処理対象」と称する。   FIG. 1 is a system configuration diagram of a transfer processing system SY according to an embodiment of the present invention. The transfer processing system SY includes a PC 1, a multifunction device 2, and a transfer server 3. The transfer server 3 transfers contents such as files received from the PC 1 or the multifunction peripheral 2 to the email service 4 or the storage service 5. The content (job) targeted for the transfer processing service by the transfer processing system SY is hereinafter referred to as “processing target”.

同図に示すように、PC1と転送サーバー3は、第1のネットワークNW1を介して接続され、複合機2と転送サーバー3は、第2のネットワークNW2を介して接続される。また、転送サーバー3とEメールサービス4は、第3のネットワークNW3を介して接続され、転送サーバー3とストレージサービス5は、第4のネットワークNW4を介して接続される。これらのネットワークNW1〜NW4は、共通する1つのネットワークでもよいし、異なるネットワークでもよい。また、各ネットワークNW1〜NW4を、複数のネットワークの組み合わせ(例えば、無線LANとインターネット通信網など)により実現してもよい。便宜上、以下の説明では、ネットワークNW1〜NW4を、共通する1つのネットワーク(インターネット通信網)とする。   As shown in the figure, the PC 1 and the transfer server 3 are connected via a first network NW1, and the MFP 2 and the transfer server 3 are connected via a second network NW2. The transfer server 3 and the email service 4 are connected via a third network NW3, and the transfer server 3 and the storage service 5 are connected via a fourth network NW4. These networks NW1 to NW4 may be one common network or different networks. Each of the networks NW1 to NW4 may be realized by a combination of a plurality of networks (for example, a wireless LAN and an Internet communication network). For convenience, in the following description, the networks NW1 to NW4 are assumed to be one common network (Internet communication network).

なお、同図では、転送サーバー3と通信するPC1、複合機2、Eメールサービス4およびストレージサービス5を1つずつ図示しているが、それぞれ複数存在してもよい。   In the figure, one PC 1, multi-function device 2, e-mail service 4, and storage service 5 that communicate with the transfer server 3 are shown one by one.

PC1は、転送サーバー3から提供されるWebページ(ユーザーページ)により、各種機能を実現する。具体的には、「デバイス(複合機2)の登録」、「宛先リストの作成・編集」、「処理対象の転送指示」、「処理対象の転送履歴の確認」などに、Webページが用いられる。   The PC 1 realizes various functions by a Web page (user page) provided from the transfer server 3. Specifically, the Web page is used for “register device (multifunction device 2)”, “create / edit destination list”, “transfer instruction of processing target”, “confirm transfer history of processing target”, and the like. .

これらWebページにより実現される機能(以下、「Webページ機能」と称する)のうち、「デバイスの登録」とは、転送処理システムSYにデバイスを登録することであり、転送処理サービスにおけるユーザーのアカウントに、複合機2の情報(名称やメールアドレス)を関連付けることを指す。この「デバイスの登録」により、複合機2等のデバイスが転送処理サービスを利用可能となる。本実施形態の複合機2が利用可能な転送処理サービスとは、スキャナー機能により読み取ったスキャンデータの転送、外部記憶媒体から読み取ったファイルの転送、ファクシミリ受信したファクシミリデータの転送、を指す。これらスキャンデータ、読み取ったファイル、ファクシミリデータも、以下「処理対象」と称する。なお、Webページでは、複合機2以外にも、スキャナー装置や印刷装置などのデバイスを登録可能であるが、本実施形態では、複合機2のみを例示する。   Among the functions realized by these Web pages (hereinafter referred to as “Web page functions”), “device registration” is to register a device in the transfer processing system SY, and the user account in the transfer processing service. And associating information (name and mail address) of the MFP 2 with each other. By this “device registration”, a device such as the MFP 2 can use the transfer processing service. The transfer processing service that can be used by the MFP 2 of the present embodiment refers to transfer of scan data read by a scanner function, transfer of a file read from an external storage medium, transfer of facsimile data received by facsimile. These scan data, read file, and facsimile data are also referred to as “processing objects” below. In addition to the multifunction device 2, devices such as a scanner device and a printing device can be registered on the Web page, but in this embodiment, only the multifunction device 2 is illustrated.

また、Webページ機能「宛先リストの作成・編集」とは、Webページに表示される宛先リスト73(図6等参照)を新規に作成したり、編集したりすることを指す。宛先リスト73は、登録された複合機2ごとに作成され、各複合機2の操作パネル26に表示される。宛先リスト73の編集操作については、後述する。   The Web page function “creation / edit of destination list” refers to creating or editing a new destination list 73 (see FIG. 6 and the like) displayed on the Web page. The destination list 73 is created for each registered multifunction device 2 and displayed on the operation panel 26 of each multifunction device 2. The editing operation of the destination list 73 will be described later.

また、Webページ機能「処理対象の転送指示」とは、処理対象を示すアイコン70(図7等参照)を、Webページ内のドロップ領域(例えば、図7の符号80に示す領域)にドラッグ・アンド・ドロップする操作を指す。この操作についても、後述する。また、Webページ機能「処理対象の転送履歴の確認」とは、不図示の転送履歴確認画面によって、これまでに実行した処理対象の転送履歴を確認できることを指す。転送履歴確認画面では、処理対象が転送サーバー3から正常に転送されたか否かについても表示される。   In addition, the web page function “transfer instruction for processing target” refers to an icon 70 (see FIG. 7 or the like) indicating a processing target being dragged to a drop area (for example, an area indicated by reference numeral 80 in FIG. 7) in the Web page. Refers to the operation to drop and drop. This operation will also be described later. The Web page function “confirm processing target transfer history” indicates that the processing target transfer history executed so far can be confirmed on a transfer history confirmation screen (not shown). On the transfer history confirmation screen, whether or not the processing target has been normally transferred from the transfer server 3 is also displayed.

一方、複合機2は、Webページ機能「デバイスの登録」により、転送処理サービスに登録され、転送処理サービスを利用可能であることを前提とする。複合機2は、Webページ機能「宛先リストの作成・編集」により作成された宛先リストを操作パネル26に表示し、表示された宛先リストを用いて、転送処理サービスを利用する際の宛先の指定を行う。   On the other hand, it is assumed that the MFP 2 is registered in the transfer processing service by the Web page function “device registration” and can use the transfer processing service. The MFP 2 displays the destination list created by the Web page function “Create / Edit Destination List” on the operation panel 26, and uses the displayed destination list to specify a destination when using the transfer processing service. I do.

Eメールサービス4は、インターネット上のメールサーバーを含み、転送サーバー3から、処理対象と、宛先となるメールアドレスと、を取得する。処理対象は、Eメール(電子メール)の添付ファイルまたは本文として取得される。また、Eメールサービス4は、指定されたメールアドレスに、Eメールを送信する。   The e-mail service 4 includes a mail server on the Internet, and acquires a processing target and a mail address as a destination from the transfer server 3. The processing target is acquired as an attached file or text of an e-mail (e-mail). The e-mail service 4 transmits an e-mail to a designated e-mail address.

ストレージサービス5は、インターネット上でファイルを共有するサービスであり、転送サーバー3からアップロードされた処理対象を取得する。また、ストレージサービス5は、取得した処理対象を、所定のフォルダーに保存する。なお、ストレージサービス5は、転送サーバー3との間で、ユーザーアカウントの認証・認可が完了していることを前提とする。   The storage service 5 is a service for sharing files on the Internet, and acquires the processing target uploaded from the transfer server 3. Further, the storage service 5 saves the acquired processing target in a predetermined folder. The storage service 5 is premised on the completion of user account authentication / authorization with the transfer server 3.

次に、図2ないし図4を参照し、PC1、複合機2および転送サーバー3のハードウェア構成を説明する。図2は、PC1のハードウェア構成を示すブロック図である。PC1は、CPU(Central Processing Unit)11、ROM(Read Only Memory)12、RAM(Random Access Memory)13、HDD(Hard disk drive)14、通信インターフェース(以下、「通信I/F」と表記する)15、ディスプレー16、キーボード17およびマウス18を備える。   Next, the hardware configuration of the PC 1, the multifunction device 2, and the transfer server 3 will be described with reference to FIGS. 2 to 4. FIG. 2 is a block diagram illustrating a hardware configuration of the PC 1. The PC 1 includes a central processing unit (CPU) 11, a read only memory (ROM) 12, a random access memory (RAM) 13, a hard disk drive (HDD) 14, a communication interface (hereinafter referred to as “communication I / F”). 15, a display 16, a keyboard 17 and a mouse 18.

CPU11は、PC1内の各部と信号の入出力を行い、各種演算処理を行う。ROM12は、不揮発性の記憶媒体であり、各種制御プログラムや各種制御データを記憶する。RAM13は、揮発性の記憶媒体であり、CPU11のワークエリアとして用いられる。HDD14は、補助記憶装置であり、Webページを表示するためのWebブラウザー61等を記憶する。   The CPU 11 inputs and outputs signals to and from each unit in the PC 1 and performs various arithmetic processes. The ROM 12 is a nonvolatile storage medium and stores various control programs and various control data. The RAM 13 is a volatile storage medium and is used as a work area for the CPU 11. The HDD 14 is an auxiliary storage device and stores a web browser 61 and the like for displaying a web page.

通信I/F15は、インターネット通信網(第1のネットワークNW1)を介して転送サーバー3と通信する。通信は、主にWebページの参照および処理対象のアップロードのために行う。ディスプレー16は、Webブラウザー61によって表示されるWebページなど、各種情報を表示する。キーボード17およびマウス18は、ユーザーが情報を入力するための入力手段として用いられる。   The communication I / F 15 communicates with the transfer server 3 via the Internet communication network (first network NW1). Communication is performed mainly for browsing Web pages and uploading processing targets. The display 16 displays various information such as a web page displayed by the web browser 61. The keyboard 17 and the mouse 18 are used as input means for the user to input information.

図3は、複合機2のハードウェア構成を示すブロック図である。複合機2は、CPU21、ROM22、RAM23、FAXモデム24、通信I/F25、操作パネル26、スキャン機構27、印刷機構28および外部記憶媒体読取機構29を備える。   FIG. 3 is a block diagram illustrating a hardware configuration of the multifunction machine 2. The multifunction machine 2 includes a CPU 21, ROM 22, RAM 23, FAX modem 24, communication I / F 25, operation panel 26, scan mechanism 27, printing mechanism 28, and external storage medium reading mechanism 29.

CPU21は、複合機2内の各部と信号の入出力を行い、各種演算処理を行う。ROM22は、複合機2のファームウェア等を記憶する。RAM13は、CPU21のワークエリアとして用いられる。FAXモデム24は、公衆交換電話網など不図示のネットワークを介して他のファクシミリ装置とファクシミリの送受信を行う。   The CPU 21 inputs and outputs signals to and from each unit in the multifunction machine 2 and performs various arithmetic processes. The ROM 22 stores the firmware of the multifunction device 2 and the like. The RAM 13 is used as a work area for the CPU 21. The FAX modem 24 performs facsimile transmission / reception with another facsimile apparatus via a network (not shown) such as a public switched telephone network.

通信I/F25は、インターネット通信網(第2のネットワークNW2)を介して転送サーバー3と通信する。操作パネル26は、タッチパネル付きディスプレーであり、入力手段および表示手段として用いられる。スキャン機構27は、原稿をスキャンしスキャンデータを生成する。印刷機構28は、PC1などの各種情報処理装置から受信した印刷データ(画像データ、文書データなど)、他のファクシミリ装置から受信したファクシミリデータ、スキャン機構27により生成されたスキャンデータ等を用紙に印刷する。外部記憶媒体読取機構29は、メモリーカードなどの外部記憶媒体からファイル等のデータを読み取る。   The communication I / F 25 communicates with the transfer server 3 via the Internet communication network (second network NW2). The operation panel 26 is a display with a touch panel, and is used as input means and display means. The scan mechanism 27 scans a document and generates scan data. The printing mechanism 28 prints print data (image data, document data, etc.) received from various information processing apparatuses such as the PC 1, facsimile data received from other facsimile machines, scan data generated by the scanning mechanism 27, etc. on a sheet. To do. The external storage medium reading mechanism 29 reads data such as a file from an external storage medium such as a memory card.

図4は、転送サーバー3のハードウェア構成を示すブロック図である。転送サーバー3は、CPU31、ROM32、RAM33、通信I/F34およびHDD35を備える。   FIG. 4 is a block diagram showing a hardware configuration of the transfer server 3. The transfer server 3 includes a CPU 31, a ROM 32, a RAM 33, a communication I / F 34 and an HDD 35.

CPU31は、転送サーバー3内の各部と信号の入出力を行い、各種演算処理を行う。ROM32は、各種制御プログラムや各種制御データを記憶する。RAM33は、CPU31のワークエリアとして用いられる。通信I/F34は、インターネット通信網(ネットワークNW1〜NW4)を介して、PC1、複合機2、Eメールサービス4およびストレージサービス5と通信する。なお、ネットワークNW1〜NW4が異なるネットワークである場合、転送サーバー3は、各ネットワークNW1,NW2,NW3,NW4の通信プロトコルに対応した複数のインターフェースを備えることとなる。   The CPU 31 inputs and outputs signals to and from each unit in the transfer server 3 and performs various arithmetic processes. The ROM 32 stores various control programs and various control data. The RAM 33 is used as a work area for the CPU 31. The communication I / F 34 communicates with the PC 1, the multifunction device 2, the e-mail service 4, and the storage service 5 via the Internet communication network (networks NW1 to NW4). When the networks NW1 to NW4 are different networks, the transfer server 3 includes a plurality of interfaces corresponding to the communication protocols of the networks NW1, NW2, NW3, and NW4.

HDD35は、Webアプリケーション62を記憶する。転送サーバー3は、このWebアプリケーション62の機能により、Webページの提供や転送処理などを実現する。また、HDD35は、ユーザー管理データベース(以下、「ユーザー管理DB」と表記する)36、デバイス管理データベース(以下、「デバイス管理DB」と表記する)37およびジョブ管理データベース(以下、「ジョブ管理DB」と表記する)38を有する。   The HDD 35 stores a web application 62. The transfer server 3 implements Web page provision, transfer processing, and the like by the function of the Web application 62. The HDD 35 includes a user management database (hereinafter referred to as “user management DB”) 36, a device management database (hereinafter referred to as “device management DB”) 37, and a job management database (hereinafter referred to as “job management DB”). 38).

ユーザー管理DB36は、ユーザーごとに、ユーザーアカウント(ユーザーID、パスワード)や個人情報を記憶する。デバイス管理DB37は、複合機2に登録されたメールアドレスやデバイス情報(複合機、スキャナー、プリンターなどのデバイス種別、設定情報など)を記憶する。ジョブ管理DB38は、Webページ(Webページを表示するPC1)からアップロードされた処理対象や、処理対象に付随する指示情報(処理対象の宛先を示す情報など)を記憶する。   The user management DB 36 stores a user account (user ID, password) and personal information for each user. The device management DB 37 stores e-mail addresses and device information (device types such as multifunction devices, scanners, and printers, setting information, etc.) registered in the multifunction device 2. The job management DB 38 stores the processing target uploaded from the Web page (PC 1 that displays the Web page) and instruction information accompanying the processing target (information indicating the destination of the processing target).

なお、図4では、転送サーバー3を1つのサーバーとして図示したが、転送サーバー3を複数のサーバーによって実現してもよい。この場合、本発明の「プログラム」は、各サーバーに組み込まれたWebアプリケーションの集合体によって実現される。   In FIG. 4, the transfer server 3 is illustrated as one server, but the transfer server 3 may be realized by a plurality of servers. In this case, the “program” of the present invention is realized by a collection of Web applications incorporated in each server.

次に、図5を参照し、転送サーバー3の機能構成を説明する。転送サーバー3は、機能構成として、提供部310、受信部320および転送処理部330を備える。これらは、いずれもCPU31がWebアプリケーション62を動作させることによって実現される機能である。   Next, the functional configuration of the transfer server 3 will be described with reference to FIG. The transfer server 3 includes a providing unit 310, a receiving unit 320, and a transfer processing unit 330 as functional configurations. These are functions realized by the CPU 31 operating the web application 62.

提供部310は、ドロップ領域を含むWebページをPC1に送信することによりWebページを提供する(提供ステップ)。PC1は、提供されたWebページを、Webブラウザー61によってディスプレー16に表示する。ユーザーは、表示されたWebページをユーザーインターフェースとして、処理対象の転送指示など各種操作を行う。   The providing unit 310 provides the Web page by transmitting the Web page including the drop area to the PC 1 (providing step). The PC 1 displays the provided web page on the display 16 by the web browser 61. The user performs various operations such as a transfer instruction to be processed using the displayed web page as a user interface.

受信部320は、指示情報受信部321および処理対象受信部322を含む。指示情報受信部321は、Webページの操作結果に基づいて生成される指示情報を受信する。本実施形態では、指示情報として、アイコン70がドロップされたドロップ領域に対応する宛先を示す情報(以下、「宛先情報」と称する)と、転送サーバー3に対し処理対象の登録(アップロード)を要求する処理対象登録要求と、を受信する。   The receiving unit 320 includes an instruction information receiving unit 321 and a processing target receiving unit 322. The instruction information receiving unit 321 receives instruction information generated based on the operation result of the Web page. In the present embodiment, as the instruction information, information indicating the destination corresponding to the drop area where the icon 70 is dropped (hereinafter referred to as “destination information”), and registration (upload) of the processing target is requested to the transfer server 3. The processing target registration request to be received is received.

一方、処理対象受信部322は、ドラッグ・アンド・ドロップ操作によりドロップ領域にアイコン70がドロップされたことをトリガーとしてWebページからアップロードされた処理対象を受信する(処理対象受信ステップ)。つまり、Webページは、アイコン70がドロップ領域にドロップされたことを検知すると、アップロード指示などの操作を必要とすることなく、アイコン70に対応する処理対象を転送サーバー3に対してアップロードする。   On the other hand, the processing target receiving unit 322 receives a processing target uploaded from a Web page triggered by the icon 70 being dropped in the drop area by a drag-and-drop operation (processing target receiving step). That is, when detecting that the icon 70 is dropped in the drop area, the Web page uploads the processing target corresponding to the icon 70 to the transfer server 3 without requiring an operation such as an upload instruction.

転送処理部330は、処理対象受信部322により受信した処理対象を、指示情報受信部321により受信した指示情報に基づく宛先に転送する(転送処理ステップ)。このとき、転送処理部330は、指示情報に基づく宛先がメールアドレスの場合、処理対象をEメールサービス4に転送する。また、指示情報に基づく宛先がストレージサービス5を示す場合、処理対象をストレージサービス5に転送する。   The transfer processing unit 330 transfers the processing target received by the processing target receiving unit 322 to a destination based on the instruction information received by the instruction information receiving unit 321 (transfer processing step). At this time, the transfer processing unit 330 transfers the processing target to the e-mail service 4 when the destination based on the instruction information is a mail address. When the destination based on the instruction information indicates the storage service 5, the processing target is transferred to the storage service 5.

次に、図6ないし図9を参照し、Webページの操作について説明する。図6ないし図9に示す画面は、いずれもWebページとして転送サーバー3から提供され、PC1のWebブラウザー61によって表示されるものである。まず、図6を参照し、宛先リストの作成・編集操作を説明する。同図に示す画面D1は、宛先リストを表示する宛先リスト画面である。ユーザーが、Webページの不図示のログイン画面においてログインすると、不図示のデバイス選択画面が表示され、当該デバイス選択画面においてユーザーが管理するデバイスを選択すると、この宛先リスト画面が表示される。   Next, the operation of the Web page will be described with reference to FIGS. The screens shown in FIGS. 6 to 9 are all provided from the transfer server 3 as Web pages and are displayed by the Web browser 61 of the PC 1. First, a destination list creation / edit operation will be described with reference to FIG. A screen D1 shown in the figure is a destination list screen for displaying a destination list. When a user logs in on a login screen (not shown) of the Web page, a device selection screen (not shown) is displayed. When a user manages a device managed on the device selection screen, this destination list screen is displayed.

同図に示すように、宛先リスト画面は、上部領域71および下部領域72を含む。上部領域71は、複合機2の名称と、当該複合機2に対応付けて登録されたメールアドレスと、を表示する。   As shown in the figure, the destination list screen includes an upper area 71 and a lower area 72. The upper area 71 displays the name of the multifunction device 2 and the mail address registered in association with the multifunction device 2.

また、下部領域72は、上部領域71に示される複合機2に対応付けて登録された宛先リスト73と、宛先リスト73を編集するためのリスト編集ボタン74と、を表示する。宛先リスト73は、表形式で表示され、各行に各宛先の情報が割り当てられている。また、宛先リスト73の行方向は、選択欄、リスト番号欄、種別欄、パネル表示名欄、宛先欄およびメモ欄に分割されている。選択欄は、編集対象となる行(宛先)をラジオボタンによって示す。リスト番号欄は、各宛先を識別するための番号を表示する。種別欄は、宛先として「メールアドレス」が選択された場合と、「クラウドサービス」が選択された場合と、で異なる記号を表示する。パネル表示名欄は、複合機2の操作パネル26に表示される文字列を表示する。宛先欄は、宛先として「メールアドレス」が選択された場合は、メールアドレスを表示し、宛先として「クラウドサービス」が選択された場合は、クラウドサービスのアカウントで利用できるクラウドサービス上のフォルダー名を表示する。また、メモ欄は、ユーザーが説明文として任意に入力した文字列を表示する。   The lower area 72 displays a destination list 73 registered in association with the MFP 2 shown in the upper area 71 and a list edit button 74 for editing the destination list 73. The destination list 73 is displayed in a table format, and information on each destination is assigned to each row. The row direction of the destination list 73 is divided into a selection column, a list number column, a type column, a panel display name column, a destination column, and a memo column. The selection column indicates a row (destination) to be edited by a radio button. The list number column displays a number for identifying each destination. The type column displays different symbols depending on whether “mail address” is selected as the destination and “cloud service” is selected. The panel display name column displays a character string displayed on the operation panel 26 of the multifunction device 2. The “Address” column displays the email address when “Email Address” is selected as the destination, and the folder name on the cloud service that can be used with the cloud service account when “Cloud Service” is selected as the destination. indicate. The memo field displays a character string arbitrarily input by the user as an explanatory text.

リスト編集ボタン74は、「追加」ボタン、「編集」ボタンおよび「削除」ボタン76を含む。「編集」ボタンが選択されると、ラジオボタンで選択されている行の宛先欄の編集が可能となる。また、「削除」ボタンが選択されると、ラジオボタンで選択されている行を削除する。また、「追加」ボタンが選択されると、同図に示す宛先追加ダイアログ画面(画面d1)を表示する。宛先追加ダイアログ画面は、宛先種別リスト77と、「キャンセル」ボタン78と、「次へ」ボタン79と、を表示する。宛先種別リスト77は、宛先種別として、「メールアドレス」または1以上のクラウドサービスの種類を表示する。「キャンセル」ボタン78が選択されると、宛先追加ダイアログ画面を消去する。   The list edit button 74 includes an “add” button, an “edit” button, and a “delete” button 76. When the “edit” button is selected, the destination column of the line selected by the radio button can be edited. When the “delete” button is selected, the line selected by the radio button is deleted. When the “add” button is selected, a destination addition dialog screen (screen d1) shown in the figure is displayed. The destination addition dialog screen displays a destination type list 77, a “cancel” button 78, and a “next” button 79. The destination type list 77 displays “mail address” or one or more types of cloud services as the destination type. When the “Cancel” button 78 is selected, the destination addition dialog screen is deleted.

また、宛先種別リスト77において1の候補が選択された後、「次へ」ボタン79が選択されると、不図示の設定画面を表示する。例えば、宛先種別リスト77において「メールアドレス」が選択された場合、メールアドレス用設定画面を表示する。メールアドレス用設定画面では、パネル表示名、メールアドレス、メモ、件名および本文が入力される。また、宛先種別リスト77において「クラウドサービス」が選択された場合、クラウドサービス用設定画面を表示する。クラウドサービス用設定画面では、パネル表示名およびメモが入力される。また、クラウドサービス用設定画面では、保存先フォルダーを「指定する」または「指定しない」が選択され、「指定する」が選択された場合は、ストレージサービス上の任意のフォルダーがユーザー操作により選択される。また、「指定しない」が選択された場合は、転送サーバー3内の所定のフォルダー(本実施形態では、ジョブ管理DB38内のフォルダー)が選択される。なお、クラウドサービス用設定画面は、事前にクラウドサービス上でのアカウントの認証・認可を受けていることを条件として表示される。   When a “next” button 79 is selected after one candidate is selected in the destination type list 77, a setting screen (not shown) is displayed. For example, when “mail address” is selected in the destination type list 77, a mail address setting screen is displayed. On the email address setting screen, the panel display name, email address, memo, subject, and text are entered. Further, when “cloud service” is selected in the destination type list 77, a cloud service setting screen is displayed. On the cloud service setting screen, the panel display name and memo are entered. In the cloud service settings screen, “Specify” or “Do not specify” is selected as the save destination folder, and when “Specify” is selected, any folder on the storage service is selected by user operation. The If “not specified” is selected, a predetermined folder in the transfer server 3 (in this embodiment, a folder in the job management DB 38) is selected. The cloud service setting screen is displayed on the condition that the account authentication / authorization on the cloud service is received in advance.

次に、図7ないし図9を参照し、処理対象の転送指示操作を説明する。図7に示す画面D2は、図6に示した画面D1と同様の宛先リスト画面である。同図の例では、宛先リスト73に3つの宛先が設定されているため、宛先リスト73には表題の行を除き、3つの行が設けられている。この各行が、個別のドロップ領域となり、それぞれ異なる宛先情報が表示されると共に異なる宛先と対応付けられている。つまり、ドラッグ・アンド・ドロップ操作によりドロップされた場所のDOM(Document Object Model)要素または座標から、処理対象の宛先を特定可能となっている。   Next, the transfer instruction operation to be processed will be described with reference to FIGS. A screen D2 shown in FIG. 7 is a destination list screen similar to the screen D1 shown in FIG. In the example shown in the figure, since three destinations are set in the destination list 73, the destination list 73 is provided with three rows except for the title row. Each row becomes an individual drop area, and different destination information is displayed and associated with different destinations. In other words, the processing target destination can be specified from the DOM (Document Object Model) element or the coordinates of the location dropped by the drag and drop operation.

ここで、例えばユーザーが所望の処理対象(同図の例では、ファイル)のアイコン70を、リスト番号「No.2」の宛先(クラウドAアカウントによって利用できるクラウドサービスA上の「docs/business」フォルダー)へ転送したい場合を想定する。その場合、ユーザーは、PC1のユーザーインターフェース(例えばファイルマネージャーやデスクトップ領域など)から見えているアイコン70を、ドラッグ・アンド・ドロップ操作により、宛先リスト73のリスト番号「No.2」の行に相当するドロップ領域(符号80に示す領域)にドロップする。ドロップ領域には、アイコン70がドロップされたときに動作するイベントハンドラがセットされている。このイベントハンドラにより、ドロップされたイベントの検知、およびドロップされた場所に応じた宛先の特定が行われる。   Here, for example, an icon 70 of a processing target desired by the user (file in the example in the figure) is displayed on the destination of the list number “No. 2” (“docs / business” on the cloud service A that can be used by the cloud A account). Assume that you want to transfer to a folder. In this case, the user corresponds to the row of the list number “No. 2” in the destination list 73 by dragging and dropping the icon 70 visible from the user interface (for example, file manager or desktop area) of the PC 1. To the drop area (area indicated by reference numeral 80). An event handler that operates when the icon 70 is dropped is set in the drop area. By this event handler, a dropped event is detected and a destination corresponding to the dropped location is specified.

また、PC1(Webブラウザー61)は、アイコン70がドロップ領域にドロップされ、処理対象が転送サーバー3にアップロードされると、図8の画面d2に示すアップロード・転送処理ダイアログ画面を表示する。画面d2に示すアップロード・転送処理ダイアログ画面は、処理対象の転送サーバー3へのアップロードが完了した旨のメッセージ81、処理対象のファイル名82、アップロードの進行状況を示すプログレスバー83、転送処理中である旨のメッセージ84、および「キャンセル」ボタン85を表示する。「キャンセル」ボタン85が選択されると、転送サーバー3は転送処理を中止する。   Further, when the icon 70 is dropped in the drop area and the processing target is uploaded to the transfer server 3, the PC 1 (Web browser 61) displays an upload / transfer processing dialog screen shown in a screen d2 of FIG. The upload / transfer process dialog screen shown on the screen d2 includes a message 81 indicating that the upload to the transfer server 3 to be processed is completed, a file name 82 to be processed, a progress bar 83 indicating the progress of the upload, and a transfer process in progress. A message 84 to that effect and a “cancel” button 85 are displayed. When the “Cancel” button 85 is selected, the transfer server 3 stops the transfer process.

また、PC1(Webブラウザー61)は、転送サーバー3による転送処理が完了すると、図9の画面d3に示すアップロード・転送処理ダイアログ画面を表示する。画面d3に示すアップロード・転送処理ダイアログ画面は、アップロードが完了した旨のメッセージ81、処理対象のファイル名82、プログレスバー83の他、転送処理が完了した旨のメッセージ86、および「OK」ボタン87を表示する。「OK」ボタン87が選択されると、アップロード・転送処理ダイアログ画面を消去する。   Further, when the transfer process by the transfer server 3 is completed, the PC 1 (Web browser 61) displays an upload / transfer process dialog screen shown in a screen d3 of FIG. The upload / transfer processing dialog screen shown on the screen d3 includes a message 81 indicating that the upload has been completed, a file name 82 to be processed, a progress bar 83, a message 86 indicating that the transfer processing has been completed, and an “OK” button 87. Is displayed. When the “OK” button 87 is selected, the upload / transfer process dialog screen is deleted.

次に、図10のシーケンス図を参照し、PC1(Webページ)と転送サーバー3による転送処理の流れ(転送サーバー3の転送処理方法を含む)を説明する。まず、ユーザーがPC1で起動しているWebブラウザー61上で所定のアドレスを指定すると、転送サーバー3は、PC1から送信された要求に応じてPC1に対しWebページを提供する(S01)。PC1は、提供されたWebページをWebブラウザー61により表示する(S02)。その後、PC1(Webページ)は、ドラッグ・アンド・ドロップ操作によりWebページ内のドロップ領域に処理対象ファイルのアイコン70がドロップされたことを検知すると(S03)、ドロップ領域に対応付けられた宛先を特定し、アイコン70に対応する処理対象をPC1内の所定の記憶領域から取得する(S04)。また、PC1(Webページ)は、取得した処理対象が転送サーバー3から転送可能なファイルであるか否かを判定し、転送可能であると判定した場合は、処理対象登録要求および宛先情報を含む指示情報を転送サーバー3に送信する(S04)。なお、S04は、ドロップ領域にセットされたイベントハンドラに基づいて実行される工程である。   Next, the flow of transfer processing (including the transfer processing method of the transfer server 3) by the PC 1 (Web page) and the transfer server 3 will be described with reference to the sequence diagram of FIG. First, when a user designates a predetermined address on the Web browser 61 activated on the PC 1, the transfer server 3 provides a Web page to the PC 1 in response to a request transmitted from the PC 1 (S01). The PC 1 displays the provided web page by the web browser 61 (S02). After that, when the PC 1 (Web page) detects that the icon 70 of the processing target file has been dropped in the drop area in the Web page by the drag and drop operation (S03), the PC 1 (Web page) selects the destination associated with the drop area. The processing target corresponding to the icon 70 is acquired from a predetermined storage area in the PC 1 (S04). Further, the PC 1 (Web page) determines whether or not the acquired processing target is a file that can be transferred from the transfer server 3, and if it is determined that transfer is possible, the processing target registration request and destination information are included. The instruction information is transmitted to the transfer server 3 (S04). Note that S04 is a process executed based on the event handler set in the drop area.

転送サーバー3は、PC1から受信した指示情報を、ジョブ管理DB38内の所定の記憶領域に登録し、PC1(Webページ)に対しアップロード先となるアップロードURL(Uniform Resource Locator)を返信する(S05)。PC1(Webページ)は、送信されたアップロードURLに対して処理対象をアップロードし、アップロードの完了を転送サーバー3に通知する(S06)。転送サーバー3は、アップロードされた処理対象に対してウィルスチェックおよび転送可能形式か否かの検証を行い、問題がなければジョブ管理DB38内の所定の記憶領域に処理情報を登録する(S07)。また、転送サーバー3は、処理対象が正常に登録されたことを示すステータスコードを、処理対象登録通知としてPC1(Webブラウザー61)に通知する(S08)。   The transfer server 3 registers the instruction information received from the PC 1 in a predetermined storage area in the job management DB 38, and returns an upload URL (Uniform Resource Locator) as an upload destination to the PC 1 (Web page) (S05). . The PC 1 (Web page) uploads the processing target to the transmitted upload URL, and notifies the transfer server 3 of the completion of the upload (S06). The transfer server 3 verifies whether the uploaded processing target is a virus check and a transferable format, and if there is no problem, registers the processing information in a predetermined storage area in the job management DB 38 (S07). Also, the transfer server 3 notifies the PC 1 (Web browser 61) of a status code indicating that the processing target has been registered normally as a processing target registration notification (S08).

PC1(Webブラウザー61)は、S08の通知を受けて、アップロードが成功したことをWebページに表示する(S09)。当該表示は、アップロード・転送処理ダイアログ画面(図8等参照)の符号81のメッセージに相当する。なお、アップロードが成功しなかった場合、PC1(Webブラウザー61)は、この時点でエラーを表示する。一方、転送サーバー3は、S05で登録された指示情報に基づく宛先に、S07で登録された処理対象を転送する(S10)。転送に成功すると、登録されていた処理対象を削除する(S11)。なお、特に図示しないが、この時点で不図示の転送履歴確認画面に、転送処理が完了した旨の「完了ステータス」を反映する。   Upon receiving the notification in S08, the PC 1 (Web browser 61) displays on the Web page that the upload has been successful (S09). This display corresponds to a message denoted by reference numeral 81 on the upload / transfer processing dialog screen (see FIG. 8, etc.). If the upload is not successful, the PC 1 (Web browser 61) displays an error at this point. On the other hand, the transfer server 3 transfers the processing target registered in S07 to the destination based on the instruction information registered in S05 (S10). If the transfer is successful, the registered processing target is deleted (S11). Although not particularly shown, a “completion status” indicating that the transfer process is completed is reflected on a transfer history confirmation screen (not shown) at this time.

以上説明したとおり、本実施形態の転送処理システムSYによれば、ユーザーは、Webページに設定されたドロップ領域に対し、処理対象のアイコン70をドラッグ・アンド・ドロップする簡単な操作で、転送サーバー3に対し転送処理を指示することができる。また、Webページをユーザーインターフェースとして使用するため、操作を行うPC1には、Webブラウザー61のみインストールされていればよく、OSなどの環境に依存しない。   As described above, according to the transfer processing system SY of the present embodiment, the user can perform a simple operation of dragging and dropping the processing target icon 70 to the drop area set in the Web page, and the transfer server. 3 can be instructed to transfer processing. Further, since the Web page is used as a user interface, it is sufficient that only the Web browser 61 is installed in the PC 1 that performs the operation, and it does not depend on the environment such as the OS.

また、ドロップ領域には、処理対象の転送先となる宛先が対応付けられているため、ユーザーは、宛先を指定する手間を省くことができる。また、宛先リスト73の各行が、各宛先に対応したドロップ領域となっているため、ユーザーは、各行に表示された宛先を示す情報を参考にして、宛先リスト73の中から、所望の宛先を指定することができる。   In addition, since the destination as the transfer destination to be processed is associated with the drop area, the user can save time and effort to specify the destination. Further, since each row of the destination list 73 is a drop area corresponding to each destination, the user selects a desired destination from the destination list 73 with reference to the information indicating the destination displayed on each row. Can be specified.

[第2実施形態]
次に、図11および図12を参照し、本発明の第2実施形態について説明する。本実施形態では、処理対象の転送先として複数の宛先を指定できることを特徴とする。以下、第1実施形態と異なる点のみ説明する。なお、本実施形態において、第1実施形態と同様の構成部分については同様の符号を付し、詳細な説明を省略する。また、第1実施形態と同様の構成部分について適用される変形例は、本実施形態についても同様に適用される。
[Second Embodiment]
Next, a second embodiment of the present invention will be described with reference to FIG. 11 and FIG. The present embodiment is characterized in that a plurality of destinations can be designated as a processing target transfer destination. Only differences from the first embodiment will be described below. In the present embodiment, the same components as those in the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted. Moreover, the modification applied about the component similar to 1st Embodiment is applied similarly about this embodiment.

本実施形態では、2種類の宛先リスト画面を切り替えて表示する。図11に示す画面D3は、宛先リスト第1画面(以下、「第1画面」と称する)であり、図12に示す画面D4は、宛先リスト第2画面(以下、「第2画面」と称する)である。まず、図11に示す第1画面(画面D3)から説明する。第1画面の下部領域72は、宛先リスト73およびリスト編集ボタン74の他、「一括転送」ボタン87を表示する。「一括転送」ボタン87は、処理対象を複数の宛先に一括転送する際に選択されるボタンである。「一括転送」ボタン87が選択されると、第1画面を非表示とし、図12に示す第2画面(画面D4)を表示する。   In the present embodiment, two types of destination list screens are switched and displayed. A screen D3 illustrated in FIG. 11 is a destination list first screen (hereinafter referred to as “first screen”), and a screen D4 illustrated in FIG. 12 is referred to as a destination list second screen (hereinafter referred to as “second screen”). ). First, the first screen (screen D3) shown in FIG. 11 will be described. The lower area 72 of the first screen displays a “batch transfer” button 87 in addition to the destination list 73 and the list edit button 74. The “batch transfer” button 87 is a button that is selected when the processing target is batch transferred to a plurality of destinations. When the “batch transfer” button 87 is selected, the first screen is hidden and the second screen (screen D4) shown in FIG. 12 is displayed.

第2画面の下部領域72は、宛先リスト73の他、ドロップ領域89および「キャンセル」ボタン90を表示する。第2画面の宛先リスト73は、「宛先指定領域」の一例である。また、第1画面の宛先リスト73と第2画面の宛先リスト73にリストアップされる宛先は同一である。なお、第2画面では、リスト編集ボタン74がグレーアウト表示され、編集不可となっている。また、第2画面において、「キャンセル」ボタン90が選択されると、第2画面を非表示とし、第1画面(図11参照)を表示する。なお、ドロップ領域89を有する第2画面は、第1画面とは別画面としてもよいし、第1画面と同一画面として、例えば「一括転送」ボタン87が選択されると、「一括転送」ボタン87の下部の領域にドロップ領域89を表示するようにしてもよい。   The lower area 72 of the second screen displays a drop area 89 and a “cancel” button 90 in addition to the destination list 73. The destination list 73 on the second screen is an example of a “destination designation area”. The destinations listed in the first screen destination list 73 and the second screen destination list 73 are the same. In the second screen, the list edit button 74 is grayed out and cannot be edited. When the “cancel” button 90 is selected on the second screen, the second screen is not displayed and the first screen (see FIG. 11) is displayed. The second screen having the drop area 89 may be a different screen from the first screen. When the “batch transfer” button 87 is selected as the same screen as the first screen, for example, the “batch transfer” button is selected. A drop area 89 may be displayed in the area below 87.

第2画面の宛先リスト73は、選択欄に、ラジオボタン(図11参照)ではなく、チェックボックスを表示する。ユーザーは、宛先リスト73に表示された複数の宛先候補の中から、処理対象の転送先としたい宛先のチェックボックスにチェックを入れ、処理対象のアイコン70をドロップ領域89に対してドラッグ・アンド・ドロップすることにより、複数の宛先に対し、処理対象の一括転送を指示することができる。例えば、同図の例のように、リスト番号「No.2」および「No.3」のチェックボックスにチェックされた状態で、ドロップ領域89にアイコン70がドロップされた場合、リスト番号「No.2」および「No.3」の宛先に、アイコン70に対応する処理対象を転送する。   The destination list 73 on the second screen displays check boxes instead of radio buttons (see FIG. 11) in the selection column. The user checks a check box of a destination to be used as a processing target transfer destination from among a plurality of destination candidates displayed in the destination list 73, and drags and drags the processing target icon 70 to the drop area 89. By dropping, it is possible to instruct batch transfer of processing targets to a plurality of destinations. For example, when the icon 70 is dropped in the drop area 89 while the check boxes of the list numbers “No. 2” and “No. 3” are checked, as shown in the example of FIG. The processing target corresponding to the icon 70 is transferred to the destinations “2” and “No. 3”.

なお、第1画面においても、第1実施形態と同様に、宛先リストの各行に相当するドロップ領域に対してアイコン70をドラッグ・アンド・ドロップすることにより、ドロップ領域に対応する宛先へ処理対象の転送を指示することができる。また、第2画面において、チェックボックスに1か所のみチェックされた場合は、チェックされた宛先へ1か所のみ処理対象の転送を指示することも可能である。   Also in the first screen, as in the first embodiment, by dragging and dropping the icon 70 to the drop area corresponding to each row of the destination list, the processing target is transferred to the destination corresponding to the drop area. Transfer can be instructed. Further, when only one place is checked in the check box on the second screen, it is possible to instruct the checked destination to transfer the processing target only at one place.

以上説明したとおり、本実施形態の転送処理システムSYによれば、複数の宛先に対して処理対象を一括転送させることができる。また、宛先リスト73とは別にドロップ領域89が設けられているため、ドラッグ・アンド・ドロップ操作の誤操作(意図しない宛先に転送指示を行うリスク)を軽減できる。また、第1画面と第2画面を切り替え可能であるため、1か所のみの宛先に転送指示を行いたい場合は第1画面を利用し、複数の宛先に転送指示を行いたい場合は第2画面を利用する、といった使い分けができる。   As described above, according to the transfer processing system SY of the present embodiment, it is possible to batch transfer processing targets to a plurality of destinations. In addition, since the drop area 89 is provided separately from the destination list 73, it is possible to reduce an erroneous operation of the drag-and-drop operation (risk of giving a transfer instruction to an unintended destination). Also, since the first screen and the second screen can be switched, the first screen is used when a transfer instruction is given to only one destination, and the second is used when a transfer instruction is given to a plurality of destinations. It can be used properly such as using the screen.

[第3実施形態]
次に、図13ないし図16を参照し、本発明の第3実施形態について説明する。本実施形態では、処理対象に対し変換処理を行って転送することを特徴とする。以下、第1実施形態と異なる点のみ説明する。なお、本実施形態において、第1実施形態と同様の構成部分については同様の符号を付し、詳細な説明を省略する。また、第1実施形態と同様の構成部分について適用される変形例は、本実施形態についても同様に適用される。
[Third Embodiment]
Next, a third embodiment of the present invention will be described with reference to FIGS. The present embodiment is characterized in that the processing target is subjected to conversion processing and transferred. Only differences from the first embodiment will be described below. In the present embodiment, the same components as those in the first embodiment are denoted by the same reference numerals, and detailed description thereof is omitted. Moreover, the modification applied about the component similar to 1st Embodiment is applied similarly about this embodiment.

図13は、第3実施形態に係る転送サーバー3の機能構成を示すブロック図である。本実施形態に係る転送サーバー3は、第1実施形態の構成(図5参照)に変換処理部340を追加した構成である。変換処理部340は、CPU31がWebアプリケーション62を動作させることによって実現される機能である。本実施形態の指示情報受信部321は、指示情報の一部として、後述する転送ファイル形式候補93(図14の画面d4参照)の指定結果である変換処理情報を受信する。転送ファイル形式候補93は、「変換処理指定領域」の一例である。変換処理部340は、指示情報に含まれる変換処理情報に基づいて処理対象の変換処理を行い、変換済み処理対象を生成する。そして、本実施形態の転送処理部330は、変換処理部340により変換処理が行われた場合、変換済み処理対象を転送する。   FIG. 13 is a block diagram illustrating a functional configuration of the transfer server 3 according to the third embodiment. The transfer server 3 according to the present embodiment has a configuration in which a conversion processing unit 340 is added to the configuration of the first embodiment (see FIG. 5). The conversion processing unit 340 is a function realized when the CPU 31 operates the web application 62. The instruction information receiving unit 321 according to the present embodiment receives conversion processing information, which is a designation result of a transfer file format candidate 93 (see screen d4 in FIG. 14) described later, as part of the instruction information. The transfer file format candidate 93 is an example of a “conversion process designation area”. The conversion processing unit 340 performs conversion processing on the processing target based on the conversion processing information included in the instruction information, and generates a converted processing target. Then, the transfer processing unit 330 according to the present embodiment transfers the converted processing target when the conversion processing unit 340 performs the conversion processing.

図14ないし図16は、宛先リスト73内に設けられたドロップ領域(例えば、図7の符号80に示す領域)に対し、アイコン70がドラッグ・アンド・ドロップされた場合に表示されるダイアログ画面を示す図である。ドロップ領域にアイコン70がドロップされると、図14の画面d4に示す転送ファイル形式指定ダイアログ画面を表示する。転送ファイル形式指定ダイアログ画面は、転送ファイル形式の指定を促すメッセージ91と、処理対象のファイル名92と、転送ファイル形式候補93と、を表示する。転送ファイル形式候補93は、「そのまま転送する(変換しない)」、「PDF(カラー)に変換する」、「PDF(モノクロ)に変換する」、「JPEG(カラー)に変換する」、「JPEG(モノクロ)に変換する」の5つの候補の中から、転送ファイル形式を指定可能となっている。変換処理部340は、この転送ファイル形式候補93の指定にしたがい、Webページからアップロードされた処理対象に対して変換処理を行う。   14 to 16 show dialog screens displayed when the icon 70 is dragged and dropped with respect to a drop area (for example, an area indicated by reference numeral 80 in FIG. 7) provided in the destination list 73. FIG. When the icon 70 is dropped in the drop area, a transfer file format designation dialog screen shown in a screen d4 in FIG. 14 is displayed. The transfer file format designation dialog screen displays a message 91 that prompts designation of the transfer file format, a file name 92 to be processed, and a transfer file format candidate 93. The transfer file format candidates 93 are “transfer as it is (do not convert)”, “convert to PDF (color)”, “convert to PDF (monochrome)”, “convert to JPEG (color)”, “JPEG ( The transfer file format can be designated from among the five candidates “convert to monochrome”. The conversion processing unit 340 performs conversion processing on the processing target uploaded from the Web page according to the designation of the transfer file format candidate 93.

なお、転送ファイル形式は、転送ファイル形式候補93に示した例に限らず、他のファイル形式を指定可能としてもよい。また、処理対象のアップロード開始後またはアップロード終了後に、転送ファイル形式指定ダイアログ画面を表示する構成でもよいし、転送ファイル形式指定ダイアログ画面において転送ファイル形式が指定された後に、処理対象のアップロードを開始する構成でもよい。   The transfer file format is not limited to the example shown in the transfer file format candidate 93, and other file formats may be designated. Alternatively, the transfer file format specification dialog screen may be displayed after the upload of the processing target starts or after the upload ends, or the processing target upload starts after the transfer file format is specified on the transfer file format specification dialog screen. It may be configured.

転送ファイル形式指定ダイアログ画面において、転送ファイル形式が指定されると、図15の画面d5に示すアップロード・転送処理ダイアログ画面を表示する。アップロード・転送処理ダイアログ画面では、アップロードが完了した旨のメッセージ81、処理対象のファイル名82、アップロードの進行状況を示すプログレスバー83、転送処理中である旨のメッセージ84および「キャンセル」ボタン85を表示する。転送処理中である旨のメッセージ84には、転送ファイル形式候補93の中から指定された変換形式を併せて表示する。   When the transfer file format is specified on the transfer file format designation dialog screen, the upload / transfer processing dialog screen shown in the screen d5 of FIG. 15 is displayed. In the upload / transfer processing dialog screen, a message 81 indicating that the upload has been completed, a file name 82 to be processed, a progress bar 83 indicating the progress of the upload, a message 84 indicating that the transfer is in progress, and a “cancel” button 85 are displayed. indicate. In the message 84 indicating that the transfer process is in progress, the conversion format designated from the transfer file format candidates 93 is also displayed.

画面d5において、「キャンセル」ボタン85が選択されると、転送サーバー3は転送処理を中止する。また、転送サーバー3による転送処理が完了すると、図16の画面d6に示すアップロード・転送処理ダイアログ画面を表示する。画面d6は、アップロードが完了した旨のメッセージ81、処理対象のファイル名82、プログレスバー83、転送処理が完了した旨のメッセージ86および「OK」ボタン87を表示する。「OK」ボタン87が選択されると、アップロード・転送処理ダイアログ画面を消去する。   When the “cancel” button 85 is selected on the screen d5, the transfer server 3 stops the transfer process. When the transfer process by the transfer server 3 is completed, an upload / transfer process dialog screen shown in a screen d6 in FIG. 16 is displayed. The screen d6 displays a message 81 indicating that the upload has been completed, a file name 82 to be processed, a progress bar 83, a message 86 indicating that the transfer process has been completed, and an “OK” button 87. When the “OK” button 87 is selected, the upload / transfer process dialog screen is deleted.

以上説明したとおり、本実施形態の転送処理システムSYによれば、処理対象に対しユーザーが指定した変換処理を行った上で転送させることができる。第1実施形態にて説明したとおり、宛先リスト画面に表示される宛先リスト73は、複合機2でスキャンしたスキャンデータの宛先としても用いられるため、宛先によっては、スキャンデータが転送されてくることを前提としていることも想定できる。したがって、転送サーバー3において、PDF形式やJPEG形式に変換しておくことで、処理対象をあたかもスキャンデータであるかのように取り扱うことが可能となる。   As described above, according to the transfer processing system SY of the present embodiment, the transfer can be performed after the conversion process designated by the user is performed on the processing target. As described in the first embodiment, the destination list 73 displayed on the destination list screen is also used as a destination of scan data scanned by the multifunction device 2, and therefore, scan data is transferred depending on the destination. It can also be assumed that Therefore, the transfer server 3 can handle the processing target as if it were scan data by converting the file into the PDF format or JPEG format.

以上、3つの実施形態を示したが、これらの実施形態に限らず以下の変形例を採用可能である。
[変形例1]
第2実施形態と第3実施形態を組み合わせてもよい。つまり、ドラッグ・アンド・ドロップされたアイコン70に対応する処理対象に対し、転送ファイル形式指定ダイアログ画面で指定された変換処理を行い、変換済み処理対象を複数の宛先に一括転送してもよい。
Although three embodiments have been described above, the present invention is not limited to these embodiments, and the following modifications can be employed.
[Modification 1]
The second embodiment and the third embodiment may be combined. In other words, the conversion target specified on the transfer file format specification dialog screen may be performed on the processing target corresponding to the dragged and dropped icon 70, and the converted processing target may be collectively transferred to a plurality of destinations.

[変形例2]
第3実施形態では、アイコン70がドロップ領域にドロップされると、画面d4に示す転送ファイル形式指定ダイアログ画面を表示するものしたが、ドラッグ・アンド・ドロップ操作の前に、変換処理を指定可能としてもよい。また、異なる変換処理を対応付けた複数のドロップ領域をWebページに表示し、変換処理部340により、アイコン70がドロップされたドロップ領域に対応付けられた変換処理を行う構成としてもよい。
[Modification 2]
In the third embodiment, when the icon 70 is dropped in the drop area, the transfer file format designation dialog screen shown in the screen d4 is displayed. However, the conversion process can be designated before the drag-and-drop operation. Also good. Alternatively, a plurality of drop areas associated with different conversion processes may be displayed on a Web page, and the conversion process unit 340 may perform a conversion process associated with the drop area where the icon 70 is dropped.

[変形例3]
第3実施形態では、変換処理部340による変換処理として、転送ファイル形式を変換する処理を例示したが、処理対象に応じて、他の変換処理を行ってもよい。例えば、画像変換処理、圧縮/解凍処理、文字コード変換処理、コマンド変換処理などが考えられる。
[Modification 3]
In the third embodiment, the process of converting the transfer file format is exemplified as the conversion process by the conversion processing unit 340, but other conversion processes may be performed according to the processing target. For example, image conversion processing, compression / decompression processing, character code conversion processing, command conversion processing, and the like can be considered.

[変形例4]
第2実施形態では、第1画面および第2画面の両方で、処理対象の転送指示を行い得るものとしたが、第1画面を、宛先リスト73を参照するための画面とし、第2画面においてのみ、処理対象の転送指示を行い得る構成としてもよい。
[Modification 4]
In the second embodiment, the processing target transfer instruction can be performed on both the first screen and the second screen. However, the first screen is a screen for referring to the destination list 73, and the second screen However, it may be configured so that a transfer instruction for a processing target can be issued.

[変形例5]
第1〜第3実施形態では、複合機2のスキャンデータ等を転送するための宛先リスト73を利用して、PC1内に格納されている処理対象の宛先を指定したが、宛先リスト73の用途は問わない。例えば、Eメールの宛先リストや、ユーザーがアカウントを有するストレージサービスのリストを利用して宛先を指定してもよい。
[Modification 5]
In the first to third embodiments, the destination to be processed stored in the PC 1 is specified using the destination list 73 for transferring the scan data of the multifunction device 2. Does not matter. For example, the destination may be specified using an e-mail destination list or a list of storage services for which the user has an account.

[変形例6]
第1〜第3実施形態では、1個のファイルをドラッグ・アンド・ドロップする場合を例示したが(図7および図12参照)、複数個のファイルを選択してドラッグ・アンド・ドロップすることで、複数個のファイルの転送指示を行ってもよい。また、ファイルではなく、フォルダーを処理対象として転送指示を行ってもよい。
[Modification 6]
In the first to third embodiments, the case where one file is dragged and dropped has been exemplified (see FIGS. 7 and 12). However, by selecting a plurality of files and dragging and dropping them, A plurality of files may be instructed to be transferred. In addition, a transfer instruction may be given for a folder instead of a file.

[変形例7]
第1〜第3実施形態において、転送処理部330は、指示情報受信部321で受信した指示情報に基づいて、処理対象受信部322で受信した処理対象を転送したが、指示情報の受信を省略しても良い。つまり、処理対象の受信に伴い、予め定められた宛先、またはドラッグ・アンド・ドロップ操作とは関係なく取得した宛先情報に基づく宛先に対して、処理対象を転送する構成でもよい。
[Modification 7]
In the first to third embodiments, the transfer processing unit 330 transfers the processing target received by the processing target receiving unit 322 based on the instruction information received by the instruction information receiving unit 321, but omits reception of the instruction information. You may do it. In other words, the configuration may be such that the processing target is transferred to a predetermined destination or a destination based on the destination information acquired regardless of the drag-and-drop operation with reception of the processing target.

[変形例8]
第1〜第3実施形態では、Webページを操作する端末としてPC1を例示したが、タブレット端末などPC1以外の情報処理端末を用いてWebページを操作してもよい。
[Modification 8]
In the first to third embodiments, the PC 1 is exemplified as a terminal for operating the Web page. However, the Web page may be operated using an information processing terminal other than the PC 1, such as a tablet terminal.

[変形例9]
上記の各実施形態および変形例に示した転送処理システムSY内の各装置における各構成要素(各機能)をプログラムとして提供してもよい。また、そのプログラムを各種記録媒体(CD−ROM、フラッシュメモリー等)に格納して提供してもよい。すなわち、コンピューターを転送処理システムSY内の各装置の各構成要素(各機能)として機能させるためのプログラム、それを記録したコンピューター読み取り可能な記録媒体も、本発明の権利範囲に含まれる。その他、本発明の要旨を逸脱しない範囲で、適宜変更が可能である。
[Modification 9]
You may provide each component (each function) in each apparatus in the transfer processing system SY shown to said each embodiment and modification as a program. The program may be provided by being stored in various recording media (CD-ROM, flash memory, etc.). That is, a program for causing a computer to function as each component (each function) of each device in the transfer processing system SY and a computer-readable recording medium on which the program is recorded are also included in the scope of rights of the present invention. Other modifications can be made as appropriate without departing from the scope of the present invention.

1…PC、2…複合機、3…転送サーバー、4…Eメール、5…ストレージサービス、310…提供部、320…受信部、321…指示情報受信部、322…処理対象受信部、330…転送処理部   DESCRIPTION OF SYMBOLS 1 ... PC, 2 ... Multifunction machine, 3 ... Transfer server, 4 ... E-mail, 5 ... Storage service, 310 ... Providing unit, 320 ... Receiving unit, 321 ... Instruction information receiving unit, 322 ... Processing target receiving unit, 330 ... Transfer processing part

Claims (9)

ドロップ領域を含むWebページを提供する提供部と、
ドラッグ・アンド・ドロップ操作により前記ドロップ領域に処理対象がドロップされたことをトリガーとして前記Webページからアップロードされた前記処理対象を受信する処理対象受信部と、
受信した前記処理対象を転送する転送処理部と、を備えることを特徴とするサーバー。
A providing unit that provides a Web page including a drop area;
A processing target receiving unit that receives the processing target uploaded from the web page triggered by the processing target being dropped in the drop area by a drag-and-drop operation;
And a transfer processing unit that transfers the received processing target.
前記ドロップ領域には、宛先が対応付けられており、
前記転送処理部は、前記ドロップ領域にドロップされた前記処理対象を、当該ドロップ領域に対応付けられた前記宛先に転送することを特徴とする請求項1に記載のサーバー。
A destination is associated with the drop area,
The server according to claim 1, wherein the transfer processing unit transfers the processing target dropped in the drop area to the destination associated with the drop area.
前記Webページは、対応する前記宛先が異なる複数の前記ドロップ領域を含み、
前記ドロップ領域には、対応する前記宛先を示す情報が表示されることを特徴とする請求項2に記載のサーバー。
The Web page includes a plurality of the drop areas with different corresponding destinations,
The server according to claim 2, wherein information indicating the corresponding destination is displayed in the drop area.
前記Webページは、宛先を指定するための宛先指定領域と、前記ドロップ領域と、を含み、
前記転送処理部は、前記ドロップ領域にドロップされた前記処理対象を、前記宛先指定領域で指定された宛先に転送することを特徴とする請求項1に記載のサーバー。
The web page includes a destination designation area for designating a destination, and the drop area,
The server according to claim 1, wherein the transfer processing unit transfers the processing target dropped in the drop area to a destination designated in the destination designation area.
前記転送処理部は、前記宛先指定領域で複数の前記宛先が指定された場合、前記ドロップ領域にドロップされた前記処理対象を、複数の前記宛先に転送することを特徴とする請求項4に記載のサーバー。   The transfer processing unit, when a plurality of the destinations are designated in the destination designation area, forwards the processing target dropped in the drop area to the plurality of destinations. Server. 前記Webページは、宛先リストを含む第1画面と、前記宛先リスト内の宛先を指定するための前記宛先指定領域および前記ドロップ領域を含む第2画面と、が切り替え可能に表示されることを特徴とする請求項4または5に記載のサーバー。   The web page is displayed in a switchable manner between a first screen including a destination list and a second screen including the destination designation area and the drop area for designating a destination in the destination list. The server according to claim 4 or 5. 前記Webページは、変換処理の要否、および変換形式の少なくとも一方を指定するための変換処理指定領域と、前記ドロップ領域と、を含み、
前記ドロップ領域にドロップされた前記処理対象に、前記変換処理指定領域で指定された変換処理を行い、変換済み処理対象を生成する変換処理部を備え、
前記転送処理部は、前記変換処理部により変換処理が行われた場合、前記変換済み処理対象を転送することを特徴とする請求項1ないし6のいずれか1項に記載のサーバー。
The web page includes a conversion processing designation area for designating at least one of necessity of conversion processing and a conversion format, and the drop area,
A conversion processing unit that performs conversion processing specified in the conversion processing specification area on the processing target dropped in the drop area, and generates a converted processing target;
The server according to claim 1, wherein the transfer processing unit transfers the converted processing target when the conversion processing is performed by the conversion processing unit.
サーバーを、
ドロップ領域を含むWebページを提供する提供部と、
ドラッグ・アンド・ドロップ操作により前記ドロップ領域に処理対象がドロップされたことをトリガーとして前記Webページからアップロードされた前記処理対象を受信する処理対象受信部と、
受信した前記処理対象を転送する転送処理部と、として機能させるためのプログラム。
Server
A providing unit that provides a Web page including a drop area;
A processing target receiving unit that receives the processing target uploaded from the web page triggered by the processing target being dropped in the drop area by a drag-and-drop operation;
A program for causing a transfer processing unit to transfer the received processing target.
サーバーが、
ドロップ領域を含むWebページを提供する提供ステップと、
ドラッグ・アンド・ドロップ操作により前記ドロップ領域に処理対象がドロップされたことをトリガーとして前記Webページからアップロードされた前記処理対象を受信する処理対象受信ステップと、
受信した前記処理対象を転送する転送処理ステップと、を実行することを特徴とする転送処理方法。
Server
A providing step of providing a web page including a drop area;
A processing target receiving step for receiving the processing target uploaded from the web page triggered by the processing target being dropped in the drop area by a drag-and-drop operation;
And a transfer processing step of transferring the received processing target.
JP2017034002A 2017-02-24 2017-02-24 Server, program, and method for transfer processing Pending JP2018139080A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017034002A JP2018139080A (en) 2017-02-24 2017-02-24 Server, program, and method for transfer processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017034002A JP2018139080A (en) 2017-02-24 2017-02-24 Server, program, and method for transfer processing

Publications (1)

Publication Number Publication Date
JP2018139080A true JP2018139080A (en) 2018-09-06

Family

ID=63451428

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017034002A Pending JP2018139080A (en) 2017-02-24 2017-02-24 Server, program, and method for transfer processing

Country Status (1)

Country Link
JP (1) JP2018139080A (en)

Similar Documents

Publication Publication Date Title
JP5231620B2 (en) Server device
US11350000B2 (en) Image processing apparatus, control method of the same, and storage medium
US11252284B2 (en) Image processing apparatus associating with external apparatus, control method, and storage medium
US20210160393A1 (en) Image processing apparatus, control method thereof, and storage medium
JP5219418B2 (en) File transmission apparatus, method, and program
JP2010021896A (en) Information processing apparatus, image input apparatus, document distribution system, and control method therefor
JP2012085176A (en) Image forming apparatus, information apparatus and computer program
US20110292460A1 (en) Information processing system, information processing apparatus, control method thereof, and storage medium
JP2018063705A (en) Communication system, portable terminal, device, program, and communication method
JP7322110B2 (en) SYSTEM, IMAGE PROCESSING APPARATUS AND CONTROL METHOD THEREOF
JP2023028746A (en) Information processing apparatus, control method for the same, and program
JP7366680B2 (en) Image processing device, its control method, and program
JP2021163447A (en) Information processing apparatus and control method for the same, and program
JP6184269B2 (en) Image processing system, information processing apparatus, image processing method, information processing method, and program
JP2013142920A (en) Application management device, application management system, program, and recording medium therefor
US20180246691A1 (en) Server, program, and transmission processing method
US11716434B2 (en) Image processing apparatus, control method of image processing apparatus, and storage medium for transmitting image data for transmitting input data and selected user information independent of account information
JP7179589B2 (en) Image forming apparatus and log information acquisition system
JP2023053602A (en) Apparatus, information processing method, and program
JP2018139080A (en) Server, program, and method for transfer processing
JP7551337B2 (en) Image processing device, control method and program
JP6390188B2 (en) Information processing system and information processing method
US12028489B2 (en) Scanning apparatus and image processing technique to easily identify a post to which image data is posted as a reply to a chat service
JP5704138B2 (en) Image data transmitting apparatus, image data transmitting method, and computer program
US11327695B2 (en) Security printing using group information