インターフェイスに複数の PDF ファイルをアップロードします。各PDFファイルの名前と一致するフォルダーにファイルを保存したい。
Discussion posts and replies are publicly visible
If you are using a single fileUploadField to upload multiple files, you'll have to use the approach suggested by Sri Ram Kaja. Otherwise, if you have multiple fields, you could configure a different target for the each of the fields.