JP2011076217A - Information processing apparatus, display method of file, information processing system, and program - Google Patents

Information processing apparatus, display method of file, information processing system, and program Download PDF

Info

Publication number
JP2011076217A
JP2011076217A JP2009224771A JP2009224771A JP2011076217A JP 2011076217 A JP2011076217 A JP 2011076217A JP 2009224771 A JP2009224771 A JP 2009224771A JP 2009224771 A JP2009224771 A JP 2009224771A JP 2011076217 A JP2011076217 A JP 2011076217A
Authority
JP
Japan
Prior art keywords
file
name
hierarchy
path
server
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
JP2009224771A
Other languages
Japanese (ja)
Inventor
Norio Sugita
記男 杉田
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2009224771A priority Critical patent/JP2011076217A/en
Publication of JP2011076217A publication Critical patent/JP2011076217A/en
Pending legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information processing apparatus which allows for easy comprehension of the hierarchy of a selected file, positional relation of a folder and a file name which is made intuitively easy to understand for a user, when uploading a file from a client PC to a server via a network. <P>SOLUTION: In the client PC 101, after selecting a file to be uploaded to the server 102 on a displayed operation screen by a file selection module 301, a file-path sort module 302 sorts a character string of a file path of the file, and a file path dividing module 303 analyzes the file path after sorting and divides it into a drive name, a folder name, and a file name. Then a hierarchy display module 304 performs grouping of divided drives and folders with identical drive names and folder names and hierarchically displays them on the operation screen on which the file path is displayed. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、情報処理装置及びファイルの表示方法、情報処理システム、並びにプログラムに関し、特に、情報処理装置からネットワークを介してサーバにアップロードされるファイルの表示技術及び管理技術に関する。   The present invention relates to an information processing apparatus, a file display method, an information processing system, and a program, and more particularly, to a display technique and a management technique for files uploaded from an information processing apparatus to a server via a network.

近年のインターネット環境では、ネットワークで接続された情報処理装置間で1つ又は複数のファイルをアップロードしたり、ダウンロードしたりする機会が増えている。それに伴い、クライアントコンピュータ(以下、「クライアントPC」とする)上で選択されたファイルをアプリケーションサーバ(以下、「サーバ」とする)へアップロードするネットワークアプリケーション(以下、「アプリ」とする)が開発されている。   In the Internet environment in recent years, there are increasing opportunities to upload or download one or more files between information processing apparatuses connected via a network. Along with this, a network application (hereinafter referred to as “application”) for uploading the selected file on the client computer (hereinafter referred to as “client PC”) to the application server (hereinafter referred to as “server”) has been developed. ing.

アプリを利用してクライアントPCからサーバにファイルをアップロードする場合、WebブラウザからHTMLフォーム(<input type=”file”>タグを使用する)によってファイル選択する方法が一般的である(例えば、非特許文献1参照)。   When uploading a file from a client PC to a server using an application, a method of selecting a file from a Web browser by using an HTML form (using <input type = “file”> tag) is generally used (for example, non-patent) Reference 1).

また、専用のファイルアップロードプログラムによってファイルの選択がなされてサーバにアップロードする方法も提案されている(例えば、特許文献1参照)。   There has also been proposed a method of uploading to a server after selecting a file by a dedicated file upload program (see, for example, Patent Document 1).

一方、サーバにファイルをアップロードして登録する場合、上述したアプリを利用しても、サーバに既に登録されているファイルがクライアントPC内のどのファイルに対応するかについては使用者が一目ではわからない。そのため、サーバに既に登録されているファイルを誤って再度アップロードしてしまうというミスが起きる場合がある。このような問題に対して、クライアントPCからサーバにアップロードするファイルのファイルパスをサーバに登録し、そのファイルパスから既にクライアントPCから送信されたファイルかを判断して削除する方法が提案されている(例えば、特許文献1参照)。   On the other hand, when uploading and registering a file to the server, even if the above-described application is used, the user does not know at a glance which file in the client PC corresponds to the file already registered in the server. Therefore, there may be a mistake that a file already registered in the server is mistakenly uploaded again. To solve such a problem, a method has been proposed in which a file path of a file to be uploaded from the client PC to the server is registered in the server, and it is determined whether the file has already been transmitted from the client PC from the file path and deleted. (For example, refer to Patent Document 1).

特開2004−199254号公報JP 2004-199254 A

W3C Recommendation、"HTML 4.01 Specification" [online]、December 24, 1999、retrieved from the Internet: <URL: http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT>W3C Recommendation, "HTML 4.01 Specification" [online], December 24, 1999, retrieved from the Internet: <URL: http://www.w3.org/TR/html401/interact/forms.html#edef-INPUT>

しかしながら、非特許文献1に開示された技術では、HTMLフォームでファイルの選択が完了しても、その入力欄にファイルパスが文字列で表示されるのみで、どの階層のどのフォルダのファイルを選択したのかが使用者に直感的にわかりづらい。そのため、アップロードするファイルを同時に複数選択した場合、同じファイルを二度選択してしまったり、意図しないフォルダのファイルを選択してしまう等の操作ミスが起きることがある。   However, with the technology disclosed in Non-Patent Document 1, even if the file selection is completed in the HTML form, the file path is displayed as a character string in the input field, and the file in which folder in which hierarchy is selected. It is difficult for the user to understand intuitively. Therefore, when multiple files to be uploaded are selected at the same time, an operation error such as selecting the same file twice or selecting a file in an unintended folder may occur.

また、HTMLフォームの入力欄に入力されるファイルパスはフルパスであるため、多くは入力欄内に収まりきらず、スクロールさせないとファイル名が見られないという問題がある。   In addition, since the file path input to the input field of the HTML form is a full path, there is a problem that most of the file path does not fit in the input field and the file name cannot be seen unless scrolling.

特許文献1に開示された技術では、ファイルアップロードがコマンドラインによってアップロードリストファイルをフルパスで入力して指定するものである。そのため、アップロードしたいファイルがどの階層のどのフォルダのファイルであるのかが使用者に直感的にわかりづらく、且つリストファイルの選択がコマンドライン入力で行われるため、入力ミスが起こりやすい。その結果、リストファイル作成時に意図しないフォルダのファイルを指定してしまったり、意図しないリストファイルを選択してしまう等の操作ミスが起きることがある。   In the technology disclosed in Patent Document 1, file upload is performed by inputting and specifying an upload list file with a full path on the command line. For this reason, it is difficult for the user to intuitively know which folder in which hierarchy the file to be uploaded is in, and the selection of the list file is performed by command line input, so input mistakes are likely to occur. As a result, an operation error such as designating a file in an unintended folder when creating a list file or selecting an unintended list file may occur.

また、特許文献1に開示された技術では、サーバ上に登録されたファイルとクライアントPCのファイルの対応がファイルパスの文字列情報のみである。そのため、サーバに登録されたファイルがクライアントPCのどの階層のどのフォルダのファイルであるかが使用者に直感的にわかりづらく、実際にアップロードを行ってみないと既に登録済みのファイルであるかどうかの判断が難しい。   In the technology disclosed in Patent Document 1, the correspondence between the file registered on the server and the file of the client PC is only the character string information of the file path. For this reason, it is difficult for the user to intuitively understand which level of the folder on the client PC the file registered on the server is, and whether the file has already been registered unless it is actually uploaded. Is difficult to judge.

本発明の第1の目的は、ネットワーク経由でクライアントPCからサーバにファイルをアップロードする際に、選択されたファイルの階層や位置関係、ファイル名を使用者にわかりやすく表示する技術を提供することにある。   A first object of the present invention is to provide a technology for displaying the hierarchy, positional relationship, and file name of a selected file in a user-friendly manner when uploading a file from a client PC to a server via a network. is there.

本発明の第2の目的は、サーバにアップロード登録されたファイルとクライアントPCに保存されたファイルとの対応、ファイルの階層や位置関係を使用者にわかりやすく表示する技術を提供することにある。   A second object of the present invention is to provide a technology for easily displaying the correspondence between a file uploaded and registered in a server and a file stored in a client PC, the hierarchy of the file, and the positional relationship to the user.

上記目的を達成するために、請求項1記載の情報処理装置は、ネットワーク上のサーバにファイルのアップロードが可能な情報処理装置において、アップロードするファイルを少なくとも1つ選択するためのファイル選択手段と、前記ファイル選択手段で選択されたファイルのファイルパスの文字列をソートするソート手段と、前記ソート手段によりソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割する分割手段と、前記分割手段により分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して、前記アップロードするファイルの階層表示を行う階層表示手段とを備えることを特徴とする。   In order to achieve the above object, an information processing apparatus according to claim 1, in an information processing apparatus capable of uploading a file to a server on a network, file selection means for selecting at least one file to be uploaded; Sort means for sorting file path character strings of files selected by the file selection means, dividing means for dividing the file path after sorting by the sorting means into drive names, folder names, and file names; And a hierarchy display means for grouping drives and folders with the same drive name and folder name divided by the dividing means and displaying the uploaded files in a hierarchical manner.

本発明によれば、ネットワーク経由でクライアントPCからサーバにファイルをアップロードする際に、選択されたファイルの階層や位置関係、ファイル名を使用者にわかりやすく表示することができる。   According to the present invention, when a file is uploaded from a client PC to a server via a network, the hierarchy, positional relationship, and file name of the selected file can be displayed in an easy-to-understand manner for the user.

また、本発明によれば、サーバにアップロード登録されたファイルとクライアントPCに保存されたファイルとの対応、ファイルの階層や位置関係を使用者にわかりやすく表示することができ、使用者の操作ミスや操作に要する時間を低減させることが可能になる。   Further, according to the present invention, the correspondence between the file registered for uploading on the server and the file stored on the client PC, the hierarchy of the file and the positional relationship can be displayed in an easy-to-understand manner for the user, and the user can make an operation error. And the time required for operation can be reduced.

本発明の第1の実施形態に係る情報処理装置が接続されたネットワークシステムの一例を示すシステム構成図である。1 is a system configuration diagram illustrating an example of a network system to which an information processing apparatus according to a first embodiment of the present invention is connected. 図1におけるクライアントPC、サーバのハードウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the hardware constitutions of the client PC in FIG. 1, and a server. 図1におけるクライアントPC、サーバのソフトウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the software configuration of the client PC and server in FIG. ファイルのアップロードを行う際にクライアントPCに表示された操作画面の一部を示す図である。It is a figure which shows a part of operation screen displayed on client PC when uploading a file. ファイルパスを分割してグループ化する方法を説明するための図であり、(a)は分割されたファイルパスの一例、(b)はグループ化されたファイルパスの一例を示す。It is a figure for demonstrating the method of dividing and grouping a file path, (a) shows an example of the divided file path, (b) shows an example of the grouped file path. 階層表示モジュールによりクライアントPCに表示された操作画面の一例を示す図である。It is a figure which shows an example of the operation screen displayed on client PC by the hierarchy display module. クライアントPCにおけるファイルアップロード処理の一例を示すフローチャートである。It is a flowchart which shows an example of the file upload process in a client PC. 本発明の第2の実施形態におけるクライアントPC、サーバのソフトウェア構成の一例を示すブロック図である。It is a block diagram which shows an example of the software configuration of the client PC and server in the 2nd Embodiment of this invention. サーバにおけるアップロードファイルの受信処理の一例を示すフローチャートである。It is a flowchart which shows an example of the reception process of the upload file in a server. サーバにおける階層情報の送信処理の一例を示すフローチャートである。It is a flowchart which shows an example of the transmission process of the hierarchy information in a server. 階層表示モジュールによりクライアントPCに階層表示されるファイルパスの表示例を示す図である。It is a figure which shows the example of a display of the file path displayed hierarchically on client PC by a hierarchical display module. 新規選択ファイル結合モジュールによる新規選択ファイルの結合処理の一例を示すフローチャートである。It is a flowchart which shows an example of the joint process of the newly selected file by a newly selected file joint module. 階層情報が表示された新規ファイル選択時の操作画面の一例を示す図である。It is a figure which shows an example of the operation screen at the time of the new file selection which displayed hierarchy information.

以下、本発明の実施の形態を図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

[第1の実施形態]
図1は、本発明の第1の実施形態に係る情報処理装置が接続されたネットワークシステム(情報処理システム)の一例を示すシステム構成図である。
[First Embodiment]
FIG. 1 is a system configuration diagram showing an example of a network system (information processing system) to which an information processing apparatus according to the first embodiment of the present invention is connected.

図1において、複数のクライアントコンピュータ(以下、「クライアントPC」とする)101は、インターネットやLAN等のネットワーク100を介して、アプリケーションサーバ(以下、「サーバ」とする)102に接続されている。クライアントPC101及びサーバ102は、CPU、ROM、RAM、HDD等で構成される情報処理装置(コンピュータ)により構成される。これらのハードウェア構成については後述する。   In FIG. 1, a plurality of client computers (hereinafter referred to as “client PCs”) 101 are connected to an application server (hereinafter referred to as “servers”) 102 via a network 100 such as the Internet or a LAN. The client PC 101 and the server 102 are configured by an information processing apparatus (computer) including a CPU, ROM, RAM, HDD, and the like. These hardware configurations will be described later.

各クライアントPC101は、ネットワーク閲覧モジュール(例えばWebブラウザ)を備え、専用又は汎用のファイルアップロードプログラムを実行することにより、Webブラウザを介してサーバ102に画像等のファイルをアップロードすることができる。複数のクライアントPC101とサーバ102との間では、例えば、通信プロトコルとしてhttpプロトコルが使用されている。   Each client PC 101 includes a network browsing module (for example, a Web browser), and can upload a file such as an image to the server 102 via the Web browser by executing a dedicated or general-purpose file upload program. For example, an http protocol is used as a communication protocol between the plurality of client PCs 101 and the server 102.

図2は、図1におけるクライアントPC101、サーバ102のハードウェア構成の一例を示すブロック図である。本実施の形態では、一般的な情報処理装置のハードウェア構成について説明するが、本発明の実現が可能なものであれば、図示例に限定されるものではない。   FIG. 2 is a block diagram illustrating an example of a hardware configuration of the client PC 101 and the server 102 in FIG. In this embodiment, a hardware configuration of a general information processing apparatus will be described. However, the present invention is not limited to the illustrated example as long as the present invention can be realized.

図2において、CPU201は、情報処理装置の演算・制御を司る中央演算装置である。RAM202は、CPU201の主メモリとして、制御プログラムやデータの一時格納に利用されるランダムアクセスメモリである。   In FIG. 2, a CPU 201 is a central processing unit that controls and controls the information processing apparatus. A RAM 202 is a random access memory used as a main memory of the CPU 201 for temporarily storing control programs and data.

ROM203は、CPU201の制御プログラムを記憶するリードオンリーメモリである。ROM203には、情報処理装置の機器制御を行うシステムプログラムである基本ソフト(OS)を記録したプログラムROMと、システムを稼働するために必要な情報等を記憶するデータROMがある。また、ROM203の代わりに、後述のHDD209を用いる場合もある。   The ROM 203 is a read-only memory that stores a control program for the CPU 201. The ROM 203 includes a program ROM that records basic software (OS), which is a system program for controlling the equipment of the information processing apparatus, and a data ROM that stores information necessary for operating the system. Further, an HDD 209 described later may be used instead of the ROM 203.

NETIF204は、ネットワークインターフェースであり、ネットワーク100を介して、情報処理装置間のデータ転送を行うための制御や接続状況の診断を行う。VRAM205はビデオRAMであり、後述する情報処理装置の稼働状態を示す操作画面をCRT206に表示させるために画像を展開し、その表示の制御を行う。   The NETIF 204 is a network interface, and performs control for performing data transfer between information processing apparatuses and diagnosis of connection status via the network 100. A VRAM 205 is a video RAM, which expands an image to display an operation screen indicating an operation state of an information processing apparatus, which will be described later, on the CRT 206, and controls the display.

CRT206はディスプレイ等の表示装置である。KBC207は、KB208からの入力信号を制御するためのコントローラである。KB208は、使用者が行う操作を受け付けるための外部入力装置であり、例えばキーボードや、マウス等のポインティングデバイスが用いられる。   The CRT 206 is a display device such as a display. The KBC 207 is a controller for controlling an input signal from the KB 208. The KB 208 is an external input device for accepting an operation performed by a user, and for example, a keyboard or a pointing device such as a mouse is used.

HDD209はハードディスクドライブであり、アプリケーションプログラムや各種データが格納される。本実施形態におけるアプリケーションプログラムとは、後述する各種処理を実行するためのソフトウェアプログラム(モジュール)等である。   The HDD 209 is a hard disk drive, and stores application programs and various data. The application program in the present embodiment is a software program (module) for executing various processes described later.

FDD210は外部記録装置であり、FD213からデータを読み出したり、FD213にデータを記録したりするための装置である。なお、HDD209に格納されるアプリケーションプログラムや各種データをFDD210を介してFD213に格納することも可能である。この場合、FDD210は、アプリケーションプログラムや各種データをFD213から読み出したり、FD213に記録したりするために用いられる。   The FDD 210 is an external recording device, and is a device for reading data from the FD 213 and recording data on the FD 213. Note that application programs and various data stored in the HDD 209 can be stored in the FD 213 via the FDD 210. In this case, the FDD 210 is used for reading application programs and various data from the FD 213 and recording them in the FD 213.

FD213は、FDD210によって読み出しされる記録媒体(例えば、フレキシブルディスク(FD)や外付けハードディスク)である。なお、記録媒体は、フレキシブルディスクに限らず、光記録媒体(例えば、CD−ROM)、光磁気記録媒体(例えば、MO)、半導体記録媒体(例えば、メモリカード)等の取り外し可能なデータ記録装置(リムーバブル・メディア)で構成されていてもよい。   The FD 213 is a recording medium (for example, a flexible disk (FD) or an external hard disk) read by the FDD 210. The recording medium is not limited to a flexible disk, but is a removable data recording device such as an optical recording medium (for example, CD-ROM), a magneto-optical recording medium (for example, MO), and a semiconductor recording medium (for example, a memory card). (Removable media).

PRTC211は、プリンタコントローラであり、PRT212への出力信号を制御する。PRT212はプリンタ(印刷装置、画像形成装置)であり、例えばLBP(Laser Beam Printer)等が用いられる。システムバス200は、上述した各ユニット間を接続するための伝送バス(アドレスバス、データバス、入出力バス、及び制御バス)である。   A PRTC 211 is a printer controller and controls an output signal to the PRT 212. The PRT 212 is a printer (printing apparatus, image forming apparatus), and for example, an LBP (Laser Beam Printer) or the like is used. The system bus 200 is a transmission bus (address bus, data bus, input / output bus, and control bus) for connecting the above-described units.

図3は、図1におけるクライアントPC101、サーバ102のソフトウェア構成の一例を示すブロック図である。   FIG. 3 is a block diagram showing an example of the software configuration of the client PC 101 and the server 102 in FIG.

図3において、301〜308は処理モジュールである。これら処理モジュールは、図2に示したROM203、HDD209、又はFD213より読み込まれてRAM202に展開され、CPU201で使用されるアプリケーションプログラム又はプログラムの一部として動作する。   In FIG. 3, reference numerals 301 to 308 denote processing modules. These processing modules are read from the ROM 203, HDD 209, or FD 213 shown in FIG. 2 and expanded in the RAM 202, and operate as part of an application program or a program used by the CPU 201.

ファイル選択モジュール301は、HTMLで記述されたファイル選択フォーム(HTMLフォーム)を操作画面としてCRT206に表示し、サーバ102にアップロードするファイルの選択を操作画面上で使用者から受け付ける機能を有する。また、ファイル選択モジュール301は、使用者により選択された1つ又は複数のファイルのファイルパスの文字列をファイルパスソートモジュール302に渡す。さらに、ファイル選択モジュール301は、使用者により選択された複数のファイルパスの文字列を比較し、同じファイルパスの文字列が存在した場合は、該当するファイルパスを警告メッセージ表示モジュール306に渡す。   The file selection module 301 has a function of displaying a file selection form (HTML form) described in HTML on the CRT 206 as an operation screen and accepting selection of a file to be uploaded to the server 102 from the user on the operation screen. Also, the file selection module 301 passes the file path character strings of one or more files selected by the user to the file path sorting module 302. Furthermore, the file selection module 301 compares the character strings of a plurality of file paths selected by the user, and if there are character strings with the same file path, the file selection module 301 passes the corresponding file path to the warning message display module 306.

ファイルパスソートモジュール302は、ファイル選択モジュール301から受け取った複数のファイルパスの文字列を昇順又は降順でソートする機能を有する。なお、昇順、降順のどちらを使用しても構わない。ソートされた後のファイルパスの文字列は、ファイルパス分割モジュール303へ渡される。   The file path sorting module 302 has a function of sorting character strings of a plurality of file paths received from the file selection module 301 in ascending order or descending order. Note that either ascending order or descending order may be used. The sorted character string of the file path is passed to the file path dividing module 303.

ファイルパス分割モジュール303は、ソート後のファイルパスの文字列を解析して、ドライブ名、フォルダ名、ファイル名の区切り文字(または区切り記号。以下同)で分割し、分割したドライブ名、フォルダ名、ファイル名をファイルパスの配列として格納する機能を有する。   The file path division module 303 analyzes the character string of the sorted file path and divides it by a drive name, folder name, and file name delimiter (or delimiter, hereinafter the same), and the divided drive name and folder name , And a function of storing file names as an array of file paths.

階層表示モジュール304は、格納されたファイルパスの配列からドライブ名、フォルダ名の等しいものでグループ化し、グループ化したものでクライアントPC101のCRT206にファイルパスを階層表示する機能を有する。   The hierarchy display module 304 has a function of grouping the stored file path arrangements with the same drive name and folder name and displaying the file paths on the CRT 206 of the client PC 101 in a hierarchy.

警告メッセージ表示モジュール306は、ファイル選択モジュール301からファイルパスの文字列を受け取り、クライアントPC101のCRT206に、同じファイルが存在する旨の警告表示を行う機能を有する。   The warning message display module 306 has a function of receiving a file path character string from the file selection module 301 and displaying a warning indicating that the same file exists on the CRT 206 of the client PC 101.

合計ファイル数表示モジュール307は、グループ化されたドライブ、フォルダより下の階層に存在するファイル数の合計を計算し、クライアントPC101のCRT206に階層表示のドライブ名、フォルダ名と共にファイル数を表示する機能を有する。ファイル送信モジュール305は、ファイル選択モジュール301で選択された1つ又は複数のファイルをクライアントPC101からサーバ102へ送信する機能を有する。   The total file number display module 307 calculates the total number of files existing in the hierarchy below the grouped drive and folder, and displays the number of files together with the drive name and folder name in the hierarchy display on the CRT 206 of the client PC 101. Have The file transmission module 305 has a function of transmitting one or more files selected by the file selection module 301 from the client PC 101 to the server 102.

サーバ102において、ファイル受信モジュール308は、クライアントPC101からファイルを受信してサーバ102内に格納する機能を有する。   In the server 102, the file receiving module 308 has a function of receiving a file from the client PC 101 and storing it in the server 102.

次に、クライアントPC101からサーバ102へのファイルアップロード時の動作処理について説明する。   Next, an operation process at the time of uploading a file from the client PC 101 to the server 102 will be described.

図4は、ファイルのアップロードを行う際にクライアントPC101のCRT206に表示された操作画面の一部を示す図である。   FIG. 4 is a diagram showing a part of the operation screen displayed on the CRT 206 of the client PC 101 when uploading a file.

図4において、401はファイル選択モジュール301がクライアントPC101のCRT206に表示する操作画面の一部であり、HTMLによって記述された画面をWebブラウザで表示したものである。操作画面401には、ファイル番号402、テキスト入力フィールド403、ファイル選択ダイアログ表示ボタン404、及びアップロード開始ボタン405が配置されている。   In FIG. 4, 401 is a part of an operation screen displayed on the CRT 206 of the client PC 101 by the file selection module 301, and a screen described in HTML is displayed on a Web browser. On the operation screen 401, a file number 402, a text input field 403, a file selection dialog display button 404, and an upload start button 405 are arranged.

使用者が操作画面401上のファイル選択ダイアログ表示ボタン404を押下(クリック)すると、ファイル選択ダイアログ(不図示)が表示される。次に、使用者は、ファイル選択ダイアログを操作してアップロードを行うファイルを選択する。ファイル選択モジュール301は、不図示のファイル選択ダイアログ上で選択されたファイルのファイルパスをテキスト入力フィールド403に表示する。図示例では、テキスト入力フィールド403にファイルパスの文字列「C:\image\20081128\IMG0002.jpg」が表示される。ファイルを選択する方法として、選択したいファイルのファイルパスをテキスト入力フィールド403に直接入力してもよいし、専用アップロードプログラムへのコマンドライン入力によってファイルを選択してもよい。   When the user presses (clicks) a file selection dialog display button 404 on the operation screen 401, a file selection dialog (not shown) is displayed. Next, the user selects a file to be uploaded by operating a file selection dialog. The file selection module 301 displays the file path of the file selected on the file selection dialog (not shown) in the text input field 403. In the illustrated example, a character string “C: \ image \ 20081128 \ IMG0002.jpg” of the file path is displayed in the text input field 403. As a method for selecting a file, the file path of the file to be selected may be directly input in the text input field 403, or the file may be selected by command line input to a dedicated upload program.

なお、テキスト入力フィールド403には表示可能文字列数が設定されていることから、この表示可能文字列数よりもファイルパスの文字列数が多い場合、ファイルパスの先頭文字列から表示可能文字列数までがテキスト入力フィールド403に表示される。使用者がテキスト入力フィールド403に表示されていないファイルパスの文字列を確認したい場合、表示されている文字列をスクロールすることで確認することができる。   Since the number of displayable character strings is set in the text input field 403, if the number of character strings in the file path is larger than the number of displayable character strings, the displayable character strings from the first character string in the file path. Up to the number is displayed in the text input field 403. When the user wants to check a character string of a file path that is not displayed in the text input field 403, the user can check it by scrolling the displayed character string.

1つ又は複数のテキスト入力フィールド403に表示されている全てのファイルパスの文字列は、ファイル選択モジュール301によりファイルパスソートモジュール302に渡される。ここで複数のファイルパスが選択された場合、ファイル選択モジュール301は、全てのファイルパスの文字列を比較し、同じファイルパスの文字列が存在した場合は、該当するファイルパスを警告メッセージ表示モジュール306に渡す。なお、1つのファイルのみが選択されていた場合、ファイル選択モジュール301は、ファイルパスソートモジュール302にファイルパスの文字列を渡すことなく、ファイルパス分割モジュール303に渡すように構成してもよい。   All the file path character strings displayed in the one or more text input fields 403 are passed to the file path sorting module 302 by the file selection module 301. Here, when a plurality of file paths are selected, the file selection module 301 compares the character strings of all the file paths, and when character strings of the same file path exist, the corresponding file path is displayed as a warning message display module. To 306. Note that when only one file is selected, the file selection module 301 may be configured to pass the file path character string to the file path division module 303 without passing the file path character string to the file path sort module 302.

次に、ファイルパス分割モジュール303によるファイルパスの分割及びグループ化の方法について説明する。   Next, a method of dividing and grouping file paths by the file path dividing module 303 will be described.

図5は、ファイルパスを分割してドライブ名、フォルダ名、ファイル名毎にグループ化する方法を説明するための図であり、(a)は分割されたファイルパスの一例を示し、(b)はグループ化されたファイルパスの一例を示す。図示例では、4つのファイルのファイルパスが選択されたものとする。   FIG. 5 is a diagram for explaining a method of dividing a file path into groups for each drive name, folder name, and file name. FIG. 5A shows an example of a divided file path, and FIG. Indicates an example of grouped file paths. In the illustrated example, it is assumed that file paths of four files are selected.

図5(a)において、ファイルパス分割モジュール303は、例えば、ファイルパスソートモジュール302により昇順にソートされたファイルパスの文字列をドライブ名、フォルダ名、ファイル名の区切り文字で分割し、ファイルパスの配列506に格納する。ファイルパスの配列506は、ファイルパス分割モジュール303から階層表示モジュール304へ渡される。なお、ファイルパスの配列506は、分割されたファイルパスを格納するための仮想的なものであり、実際には、RAM202やHDD209内に設けられた記憶領域である。   In FIG. 5A, the file path dividing module 303 divides a character string of the file path sorted in ascending order by the file path sorting module 302 by a drive name, folder name, and file name delimiter, for example. Is stored in the array 506. The file path array 506 is passed from the file path division module 303 to the hierarchy display module 304. The file path array 506 is a virtual one for storing the divided file paths, and is actually a storage area provided in the RAM 202 or the HDD 209.

ファイルパスの区切り文字としては、「/」や「¥」を用いられるが、本実施形態では「¥」を用いている。なお、ファイルパスの文字列の先頭が区切り文字で始まる場合は、先頭の区切り文字の次の文字列から配列の1番目として扱う。これは、クライアントPC101のOSがWindows(登録商標)の場合、ファイルパスの文字列の先頭にドライブ名(「C:」等)が入るが、Mac OS、Linux(登録商標)等のOSのファイルパスは区切り文字「/」から始まるためである。   As the file path delimiter, “/” or “¥” is used. In this embodiment, “¥” is used. When the beginning of the character string of the file path begins with a delimiter, it is treated as the first in the array from the character string next to the first delimiter. When the OS of the client PC 101 is Windows (registered trademark), the drive name (“C:”, etc.) is placed at the beginning of the file path character string, but the OS file such as Mac OS, Linux (registered trademark), etc. This is because the path starts with the delimiter “/”.

ファイルパスの配列506において、1列目のドライブ名501にはドライブ名が格納され、2,3列目のフォルダ名502,503にはフォルダ名が格納され、4列目(最後)のファイル名504にはファイル名が格納されている。ドライブ名501、フォルダ名502,503、ファイル名504には、それぞれに配列番号505が割り当てられている。本実施の形態では、ドライブ名501に配列番号[1]、フォルダ名502,503には配列番号[2],[3]、ファイル名504には配列番号[4]が割り当てられている。   In the file path array 506, the drive name is stored in the drive name 501 in the first column, the folder name is stored in the folder names 502 and 503 in the second and third columns, and the file name in the fourth column (last). A file name 504 is stored. An array number 505 is assigned to each of the drive name 501, the folder names 502 and 503, and the file name 504. In the present embodiment, array number [1] is assigned to drive name 501, array numbers [2] and [3] are assigned to folder names 502 and 503, and array number [4] is assigned to file name 504.

なお、本実施形態では、1つのファイルパスが4つに分割された場合について説明するが、これに限定されず、5つ以上であっても3つ以下であってもよい。また、複数のファイルパスにおける各ファイルパスが同じ数に分割される必要はなく、互いに異なる数に分割されてもよいことは云うまでもない。503のマル付き数字1〜4は、上述した操作画面上のファイル番号402である。   In the present embodiment, a case where one file path is divided into four will be described. However, the present invention is not limited to this, and may be five or more or three or less. Needless to say, the file paths in a plurality of file paths need not be divided into the same number, and may be divided into different numbers. Numbers 1 to 4 with a circle 503 are the file numbers 402 on the operation screen described above.

次に、階層表示モジュール304が、ファイルパスの配列506からドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化する流れを図5(b)を参照して説明する。   Next, a flow in which the hierarchy display module 304 groups drives and folders with the same drive name and folder name from the file path array 506 will be described with reference to FIG.

まず、階層表示モジュール304は、先頭の配列番号[1]に格納されている文字列を比較し、同じ文字列の配列についてはグループ化を行う(図示のグループ511)。同じ文字列が存在しない単一の文字列についても一つの文字列でグループ化を行う(図示のグループ512)。   First, the hierarchical display module 304 compares the character strings stored in the first array element number [1], and groups the arrays of the same character strings (group 511 in the drawing). A single character string that does not have the same character string is also grouped with one character string (group 512 in the figure).

次に、配列番号[1]で同じグループ511となったファイルパスの中で、2番目の配列番号[2]に格納されている文字列を比較し、同じ文字列の配列について同様にグループ化を行う(図示のグループ513)。単一のファイルパスのグループ512についても配列番号[2]のグループ化を行う(図示のグループ514)。このとき、前の配列(例えば、配列番号[1])のグループに含まれるファイルパスの数よりも後ろの配列(例えば、配列番号[2])のグループに含まれるファイルパスの数が多くなることはない。   Next, the character strings stored in the second array number [2] are compared in the file paths in the same group 511 with the array number [1], and the same character string array is similarly grouped. (Group 513 in the figure). The grouping of the array element number [2] is also performed for the group 512 of a single file path (group 514 in the figure). At this time, the number of file paths included in the group of the subsequent array (for example, array number [2]) is larger than the number of file paths included in the group of the previous array (for example, array number [1]). There is nothing.

次に、配列番号[2]で同じグループ513となったファイルパスの中で、3番目の配列番号[3]に格納されている文字列を比較し、同じ文字列の配列について同様にグループ化を行う(図示のグループ515,516)。同様に、配列番号[2]の単一のファイルパスのグループ514についても配列番号[3]のグループ化を行う(図示のグループ517)。   Next, the character strings stored in the third array number [3] are compared in the file paths in the same group 513 with the array number [2], and the same character string array is similarly grouped. (Groups 515 and 516 shown in the figure). Similarly, grouping of array number [3] is also performed for group 514 of a single file path with array number [2] (group 517 in the figure).

次に、配列番号[3]で同じグループ515となったファイルパスの中で、4番目の配列番号[4]に格納されている文字列の比較し、同じ文字列の配列について同様にグループ化を行う。ここで、比較する文字列がファイル名であった場合、そのファイルパスのグループ化は終了となる。文字列がファイル名であるかどうかは、配列番号[n]がファイルパスの最後であるかどうかで判定される。なお、文字列がファイル名であるかどうかの判定は、文字列に拡張子が付与されているかどうかで判定してもよい。   Next, the character strings stored in the fourth array number [4] are compared in the file paths in the same group 515 with the array number [3], and the same character string array is similarly grouped. I do. Here, when the character string to be compared is a file name, the grouping of the file path ends. Whether or not the character string is a file name is determined by whether or not the array number [n] is the end of the file path. Note that whether or not the character string is a file name may be determined based on whether or not an extension is given to the character string.

他のグループについても、配列番号[4]のグループに格納されている文字列がファイル名であることから、それらのファイルパスのグループ化を終了する。   For the other groups, since the character string stored in the group with the array number [4] is the file name, the grouping of these file paths ends.

このように、先頭の配列から同じ文字列のファイルパスをグループ化し、次の配列では前の配列で同じグループであったファイルパスの中で配列に格納されている文字列を比較してグループ化を行っていく。そして、配列に格納されている文字列がファイル名になるまで比較を繰り返し、ファイル名が格納されていればグループ化を終了する。   In this way, file paths of the same character string are grouped from the first array, and in the next array, the character strings stored in the array are compared and grouped in the file path that was the same group in the previous array. I will go. The comparison is repeated until the character string stored in the array becomes the file name. If the file name is stored, the grouping is terminated.

階層表示モジュール304は、上述した方法でグループ化したファイルパスの情報に基づいて、クライアントPC101のCRT206にファイルパスを階層表示する。階層表示された画面の一例を図6に示す。なお、上述した方法でグループ化したファイルパスの情報とは、例えば、図5(b)に示すようなファイルパスの配列を意味する。   The hierarchical display module 304 hierarchically displays the file paths on the CRT 206 of the client PC 101 based on the file path information grouped by the method described above. An example of a hierarchically displayed screen is shown in FIG. Note that the file path information grouped by the above-described method means, for example, an array of file paths as shown in FIG.

次に、階層表示モジュール304が、グループ化したファイルパスを階層表示する動作について図6を参照して説明する。   Next, an operation in which the hierarchical display module 304 displays hierarchically the grouped file paths will be described with reference to FIG.

図6において、操作画面401上の階層表示部610には、上述した4つファイルパスの階層表示がなされている。このとき、階層表示モジュール304は、ファイルパスの先頭の配列であるドライブのアイコンから順番に操作画面に配置し、続いてフォルダのアイコン、最後にファイルのアイコンを配置する。   In FIG. 6, the hierarchy display unit 610 on the operation screen 401 displays the above-described hierarchy of the four file paths. At this time, the hierarchical display module 304 arranges the drive icon, which is the first array in the file path, in order on the operation screen, followed by the folder icon and finally the file icon.

最初に、図5(b)に示す配列番号[1]の全てのグループ(ドライブ)を縦に並べて画面上に配置する。グループ511に対応するドライブ「C:」のアイコンが611、グループ512に対応するドライブ「D:」のアイコンが612となる。このとき、階層表示モジュール304は、階層表示部610に表示するアイコン画像の配置スペースを考慮して、グループに含まれるファイルパスの数分のアイコン画像の配置スペースを確保する。例えば、グループ511にはファイルパスが3つ含まれているため、アイコン611の配置スペースとして3行分を空けておく。グループ512にはファイルパスが1つ含まれていることから、アイコン612の配置スペースとして1行分を空けておく。   First, all the groups (drives) having the array element number [1] shown in FIG. 5B are arranged vertically on the screen. The icon of the drive “C:” corresponding to the group 511 is 611, and the icon of the drive “D:” corresponding to the group 512 is 612. At this time, the hierarchy display module 304 secures the icon image arrangement space for the number of file paths included in the group in consideration of the icon image arrangement space displayed on the hierarchy display unit 610. For example, since the group 511 includes three file paths, three lines are left as a space for placing the icon 611. Since one file path is included in the group 512, one line is left as an arrangement space for the icon 612.

次に、階層表示モジュール304は、配列番号[2]の全てのグループ(フォルダ)を画面に配置する。配列番号[2]のグループは、同じファイルパスの配列番号[1]のグループ(ドライブ)の右横に配置される。同じファイルパスの配列番号[1]のグループに対して配列番号[2]に複数のグループが存在する場合は、複数のグループが順番に下方向に配置される。グループ513に対応するフォルダ「Image」のアイコンが613、グループ514に対応するフォルダ「Image2」のアイコンが614となる。同様に、配列番号[3]についてもフォルダの配置を行う。   Next, the hierarchy display module 304 arranges all the groups (folders) with the array element number [2] on the screen. The group with the array number [2] is arranged on the right side of the group (drive) with the array number [1] of the same file path. When there are a plurality of groups in array number [2] with respect to the group of array number [1] in the same file path, the plurality of groups are arranged in order downward. The icon of the folder “Image” corresponding to the group 513 is 613, and the icon of the folder “Image2” corresponding to the group 514 is 614. Similarly, the folder is arranged for the array element number [3].

配列番号[2]のグループ513に配列番号[3]のグループは2つ存在するため、アイコン613の横にグループ515に対応するフォルダ「20081128」のアイコン615が配置される。そして、アイコン615の下方にグループ516に対応するフォルダ「20081130」のアイコン616が配置される。このとき、グループ515には2つのファイルパスが含まれているため、アイコン615の配置スペースとして2行分を空けておく。グループ516には1つのファイルパスが含まれているため、アイコン616の配置スペースとして1行分を空けておく。続いて、配列番号[2]のグループ514に存在する配列番号[3]のグループ517に対応するフォルダ「20081130」のアイコン617が配置される。   Since there are two groups with the array number [3] in the group 513 with the array number [2], the icon 615 of the folder “200812128” corresponding to the group 515 is arranged next to the icon 613. Then, an icon 616 of the folder “20081130” corresponding to the group 516 is arranged below the icon 615. At this time, since two file paths are included in the group 515, two lines are left as an arrangement space for the icon 615. Since one file path is included in the group 516, one line is left as an arrangement space for the icon 616. Subsequently, an icon 617 of the folder “200812130” corresponding to the group 517 with the array number [3] existing in the group 514 with the array number [2] is arranged.

次に、階層表示モジュール304は、配列番号[4]の全てのグループ(ファイル)を画面に配置する。本実施形態では、いずれのファイルパスも配列番号[4]が配列の最後であるため、ファイル名が格納されているが、各ファイルパスの配列数は異なってもよい。   Next, the hierarchy display module 304 arranges all the groups (files) having the array element number [4] on the screen. In this embodiment, since the array number [4] is the end of the array in any file path, the file name is stored, but the number of arrays in each file path may be different.

配列番号[3]のグループ515より下位に存在する配列番号[4]のグループ518,519は、いずれも最後の配列である。グループ515に対応するアイコン615の右側には、グループ518に対応するファイル「IMG0001.jpg」のアイコン618、グループ519に対応するファイル「IMG0002.jpg」のアイコン619が配置される。同様に、グループ516に対応するアイコン616の右側にグループ520に対応するファイル「IMG0003.jpg」のアイコン620が配置される。グループ517に対応するアイコン617の右側にグループ521に対応するファイル「IMG0001.jpg」のアイコン621が配置される。   The groups 518 and 519 of the sequence number [4] existing below the group 515 of the sequence number [3] are both the last sequence. On the right side of the icon 615 corresponding to the group 515, an icon 618 of the file “IMG0001.jpg” corresponding to the group 518 and an icon 619 of the file “IMG0002.jpg” corresponding to the group 519 are arranged. Similarly, an icon 620 of the file “IMG0003.jpg” corresponding to the group 520 is arranged on the right side of the icon 616 corresponding to the group 516. An icon 621 of the file “IMG0001.jpg” corresponding to the group 521 is arranged on the right side of the icon 617 corresponding to the group 517.

次に、合計ファイル数表示モジュール307によって、ドライブのアイコン611,612、フォルダのアイコン613〜617に含まれるファイル数の計算が行われる。ファイル数の計算方法は、アイコンに対応するグループに含まれているファイルパスをカウントすることで行われる。例えば、アイコン611に対応するグループ511に含まれるファイルパスは3つであるため、合計ファイル数622は3枚となる。同様に、アイコン613の合計ファイル数623は3枚、アイコン615の合計ファイル数624は2枚、アイコン616の合計ファイル数625は1枚となる。このように、合計ファイル数表示モジュール307により、全てのドライブ、フォルダの合計ファイル数が計算される。   Next, the total file number display module 307 calculates the number of files included in the drive icons 611 and 612 and the folder icons 613 to 617. The method for calculating the number of files is performed by counting the file paths included in the group corresponding to the icon. For example, since there are three file paths included in the group 511 corresponding to the icon 611, the total number of files 622 is three. Similarly, the total number of files 623 of the icons 613 is 3, the total number of files 624 of the icons 615 is 2, and the total number of files 625 of the icons 616 is 1. As described above, the total file number display module 307 calculates the total number of files of all the drives and folders.

最後に、合計ファイル数表示モジュール307は、図示のように、配置したアイコン同士で同じファイルパスであるものを線で結び、アイコン上にドライブ名、フォルダ名、ファイル名、合計ファイル数を記述したものをCRT206に表示する。   Finally, as shown in the figure, the total file number display module 307 connects the arranged icons having the same file path with lines, and describes the drive name, folder name, file name, and total number of files on the icon. Things are displayed on the CRT 206.

次に、クライアントPC101からサーバ102へのファイルアップロード時の一連の動作処理について図7を参照して説明する。   Next, a series of operation processing at the time of file upload from the client PC 101 to the server 102 will be described with reference to FIG.

図7は、クライアントPC101におけるファイルアップロード処理の一例を示すフローチャートである。   FIG. 7 is a flowchart illustrating an example of file upload processing in the client PC 101.

まず、ファイル選択モジュール301は、操作画面を表示して使用者からサーバ102にアップロードするファイルの選択を受け付ける(ステップS701)。例えば、図6に示す操作画面401上で使用者がファイル選択ダイアログ表示ボタン404を押下すると、ファイル選択モジュール301がファイル選択ダイアログ(不図示)を表示する。そして、ファイル選択ダイアログにてファイルが選択されると、ファイル選択モジュール301が、当該ファイルのファイルパスをファイル番号1のテキスト入力フィールド403に表示する。   First, the file selection module 301 displays an operation screen and accepts selection of a file to be uploaded to the server 102 from the user (step S701). For example, when the user presses the file selection dialog display button 404 on the operation screen 401 shown in FIG. 6, the file selection module 301 displays a file selection dialog (not shown). When a file is selected in the file selection dialog, the file selection module 301 displays the file path of the file in the text input field 403 of the file number 1.

ステップS701で複数のファイルパスが選択された場合、ファイル選択モジュール301は、同じファイルパスの文字列が存在するか否かを判別する。この判別の結果、ファイル選択モジュール301で選択されたファイルが同じであった場合(同じファイルパスの文字列が存在した場合)は(ステップS702でYES)、警告メッセージ表示モジュール306へ該当するファイルパスが渡される。   When a plurality of file paths are selected in step S701, the file selection module 301 determines whether or not a character string with the same file path exists. As a result of the determination, if the files selected by the file selection module 301 are the same (if there is a character string with the same file path) (YES in step S702), the corresponding file path to the warning message display module 306 is displayed. Is passed.

同じファイルパスの文字列が存在した場合、警告メッセージ表示モジュール306は、後から選択されたファイルパスについて、重複したファイルパスとしてフラグを持っておく。そして、階層表示モジュール304が重複したファイルパスのフラグを持ったファイルのアイコンを表示する際に、選択されたファイルが重複している旨の警告メッセージ(不図示)をアイコン上に表示し(ステップS707)、アイコンの外枠を強調表示する。なお、メッセージや強調表示等、選択されたファイルが重複している旨を示すために他のメッセージや表現等を用いてもよい。   When the character string of the same file path exists, the warning message display module 306 has a flag as a duplicate file path for the file path selected later. When the hierarchy display module 304 displays an icon of a file having a duplicate file path flag, a warning message (not shown) indicating that the selected file is duplicated is displayed on the icon (step S707), the outer frame of the icon is highlighted. It should be noted that other messages, expressions, etc. may be used to indicate that the selected file is duplicated, such as a message or highlighting.

次に、ファイル選択時に同じファイルパスの文字列が存在しなかった場合(ステップS702でNO)、テキスト入力フィールド403に表示されたファイルパスの文字列をファイルパスソートモジュール302が受け取る。そして、上述したファイルパスの文字列を昇順ソートする(ステップS703)。   Next, when a character string having the same file path does not exist at the time of file selection (NO in step S702), the file path sorting module 302 receives the character string of the file path displayed in the text input field 403. Then, the above-mentioned file path character strings are sorted in ascending order (step S703).

次に、昇順ソートされたファイルパスの文字列をファイルパス分割モジュール303が受け取り、区切り文字「¥」で分割して、図5(a)に示すようなファイルパスの配列506に格納する(ステップS704)。そして、分割されたファイルパスの配列506を階層表示モジュール304が受け取り、階層表示部610にテキスト入力フィールド403に表示されたファイルパスに対応する階層表示を行う(ステップS705)。このとき、選択されたファイルが1つであることから、図6に示すアイコン611,613,615,619が表示されるものとする。ここまでがファイルを一つ選択してからファイルパスが階層表示されるまでの処理になる。   Next, the file path character string sorted in ascending order is received by the file path dividing module 303, divided by the delimiter character “¥”, and stored in the file path array 506 as shown in FIG. S704). Then, the hierarchical display module 304 receives the divided file path array 506, and displays a hierarchical display corresponding to the file path displayed in the text input field 403 on the hierarchical display unit 610 (step S705). At this time, since there is one selected file, icons 611, 613, 615, and 619 shown in FIG. 6 are displayed. This is the process from selecting one file until the file path is displayed hierarchically.

続いて、操作画面401上のファイル選択ダイアログ表示ボタン604が押下されて2つ目のファイルが選択されると、ステップS701〜S705の処理が行われ、テキスト入力フィールド603に表示されたファイルパスの階層表示が行われる。このとき、選択されたファイルが2つであることから、図6に示すアイコン611,613,615,618,619が表示されるものとする。また、2つのファイルが昇順ソートされることから、ファイル番号1に対応するアイコン619とファイル番号2に対応するアイコン618が画面上で上下逆に配置される。   Subsequently, when the file selection dialog display button 604 on the operation screen 401 is pressed to select the second file, the processing of steps S701 to S705 is performed, and the file path displayed in the text input field 603 is displayed. A hierarchical display is performed. At this time, since there are two selected files, the icons 611, 613, 615, 618, and 619 shown in FIG. 6 are displayed. Since the two files are sorted in ascending order, the icon 619 corresponding to the file number 1 and the icon 618 corresponding to the file number 2 are arranged upside down on the screen.

続いて、操作画面401上でファイル選択ダイアログ表示ボタン606が押下されて3つ目のファイルが選択されると、同様に、ステップS701からS705の処理が行われ、テキスト入力フィールド605に表示されたファイルパスの階層表示が行われる。このとき、選択されたファイルが3つであることから、図6に示すアイコン611,613,615,616,618,619,620が表示されるものとする。また、3つのファイルが昇順ソートされることから、ファイル番号3に対応するアイコン620がアイコン619の下方に配置される。   Subsequently, when the file selection dialog display button 606 is pressed on the operation screen 401 and the third file is selected, the processing from step S701 to S705 is similarly performed and displayed in the text input field 605. The file path hierarchy is displayed. At this time, since there are three selected files, icons 611, 613, 615, 616, 618, 619, and 620 shown in FIG. 6 are displayed. Further, since the three files are sorted in ascending order, the icon 620 corresponding to the file number 3 is arranged below the icon 619.

続いて、操作画面401上でファイル選択ダイアログ表示ボタン608が押下されて4つ目のファイルが選択されると、同様に、ステップS701からS705の処理が行われ、テキスト入力フィールド607に表示されたファイルパスの階層表示が行われる。このとき、選択されたファイルが4つであることから、図6に示すアイコン611〜621が表示されるものとする。また、4つのファイルが昇順ソートされることから、ファイル番号4に対応するアイコン612,614,617,621がアイコン616,620の下方に配置される。このように、使用者が新規にファイル選択を行う度に、新しいファイルが追加された階層表示が行われる。   Subsequently, when the file selection dialog display button 608 is pressed on the operation screen 401 to select the fourth file, similarly, the processing from step S701 to S705 is performed and displayed in the text input field 607. The file path hierarchy is displayed. At this time, since there are four selected files, icons 611 to 621 shown in FIG. 6 are displayed. Since the four files are sorted in ascending order, the icons 612, 614, 617, and 621 corresponding to the file number 4 are arranged below the icons 616 and 620. In this way, each time a user selects a new file, a hierarchical display in which a new file is added is performed.

ファイル選択を終えてアップロード開始ボタン405が押下されると(ステップS706でYES)、ファイル送信モジュール305が、選択された全てのファイルをクライアントPC101からネットワーク100を介してサーバ102へ送信される。そして、サーバ102は、ファイル受信モジュール308によってファイルを受信し、受信したファイルを格納する。   When the file selection is completed and the upload start button 405 is pressed (YES in step S706), the file transmission module 305 transmits all the selected files from the client PC 101 to the server 102 via the network 100. Then, the server 102 receives the file by the file receiving module 308 and stores the received file.

上記第1の実施形態によれば、クライアントPCからサーバにアップロードするファイルを操作画面上で選択させ、当該ファイルのファイルパスの文字列をソートし、ソート後のファイルパスを解析してドライブ名、フォルダ名、ファイル名に分割する。そして、分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化してファイルパスが表示された操作画面上に階層表示する。これにより、クライアントPCからネットワーク上のサーバにファイルをアップロードする際に、選択されたファイルの階層や位置関係、ファイル名を使用者にわかりやすく表示することができる。その結果、使用者の操作ミスを低減させることが可能になる。   According to the first embodiment, the file to be uploaded from the client PC to the server is selected on the operation screen, the character string of the file path of the file is sorted, the file path after sorting is analyzed, and the drive name, Divide into folder name and file name. The divided drive names and folder names are grouped into drives and folders and displayed in a hierarchy on the operation screen on which file paths are displayed. Thereby, when uploading a file from the client PC to a server on the network, the hierarchy, positional relationship, and file name of the selected file can be displayed in an easy-to-understand manner for the user. As a result, it is possible to reduce user operation errors.

また、操作画面上のテキスト入力フィールドに表示されたファイルパスのスクロール等の操作を行わなくても、ファイルパスが階層表示された画面上で容易にファイル名を確認することができる。   Further, the file name can be easily confirmed on the screen in which the file paths are displayed hierarchically without performing an operation such as scrolling the file path displayed in the text input field on the operation screen.

[第2の実施形態]
本発明の第2の実施の形態に係る情報処理装置は、その情報処理装置が接続されたネットワークシステム構成(図1)及びハードウェア構成(図2)が上記第1の実施の形態と同じである。以下に、上記第1の実施の形態と異なる点のみを説明する。
[Second Embodiment]
The information processing apparatus according to the second embodiment of the present invention has the same network system configuration (FIG. 1) and hardware configuration (FIG. 2) to which the information processing apparatus is connected as in the first embodiment. is there. Only differences from the first embodiment will be described below.

図8は、本発明の第2の実施形態におけるクライアントPC101、サーバ102のソフトウェア構成の一例を示すブロック図である。   FIG. 8 is a block diagram showing an example of the software configuration of the client PC 101 and the server 102 in the second embodiment of the present invention.

図8において、801〜810,821〜826は処理モジュールである。これら処理モジュールは、図2に示したROM203、HDD209、又はFD213より読み込まれてRAM202に展開され、CPU201で使用されるアプリケーションプログラム又はプログラムの一部として動作する。登録ファイル記憶部811、登録ファイルパス記憶部812は、サーバ102内のHDD209等に確保された記憶領域(または記憶装置)である。   In FIG. 8, reference numerals 801 to 810 and 821 to 826 denote processing modules. These processing modules are read from the ROM 203, HDD 209, or FD 213 shown in FIG. 2 and expanded in the RAM 202, and operate as part of an application program or a program used by the CPU 201. The registered file storage unit 811 and the registered file path storage unit 812 are storage areas (or storage devices) secured in the HDD 209 or the like in the server 102.

ファイル送信モジュール801は、HTMLで記述されたファイル選択フォームを操作画面としてCRT206に表示し、使用者により操作画面上で選択されたファイルをサーバ102へ送信する機能を有する。また、ファイル送信モジュール801は、アップロードするファイルのファイルパスを送信する機能を有する。   The file transmission module 801 has a function of displaying a file selection form described in HTML on the CRT 206 as an operation screen, and transmitting a file selected on the operation screen by the user to the server 102. The file transmission module 801 has a function of transmitting the file path of the file to be uploaded.

ファイル受信モジュール802は、クライアントPC101から送信されたファイルとファイルパスを受信し、ファイルを登録ファイル記憶部811に格納する機能を有する。ファイルパス登録モジュール803は、ファイル受信モジュール802で受信したファイルパスの文字列を登録ファイルパス記憶部812に格納する機能を有する。   The file receiving module 802 has a function of receiving the file and file path transmitted from the client PC 101 and storing the file in the registered file storage unit 811. The file path registration module 803 has a function of storing the file path character string received by the file reception module 802 in the registered file path storage unit 812.

使用者が図4に示すような操作画面401上のファイル選択ダイアログ表示ボタン404を押下(クリック)すると、ファイル選択ダイアログ(不図示)が表示される。次に、使用者は、ファイル選択ダイアログ406を操作してアップロードを行うファイルを選択する。   When the user presses (clicks) a file selection dialog display button 404 on the operation screen 401 as shown in FIG. 4, a file selection dialog (not shown) is displayed. Next, the user operates the file selection dialog 406 to select a file to be uploaded.

ファイル送信モジュール801は、不図示のファイル選択ダイアログ上で選択されたファイルのファイルパスをテキスト入力フィールド403に表示する。ファイルを選択する方法として、選択したいファイルのファイルパスをテキスト入力フィールド403に直接入力してもよいし、専用アップロードプログラムへのコマンドライン入力によってファイルを選択してもよい。   The file transmission module 801 displays the file path of the file selected on the file selection dialog (not shown) in the text input field 403. As a method for selecting a file, the file path of the file to be selected may be directly input in the text input field 403, or the file may be selected by command line input to a dedicated upload program.

なお、テキスト入力フィールド403には表示可能文字列数が設定されていることから、この表示可能文字列数よりもファイルパスの文字列数が多い場合、ファイルパスの先頭文字列から表示可能文字列数までがテキスト入力フィールド403に表示される。使用者がテキスト入力フィールド403に表示されていないファイルパスの文字列を確認したい場合、表示されている文字列をスクロールすることで確認することができる。   Since the number of displayable character strings is set in the text input field 403, if the number of character strings in the file path is larger than the number of displayable character strings, the displayable character strings from the first character string in the file path. Up to the number is displayed in the text input field 403. When the user wants to check a character string of a file path that is not displayed in the text input field 403, the user can check it by scrolling the displayed character string.

ファイル選択を終えてアップロード開始ボタン405が押下されると、ファイル送信モジュール801は、選択されたすべてのファイルとファイルパスの文字列をネットワーク100を介してサーバ102に送信する。そして、サーバ102は、ファイル受信モジュール802によってファイルを受信し、受信したファイルを登録ファイル記憶部811に格納する。また、受信したファイルパスは、ファイルパス登録モジュール803によって登録ファイルパス記憶部812に格納される。   When the upload start button 405 is pressed after finishing the file selection, the file transmission module 801 transmits all the selected files and the character strings of the file paths to the server 102 via the network 100. Then, the server 102 receives the file by the file reception module 802 and stores the received file in the registered file storage unit 811. The received file path is stored in the registered file path storage unit 812 by the file path registration module 803.

ファイルパスソートモジュール804は、登録ファイルパス記憶部812から取得した複数のファイルパスの文字列を昇順又は降順でソートする機能を有する。なお、昇順、降順のどちらを使用しても構わないが、ソートされた結果のファイルパスの順番に基づいて、階層情報作成モジュール806で階層情報が作成される。ソートされた後のファイルパスの文字列は、ファイルパス分割モジュール805へ渡される。   The file path sorting module 804 has a function of sorting character strings of a plurality of file paths acquired from the registered file path storage unit 812 in ascending order or descending order. Either the ascending order or the descending order may be used, but the hierarchy information creation module 806 creates the hierarchy information based on the order of the file path as the sorted result. The sorted character string of the file path is passed to the file path dividing module 805.

ファイルパス分割モジュール805は、ソート後のファイルパスの文字列を解析してドライブ名、フォルダ名、ファイル名の区切り文字で分割し、各ドライブ名、フォルダ名、ファイル名を図5(a)に示すようなファイルパスの配列として格納する機能を有する。分割方法の詳細については、上記第1の実施形態で説明した通りである。分割後のファイルパスの配列506は、階層情報作成モジュール806へ渡される。   The file path division module 805 analyzes the character string of the sorted file path and divides it by a drive name, folder name, and file name delimiter, and shows each drive name, folder name, and file name in FIG. It has a function of storing as an array of file paths as shown. The details of the dividing method are as described in the first embodiment. The divided file path array 506 is passed to the hierarchy information creation module 806.

階層情報作成モジュール806は、上記ファイルパスの配列からドライブ名、フォルダ名の等しいものでグループ化した階層情報を作成し、クライアントPC101へ階層情報を送信する機能を有する。ドライブ名、フォルダ名のグループ化の方法については、上記第1の実施形態における図5(b)で説明した内容と同じであり、その説明は省略する。ファイルパスの階層情報は、上記第1の実施形態における図6で説明したファイルパスの階層表示方法に必要な情報であって、例えば、ドライブやフォルダのアイコンの配置情報やアイコン間の結線情報等が含まれる。   The hierarchy information creation module 806 has a function of creating hierarchy information grouped with the same drive name and folder name from the above file path arrangement and transmitting the hierarchy information to the client PC 101. The method of grouping drive names and folder names is the same as that described with reference to FIG. 5B in the first embodiment, and description thereof is omitted. The file path hierarchy information is information necessary for the file path hierarchy display method described with reference to FIG. 6 in the first embodiment. For example, the arrangement information of icons of drives and folders, the connection information between icons, and the like. Is included.

なお、操作画面上に配置されるファイルのアイコンは、例えば、対応するファイルが画像である場合は画像のサムネイル画像となり、動画である場合は動画の代表サムネイル画像となるが、ファイルを容易に識別できる方法であればどのような方法であってもよい。また、使用者がクライアントPC101で新規選択ファイル結合モジュール309を使用する場合は、上記階層情報に登録ファイルパス記憶部812から取得した登録済みファイルパスの文字列を付加しておく。   The file icon arranged on the operation screen is, for example, a thumbnail image of the image if the corresponding file is an image, and a representative thumbnail image of the movie if the file is a movie. Any method can be used as long as it is possible. When the user uses the newly selected file combination module 309 on the client PC 101, the registered file path character string acquired from the registered file path storage unit 812 is added to the hierarchy information.

合計ファイル数計算モジュール807は、各ドライブ、フォルダに含まれる合計ファイル数を計算する機能を有する。また、合計ファイル数計算モジュール807は、計算した合計ファイル数の情報を階層情報に付加してクライアントPC101に送信することもできる。ファイル数の計算方法については、上記第1の実施形態で説明した通りである。なお、上記ファイルの階層情報は、HTMLやXML等のマークアップ言語でもよいし、画像等のイメージ情報であってもかまわない。   The total file number calculation module 807 has a function of calculating the total number of files included in each drive and folder. Also, the total file number calculation module 807 can add the calculated total file number information to the hierarchy information and transmit it to the client PC 101. The method for calculating the number of files is as described in the first embodiment. Note that the hierarchical information of the file may be a markup language such as HTML or XML, or image information such as an image.

階層表示モジュール808は、サーバ102からファイルの階層情報を受信し、この階層情報に基づいてCRT206にファイルパスを階層表示する機能を有する。ファイルの階層情報に上記合計ファイル数の情報が付加されていた場合、階層表示モジュール808は、各ドライブ、各フォルダに含まれる合計ファイル数を合わせて表示することができる。   The hierarchy display module 808 has a function of receiving file hierarchy information from the server 102 and hierarchically displaying file paths on the CRT 206 based on this hierarchy information. When the information on the total number of files is added to the file hierarchy information, the hierarchy display module 808 can display the total number of files included in each drive and each folder together.

新規選択ファイル結合モジュール809は、既にサーバにアップロード済みのファイルと新規選択ファイルをマージした階層情報を表示する機能を有する。新規選択ファイル結合モジュール809には、以下に説明する各種モジュールが含まれる。   The newly selected file combination module 809 has a function of displaying hierarchical information obtained by merging a file already uploaded to the server and the newly selected file. The newly selected file combination module 809 includes various modules described below.

登録済みファイルパス取得モジュール821は、階層情報から登録済みファイルパスの文字列とファイル送信モジュール801で選択された新規選択ファイルのファイルパス文字列を取得し、これらのファイルパスの文字列をマージする機能を有する。また、登録済みファイルパス取得モジュール821は、登録済みファイルパスの文字列と新規選択されたファイルのファイルパスの文字列について、同じファイルパスの文字列が存在しないかを比較する機能を有する。同じファイルパスの文字列が存在した場合、同じファイルパスの文字列を警告メッセージ表示モジュール826に渡す。そして、登録済みファイルパス取得モジュール821は、同じファイルパスの文字列が存在しても冗長がないように、これらのファイルパスの文字列をマージして、ファイルパスの文字列をマージしたファイルパスソートモジュール822に渡す。   The registered file path acquisition module 821 acquires the registered file path character string and the file path character string of the newly selected file selected by the file transmission module 801 from the hierarchy information, and merges these file path character strings. It has a function. The registered file path acquisition module 821 has a function of comparing the character string of the registered file path and the character string of the file path of the newly selected file to see if the character string of the same file path exists. If character strings with the same file path exist, the character strings with the same file path are passed to the warning message display module 826. Then, the registered file path acquisition module 821 merges these file path character strings so that there is no redundancy even if the same file path character strings exist, and merges the file path character strings. Pass to the sort module 822.

マージしたファイルパスソートモジュール822は、マージしたファイルパスの文字列を昇順又は降順でソートする機能を有する。なお、昇順、降順のどちらを使用しても構わない。ソートされた後のマージしたファイルパスの文字列は、マージしたファイルパス分割モジュール823へ渡される。   The merged file path sorting module 822 has a function of sorting character strings of merged file paths in ascending order or descending order. Note that either ascending order or descending order may be used. The character string of the merged file path after the sorting is passed to the merged file path division module 823.

マージしたファイルパス分割モジュール823は、ソート後のマージしたファイルパスの文字列を解析してドライブ名、フォルダ名、ファイル名の区切り文字で分割し、各ドライブ名、フォルダ名、ファイル名をファイルパスの配列として格納する機能を有する。   The merged file path dividing module 823 analyzes the character string of the merged file path after sorting, and divides it with the drive name, folder name, and file name delimiter, and each drive name, folder name, and file name is converted into a file path. The function of storing as an array of

マージした階層情報表示モジュール824は、上記ファイルパスの配列からドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化した「マージした階層情報」を作成する機能を有する。また、クライアントPC101のCRT206に「マージした階層情報」を表示する機能を有する。   The merged hierarchy information display module 824 has a function of creating “merge hierarchy information” by grouping drives and folders with the same drive name and folder name from the above file path arrangement. Further, the client PC 101 has a function of displaying “merged hierarchy information” on the CRT 206 of the client PC 101.

マージした合計ファイル数表示モジュール825は、階層情報が作成されたときに、各ドライブ、フォルダに含まれるマージした合計ファイル数を計算し、「マージした階層情報」に合計ファイル数の情報を追加して表示する機能を有する。   The merged total file number display module 825 calculates the total number of merged files included in each drive and folder when the hierarchy information is created, and adds information on the total number of files to the “merged hierarchy information”. Has a function to display.

警告メッセージ表示モジュール826は、モジュール821で登録済みファイルと新規選択ファイルのファイルパスの文字列が一致しているものが含まれていた場合、「マージした階層情報」に同じファイルが存在する旨の警告メッセージを付加する機能を有する。合計ファイル数表示モジュール810は、マージした階層情報表示モジュール824でグループ化されたドライブ、フォルダより下の階層に存在するファイル数の合計を計算する機能を有する。また、クライアントPC101のCRT206に階層表示のドライブ名、フォルダ名と共にファイル数を表示する機能を有する。   The warning message display module 826 indicates that the same file exists in the “merged hierarchy information” when the module 821 includes a file whose character string of the file path of the registered file and the newly selected file matches. It has a function to add a warning message. The total file number display module 810 has a function of calculating the total number of files existing in the hierarchy below the drives and folders grouped by the merged hierarchy information display module 824. In addition, the CRT 206 of the client PC 101 has a function of displaying the number of files together with the hierarchically displayed drive name and folder name.

次に、サーバ102がアップロードファイルとファイルパスを受信して登録ファイル記憶部811、登録ファイルパス記憶部812へ格納する流れについて図9を参照して説明する。   Next, a flow in which the server 102 receives an upload file and a file path and stores them in the registered file storage unit 811 and the registered file path storage unit 812 will be described with reference to FIG.

図9は、サーバ102におけるアップロードファイルの受信処理の一例を示すフローチャートである。   FIG. 9 is a flowchart illustrating an example of upload file reception processing in the server 102.

ファイル受信モジュール802は、クライアントPC101からアップロードされたファイルを受信し(ステップS1001)、該ファイルを登録ファイル記憶部811に格納する(ステップS1002)。そして、ファイルパス登録モジュール803は、ファイルと同時に受信したファイルパスの文字列を登録ファイルパス記憶部812に格納する(ステップS1003)。   The file receiving module 802 receives a file uploaded from the client PC 101 (step S1001), and stores the file in the registered file storage unit 811 (step S1002). Then, the file path registration module 803 stores the file path character string received simultaneously with the file in the registered file path storage unit 812 (step S1003).

次に、サーバ102が登録ファイルパス記憶部812からファイルパスを取得し、クライアントPC101へ階層情報を送信する流れについて図10を参照して説明する。   Next, a flow in which the server 102 acquires a file path from the registered file path storage unit 812 and transmits the hierarchy information to the client PC 101 will be described with reference to FIG.

図10は、サーバ102における階層情報の送信処理の一例を示すフローチャートである。   FIG. 10 is a flowchart illustrating an example of transmission processing of hierarchy information in the server 102.

ファイルパスソートモジュール804は、上記ファイルパスの文字列を登録ファイルパス記憶部812から取得する(ステップS1001)。そして、ファイルパスの文字列を昇順又は降順でソートし(ステップS1002)、ソート後のファイルパスの文字列をファイルパス分割モジュール805へ渡す。   The file path sort module 804 acquires the character string of the file path from the registered file path storage unit 812 (step S1001). The file path character strings are sorted in ascending or descending order (step S1002), and the sorted file path character strings are passed to the file path dividing module 805.

ファイルパス分割モジュール805は、上記ソート後のファイルパスの文字列を解析してドライブ名、フォルダ名、ファイル名の区切り文字で分割する(ステップS1003)。そして、分割したドライブ名、フォルダ名、ファイル名をファイルパスの配列として格納して(ステップS1004)、階層情報作成モジュール806へ渡す。   The file path division module 805 analyzes the character string of the sorted file path and divides it by a drive name, folder name, and file name delimiter (step S1003). The divided drive name, folder name, and file name are stored as an array of file paths (step S1004) and passed to the hierarchy information creation module 806.

階層情報作成モジュール806は、上記ファイルパスの配列からドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化した階層情報を作成する(ステップS1005,S907)。そして、クライアントPC101へ階層情報を送信する(ステップS1008)。このとき、合計ファイル数計算モジュール807は、各ドライブ、各フォルダに含まれる合計ファイル数を計算し(ステップS1006)、階層情報に合計ファイル数の情報を追加して送信することもできる。   The hierarchy information creation module 806 creates hierarchy information by grouping drives and folders with the same drive name and folder name from the above file path arrangement (steps S1005 and S907). Then, the hierarchy information is transmitted to the client PC 101 (step S1008). At this time, the total file number calculation module 807 can calculate the total number of files included in each drive and each folder (step S1006), and add the information on the total number of files to the hierarchy information and transmit it.

図11は、階層表示モジュール808によりクライアントPCのCRT206に階層表示される4つのファイルパスの表示例を示す図である。   FIG. 11 is a diagram showing a display example of four file paths that are hierarchically displayed on the CRT 206 of the client PC by the hierarchical display module 808.

階層表示モジュール808は、サーバ102から上記ファイルの階層情報を受信し、CRT206にファイルの階層情報を階層表示する(1101)。このとき、階層情報に上記合計ファイル数の情報が付加されていた場合、マージした合計ファイル数表示モジュール825によって各ドライブ、フォルダに含まれるマージした合計ファイル数1102を表示することができる。   The hierarchy display module 808 receives the hierarchy information of the file from the server 102 and displays the hierarchy information of the file on the CRT 206 (1101). At this time, if the information on the total number of files is added to the hierarchy information, the total number of files 1102 merged included in each drive and folder can be displayed by the total number of files display module 825 merged.

次に、新規選択ファイル結合モジュール809による新規選択ファイルを結合する流れについて図12を参照して説明する。   Next, a flow of combining newly selected files by the newly selected file combining module 809 will be described with reference to FIG.

図12は、新規選択ファイル結合モジュール809による新規選択ファイルの結合処理の一例を示すフローチャートである。   FIG. 12 is a flowchart illustrating an example of a newly selected file combining process by the newly selected file combining module 809.

クライアントPC101にてサーバ102へファイルをアップロード登録したい使用者は、ファイル送信モジュール801によってアップロードするファイルを選択し、サーバ102へ送信する。このとき、新規選択ファイル結合モジュール809は、サーバ102から受信した階層情報に、新規に選択されたファイルを結合して、アップロードするファイルの階層表示を行う。   A user who wants to upload and register a file to the server 102 at the client PC 101 selects a file to be uploaded by the file transmission module 801 and transmits it to the server 102. At this time, the newly selected file combination module 809 combines the newly selected file with the hierarchy information received from the server 102 and displays the hierarchy of the file to be uploaded.

図12において、まず、クライアントPC101の階層表示モジュール808は、サーバ102の階層情報作成モジュール806から送信された階層情報を受信する(ステップS1201)。そして、この階層情報に基づいてCRT206に登録済みファイルのファイルパスの階層表示を行う(ステップS1202)。   In FIG. 12, first, the hierarchy display module 808 of the client PC 101 receives the hierarchy information transmitted from the hierarchy information creation module 806 of the server 102 (step S1201). Based on the hierarchy information, the hierarchy of the file path of the file registered in the CRT 206 is displayed (step S1202).

次に、ファイル送信モジュール801は、表示した操作画面上で使用者により、新規にアップロードするファイルの選択が行われたかどうかを判定する(ステップS1203)。新規にアップロードするファイルの選択が行われていた場合は、新規選択ファイル結合モジュール809が以下の処理を実行する。   Next, the file transmission module 801 determines whether a file to be newly uploaded has been selected by the user on the displayed operation screen (step S1203). If a new file to be uploaded has been selected, the newly selected file combination module 809 executes the following processing.

まず、登録済みファイルパス取得モジュール821は、ステップS1201で受信した階層情報から登録済みファイルパスの文字列を取得する(ステップS1204)。ステップS1204は第1の取得ステップの一例である。   First, the registered file path acquisition module 821 acquires a character string of a registered file path from the hierarchy information received in step S1201 (step S1204). Step S1204 is an example of a first acquisition step.

次に、登録済みファイルパス取得モジュール821は、ファイル送信モジュール801により表示された操作画面上で新規に選択されたファイルのファイルパスの文字列も取得する(ステップS1205)。ステップS1205は第2の取得ステップの一例である。そして、登録済みファイルパス取得モジュール821は、ステップS1204,S1205で取得したファイルパスの文字列をマージして(ステップS1206)、マージしたファイルパスソートモジュール804に渡す。ここで、登録済みファイルパス取得モジュール821は、マージしたファイルパスの文字列に同じものが存在しないかを比較する(ステップS1207)。その比較結果は、後の処理で使用される。   Next, the registered file path acquisition module 821 also acquires the character string of the file path of the file newly selected on the operation screen displayed by the file transmission module 801 (step S1205). Step S1205 is an example of a second acquisition step. Then, the registered file path acquisition module 821 merges the character strings of the file paths acquired in steps S1204 and S1205 (step S1206), and passes them to the merged file path sort module 804. Here, the registered file path acquisition module 821 compares whether or not the same character string exists in the merged file path (step S1207). The comparison result is used in later processing.

マージしたファイルパスソートモジュール822は、マージされたファイルパスの文字列を昇順又は降順でソートし(ステップS1208)、ソート後のマージされたファイルパスの文字列をマージしたファイルパス分割モジュール823へ渡す。   The merged file path sorting module 822 sorts the merged file path character strings in ascending or descending order (step S1208), and passes the sorted merged file path character strings to the merged file path division module 823. .

マージしたファイルパス分割モジュール823は、上記ソート後のマージされたファイルパスの文字列をドライブ名、フォルダ名、ファイル名の区切り文字で分割する(ステップS1209)。そして、分割したドライブ名、フォルダ名、ファイル名をファイルパスの配列として格納し(ステップS1210)、マージした階層情報表示モジュール824へ渡す。   The merged file path division module 823 divides the character string of the merged file path after the sorting by the delimiter of the drive name, folder name, and file name (step S1209). Then, the divided drive name, folder name, and file name are stored as an array of file paths (step S1210), and passed to the merged hierarchy information display module 824.

マージした階層情報表示モジュール824は、上記ファイルパスの配列からドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化した「マージした階層情報」を作成する(ステップS1211,S1213)。そして、クライアントPC101のCRT206に「マージした階層情報」を表示する(ステップS1216)。   The merged hierarchy information display module 824 creates “merge hierarchy information” in which the drive name and the folder name are equal to each other and the drive and folder are grouped from the file path arrangement (steps S1211, S1213). Then, “merge hierarchy information” is displayed on the CRT 206 of the client PC 101 (step S1216).

マージした合計ファイル数表示モジュール825は、「マージした階層情報」から各ドライブ、各フォルダに含まれるマージした合計ファイル数を計算する(ステップS1212)。そして、マージした合計ファイル数表示モジュール825は、算出された合計ファイル数の情報を「マージした階層情報」に追加して、当該「マージした階層情報」を表示する。   The merged total file number display module 825 calculates the total number of merged files included in each drive and each folder from the “merged hierarchy information” (step S1212). Then, the merged total file number display module 825 adds the information of the calculated total file number to the “merged hierarchy information” and displays the “merged hierarchy information”.

ステップS1207の比較結果において、登録済みファイルパスの文字列と新規選択されたファイルのファイルパスの文字列に一致しているものが含まれていた場合(ステップS1214でYES)、ステップS1215へ進む。ステップS1215では、警告メッセージ表示モジュール826は、「マージした階層情報」に同じファイルが存在する旨の警告メッセージを付加して、ステップS1216へ進む。   If the comparison result in step S1207 includes a character string that matches the registered file path character string and the file path character string of the newly selected file (YES in step S1214), the process advances to step S1215. In step S1215, the warning message display module 826 adds a warning message to the effect that the same file exists in the “merged hierarchy information”, and proceeds to step S1216.

図13に示す操作画面401上で使用者によりアップロード開始ボタン405が押下された場合(ステップS1217でYES)、ファイル送信モジュール801は、サーバ102へアップロードファイルとファイルパス情報を送信する(ステップS1218)。アップロード開始ボタン405が押下されるまでは、ステップS1203からステップS1217の処理が繰り返される。   When the upload start button 405 is pressed by the user on the operation screen 401 shown in FIG. 13 (YES in step S1217), the file transmission module 801 transmits the upload file and file path information to the server 102 (step S1218). . Until the upload start button 405 is pressed, the processing from step S1203 to step S1217 is repeated.

図13は、ファイル送信モジュール801によって表示された操作画面の下部に「マージした階層情報」1301が表示された新規ファイル選択時の操作画面401の一例を示す図である。   FIG. 13 is a diagram showing an example of the operation screen 401 when selecting a new file in which “merged hierarchy information” 1301 is displayed at the bottom of the operation screen displayed by the file transmission module 801.

ファイル番号1のテキスト入力フィールド403で選択された新規選択ファイルパスは、1305に表示されている。このとき、アイコンと共にファイル番号1302も表示される。このファイル番号1302によって、どのファイル選択フォームがどのアイコンに対応しているかを容易に確認できる。そして、マージした合計ファイル数表示モジュール825によって、登録済みファイルと新規選択ファイルのマージした合計ファイル数1304がドライブ又はフォルダアイコンと共に表示される。   The newly selected file path selected in the text input field 403 of the file number 1 is displayed in 1305. At this time, the file number 1302 is also displayed together with the icon. By this file number 1302, it can be easily confirmed which file selection form corresponds to which icon. Then, the merged total file number display module 825 displays the total file number 1304 obtained by merging the registered file and the newly selected file together with a drive or folder icon.

警告メッセージ表示モジュール826は、重複したファイルパスを階層表示する場合、アイコンの外枠を強調表示して(1307)、警告メッセージ1308を表示する。また、警告メッセージ表示モジュール826は、登録済みファイルパスと新規選択ファイルのファイルパスが重複していた場合は、リンクを設定するチェックボックス1309を表示する。このチェックボックス1309がONの場合は、新規選択ファイルのアップロードが行われずに、サーバ102に登録済みファイルとリンクさせて、登録済みファイルを参照するように設定される。チェックボックスがOFFの場合は、新規選択ファイルのアップロードが行われる。重複のない新規選択ファイルのファイルパスについては、通常のアイコン表示が行われ、新規選択ファイルである旨を示すメッセージ1310が表示される。   The warning message display module 826 highlights the outer frame of the icon (1307) and displays a warning message 1308 when hierarchically displaying the duplicated file paths. Further, the warning message display module 826 displays a check box 1309 for setting a link when the registered file path and the file path of the newly selected file overlap. When this check box 1309 is ON, the newly selected file is not uploaded, and the server 102 is set to link with the registered file and refer to the registered file. When the check box is OFF, the newly selected file is uploaded. For the file path of the newly selected file without duplication, normal icon display is performed and a message 1310 indicating that the file is a newly selected file is displayed.

このように、階層表示モジュール808によって登録済みファイルパス1303等が表示され、新規選択ファイルパス1305,1306等がマージされて階層情報が表示される。   In this way, the registered file path 1303 and the like are displayed by the hierarchy display module 808, and the newly selected file paths 1305 and 1306 are merged to display the hierarchy information.

上記第2の実施形態によれば、サーバ上に登録されたファイルとクライアントPCのファイルの対応が階層表示によって使用者に視覚的にわかりわかりやすく表示することができ、使用者の操作ミスや操作に要する時間を低減させることが可能になる。   According to the second embodiment, the correspondence between the file registered on the server and the file on the client PC can be displayed visually and in an easy-to-understand manner by the hierarchical display. It is possible to reduce the time required for.

上記実施の形態では、アップロードするファイルが画像ファイルの場合について説明したが、これに限定されず、動画ファイルであっても、またテキストファイルやプログラムであってもよい。また、クライアントPCは、携帯電話やノートPC等の携帯端末であっても、プリンタや複合機等の画像形成装置、画像処理装置であってもよい。   In the above embodiment, the case where the file to be uploaded is an image file has been described. However, the present invention is not limited to this, and it may be a moving image file, a text file, or a program. The client PC may be a mobile terminal such as a mobile phone or a notebook PC, or an image forming apparatus such as a printer or a multifunction peripheral, or an image processing apparatus.

以上、本発明の好ましい実施形態について説明したが、本発明はこれらの実施形態に限定されず、その要旨の範囲内で種々の変形及び変更が可能である。   As mentioned above, although preferable embodiment of this invention was described, this invention is not limited to these embodiment, A various deformation | transformation and change are possible within the range of the summary.

また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。   The present invention can also be realized by executing the following processing. That is, software (program) that realizes the functions of the above-described embodiments is supplied to a system or apparatus via a network or various storage media, and a computer (or CPU, MPU, or the like) of the system or apparatus reads the program. It is a process to be executed.

101 クライアントPC
102 サーバ
301 ファイル選択モジュール
302 ファイルパスソートモジュール
303 ファイルパス分割モジュール
304 階層表示モジュール
305 ファイル送信モジュール
306 警告メッセージ表示モジュール
307 合計ファイル数表示モジュール
308 ファイル受信モジュール
101 Client PC
102 Server 301 File selection module 302 File path sorting module 303 File path splitting module 304 Hierarchical display module 305 File transmission module 306 Warning message display module 307 Total file number display module 308 File reception module

Claims (12)

ネットワーク上のサーバにファイルのアップロードが可能な情報処理装置において、
アップロードするファイルを少なくとも1つ選択するためのファイル選択手段と、
前記ファイル選択手段で選択されたファイルのファイルパスの文字列をソートするソート手段と、
前記ソート手段によりソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割する分割手段と、
前記分割手段により分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して、前記アップロードするファイルの階層表示を行う階層表示手段とを備えることを特徴とする情報処理装置。
In an information processing device that can upload files to a server on the network,
A file selection means for selecting at least one file to be uploaded;
A sorting means for sorting a character string of a file path of the file selected by the file selecting means;
A dividing unit for dividing the file path after being sorted by the sorting unit into a drive name, a folder name, and a file name;
An information processing apparatus comprising: hierarchy display means for grouping drives and folders with the same drive name and folder name divided by the dividing means, and displaying the uploaded file in a hierarchy.
前記ファイル選択手段は、使用者に選択された複数のファイルのファイルパスの文字列を比較し、同じファイルパスの文字列が存在した場合は、警告表示を行うことを特徴とする請求項1記載の情報処理装置。   2. The file selection means compares file path character strings of a plurality of files selected by a user, and displays a warning when character strings of the same file path exist. Information processing device. 前記グループ化されたドライブ、フォルダより下の階層に存在するファイル数の合計を計算し、当該ドライブ及び当該フォルダに含まれる合計ファイル数を表示する合計ファイル数表示手段をさらに備えることを特徴とする請求項1または2記載の情報処理装置。   It further comprises a total file number display means for calculating the total number of files existing in a hierarchy below the grouped drive and folder and displaying the total number of files included in the drive and the folder. The information processing apparatus according to claim 1 or 2. 前記分割手段は、前記ファイルパスの文字列をドライブ名、フォルダ名、ファイル名の区切り文字で分割することを特徴とする請求項1乃至3のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the dividing unit divides the character string of the file path by a drive name, a folder name, and a file name separator. 前記ファイル選択手段は、HTMLフォームによるファイルの選択を受け付けることを特徴とする請求項1乃至4のいずれか1項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the file selection unit accepts selection of a file in an HTML form. 少なくとも1つのクライアントPCからネットワーク上のサーバにファイルのアップロードが可能な情報処理システムにおいて、
前記サーバは、
前記クライアントPCから送信されたファイルと当該ファイルのファイルパスを受信する受信手段と、
前記受信手段により受信したファイルパスをファイルパス記憶部に登録する登録手段と、
前記登録手段で登録されたファイルパスの文字列をソートするソート手段と、
前記ソート手段によりソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割する分割手段と、
前記分割手段により分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して階層情報を作成する階層情報作成手段とを備え、
前記クライアントPCは、
前記階層情報作成手段により作成された階層情報を前記サーバから受信し、当該階層情報に基づいて、前記アップロードするファイルの階層表示を行う階層表示手段を備えることを特徴とする情報処理システム。
In an information processing system capable of uploading a file from at least one client PC to a server on a network,
The server
Receiving means for receiving a file transmitted from the client PC and a file path of the file;
Registration means for registering the file path received by the receiving means in a file path storage unit;
Sorting means for sorting the character strings of the file paths registered by the registration means;
A dividing unit for dividing the file path after being sorted by the sorting unit into a drive name, a folder name, and a file name;
Hierarchical information creating means for creating hierarchical information by grouping drives and folders with the same drive name and folder name divided by the dividing means,
The client PC
An information processing system comprising: hierarchy display means for receiving hierarchy information created by the hierarchy information creation means from the server and displaying the hierarchy of the file to be uploaded based on the hierarchy information.
前記クライアントPCは、前記サーバにアップロードするファイルを少なくとも1つ選択するためのファイル選択手段をさらに備え、
前記ファイル選択手段で新規にファイルが選択された場合、前記階層表示手段は、前記サーバから受信した階層情報に新規に選択されたファイルを結合して、アップロードするファイルの階層表示を行うことを特徴とする請求項6記載の情報処理システム。
The client PC further comprises file selection means for selecting at least one file to be uploaded to the server,
When a new file is selected by the file selection means, the hierarchy display means combines the newly selected file with the hierarchy information received from the server, and displays the hierarchy of the file to be uploaded. The information processing system according to claim 6.
前記クライアントPCは、
前記階層情報から前記サーバに登録済みのファイルパスの文字列を取得する第1の取得手段と、
前記ファイル選択手段で新規に選択されたファイルのファイルパスの文字列を取得する第2の取得手段と、
前記第1の取得手段により取得したファイルパスの文字列と前記第2の取得手段により取得したファイルパスの文字列とを比較する比較手段と、
前記比較手段により比較したファイルパスの文字列に一致するものが含まれていた場合、警告表示を行う警告表示手段とを備えることを特徴とする請求項7記載の情報処理システム。
The client PC
First acquisition means for acquiring a character string of a file path registered in the server from the hierarchy information;
Second acquisition means for acquiring a character string of a file path of a file newly selected by the file selection means;
A comparison unit that compares the character string of the file path acquired by the first acquisition unit with the character string of the file path acquired by the second acquisition unit;
8. The information processing system according to claim 7, further comprising warning display means for displaying a warning when a character string matching the file path compared by the comparison means is included.
前記クライアントPCは、
前記ファイル選択手段で新規に選択されたファイルが結合された階層情報からグループ化された各ドライブ、各フォルダに含まれるファイル数の合計を計算する計算手段と、
前記計算手段により算出されたファイル数を前記階層情報に追加して表示するファイル数表示手段とをさらに備えることを特徴とする請求項7または8記載の情報処理システム。
The client PC
Calculation means for calculating the total number of files included in each drive and each folder grouped from the hierarchy information obtained by combining the files newly selected by the file selection means;
The information processing system according to claim 7, further comprising a file number display unit that displays the number of files calculated by the calculation unit in addition to the hierarchy information.
ネットワーク上のサーバにファイルのアップロードが可能な情報処理装置におけるファイルの表示方法において、
アップロードするファイルを少なくとも1つ選択するためのファイル選択工程と、
前記ファイル選択工程で選択されたファイルのファイルパスの文字列をソートするソート工程と、
前記ソート工程でソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割する分割工程と、
前記分割工程で分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して、前記アップロードするファイルの階層表示を行う階層表示工程とを備えることを特徴とするファイルの表示方法。
In a file display method in an information processing apparatus capable of uploading a file to a server on the network,
A file selection process for selecting at least one file to be uploaded;
A sorting step of sorting a file path character string of the file selected in the file selection step;
A dividing step of dividing the file path after being sorted in the sorting step into a drive name, a folder name, and a file name;
A file display method comprising: a hierarchy display step of grouping drives and folders with the same drive name and folder name divided in the division step to display a hierarchy of the uploaded file.
少なくとも1つのクライアントPCからネットワーク上のサーバにファイルのアップロードが可能な情報処理システムにおけるファイルの表示方法において、
前記サーバが前記クライアントPCから送信されたファイルと当該ファイルのファイルパスを受信するための受信工程と、
前記サーバが前記受信工程で受信したファイルパスをファイルパス記憶部に登録するための登録工程と、
前記サーバが前記登録工程で登録されたファイルパスの文字列をソートするためのソート工程と、
前記サーバが前記ソート工程でソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割するための分割工程と、
前記サーバが前記分割工程で分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して階層情報を作成するための階層情報作成工程と、
前記クライアントPCが前記階層情報作成工程で作成された階層情報を前記サーバから受信し、当該階層情報に基づいて、前記アップロードするファイルの階層表示を行うための階層表示工程とを備えることを特徴とするファイルの表示方法。
In a method for displaying a file in an information processing system capable of uploading a file from at least one client PC to a server on a network,
A receiving step for the server to receive a file transmitted from the client PC and a file path of the file;
A registration step for registering the file path received by the server in the reception step in a file path storage unit;
A sorting step for the server to sort the character strings of the file paths registered in the registration step;
A dividing step for dividing the file path after the server is sorted in the sorting step into a drive name, a folder name, and a file name;
Hierarchical information creating step for creating hierarchical information by grouping drives and folders with the same drive name and folder name divided by the server in the dividing step;
A hierarchy display step for the client PC to receive the hierarchy information created in the hierarchy information creation step from the server, and to perform a hierarchy display of the file to be uploaded based on the hierarchy information; To display the files to be used.
ネットワーク上のサーバにファイルのアップロードが可能な情報処理装置にファイルの表示方法を実行させるためのプログラムにおいて、
アップロードするファイルを少なくとも1つ選択するためのファイル選択ステップと、
前記ファイル選択ステップで選択されたファイルのファイルパスの文字列をソートするソートステップと、
前記ソートステップでソートされた後のファイルパスをドライブ名とフォルダ名とファイル名に分割する分割ステップと、
前記分割ステップで分割されたドライブ名とフォルダ名の等しいものでドライブ、フォルダをグループ化して、前記アップロードするファイルの階層表示を行う階層表示ステップとを備えることを特徴とするプログラム。
In a program for causing an information processing apparatus capable of uploading a file to a server on the network to execute a file display method,
A file selection step for selecting at least one file to be uploaded;
A sorting step of sorting a character string of a file path of the file selected in the file selection step;
A dividing step of dividing the file path after being sorted in the sorting step into a drive name, a folder name, and a file name;
A program comprising: a hierarchy display step for grouping drives and folders with the same drive name and folder name divided in the dividing step and displaying the uploaded file in a hierarchy.
JP2009224771A 2009-09-29 2009-09-29 Information processing apparatus, display method of file, information processing system, and program Pending JP2011076217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009224771A JP2011076217A (en) 2009-09-29 2009-09-29 Information processing apparatus, display method of file, information processing system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009224771A JP2011076217A (en) 2009-09-29 2009-09-29 Information processing apparatus, display method of file, information processing system, and program

Publications (1)

Publication Number Publication Date
JP2011076217A true JP2011076217A (en) 2011-04-14

Family

ID=44020167

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009224771A Pending JP2011076217A (en) 2009-09-29 2009-09-29 Information processing apparatus, display method of file, information processing system, and program

Country Status (1)

Country Link
JP (1) JP2011076217A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140119519A (en) * 2013-04-01 2014-10-10 삼성전자주식회사 Portable apparatus and method for displaying a playlist
JP2016045842A (en) * 2014-08-26 2016-04-04 日本電信電話株式会社 File reference relation display device
JP2020087314A (en) * 2018-11-30 2020-06-04 コニカミノルタ株式会社 Information processing system, server, information processing device, and program
JP2020160485A (en) * 2019-03-25 2020-10-01 カシオ計算機株式会社 Film management apparatus and program

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140119519A (en) * 2013-04-01 2014-10-10 삼성전자주식회사 Portable apparatus and method for displaying a playlist
JP2014203455A (en) * 2013-04-01 2014-10-27 三星電子株式会社Samsung Electronics Co.,Ltd. Electronic device and method of displaying playlist of electronic device
US9804766B2 (en) 2013-04-01 2017-10-31 Samsung Electronics Co., Ltd. Electronic device and method of displaying playlist thereof
KR102115397B1 (en) * 2013-04-01 2020-05-26 삼성전자주식회사 Portable apparatus and method for displaying a playlist
JP2016045842A (en) * 2014-08-26 2016-04-04 日本電信電話株式会社 File reference relation display device
JP2020087314A (en) * 2018-11-30 2020-06-04 コニカミノルタ株式会社 Information processing system, server, information processing device, and program
JP2020160485A (en) * 2019-03-25 2020-10-01 カシオ計算機株式会社 Film management apparatus and program
JP7318255B2 (en) 2019-03-25 2023-08-01 カシオ計算機株式会社 File management device and program

Similar Documents

Publication Publication Date Title
JP5520856B2 (en) System and method for content delivery over a wireless communication medium to a portable computing device
CN100388248C (en) Network management system, display method, and program
JP5538981B2 (en) Form generation device, control method of form generation device, program
JP5845576B2 (en) Image forming system, image forming instruction apparatus, and program
US9354770B2 (en) Information processing apparatus displaying path information in reverse hierarchical order
JP2011076217A (en) Information processing apparatus, display method of file, information processing system, and program
US7934157B2 (en) Utilization of tree view for printing data
JP5245363B2 (en) Variable data processing program, variable data processing apparatus and variable data processing system
JP2005100319A (en) Data display system, data output device, image forming apparatus, data display device, and data display program
JP4003795B2 (en) Computerized service manual display program, recording medium on which program is recorded, computerized service manual display control method, and computerized service manual display control device
CN108614686A (en) Image information generating means, image information generation method and recording medium
JP2010237949A (en) Data providing device, data providing method and data providing program
JP4981723B2 (en) Display processing apparatus, display processing method, display processing program, and recording medium
JP2008203965A (en) Method and program for creating web page
JP4026153B2 (en) Computerized service manual display program, recording medium on which program is recorded, computerized service manual display control method, and computerized service manual display control device
JP4327772B2 (en) Data file management device, data file management method, and program
JP2010113730A (en) Search server and computer program
JP2005107635A (en) Electronic form input system, method and program, and medium
JP4715031B2 (en) Structured document conversion system and structured document conversion program
JP2009151622A (en) Program for connecting display zones of overlapped thumbnail and displaying thumbnail on connected display zone
JP2008176715A (en) Information management system
JP2005025295A (en) Content conversion program, method and device thereof
JP2000330854A (en) Method and unit for controlling hypertext document, and storage medium stored with control program for hypertext document
JP2009163463A (en) Display information creation device, display information creation method and program
KR20010091583A (en) Network-based selling system for home-page