Expressフォームでのファイル添付について

2021年5月12日 at 15:39

フォーラムの皆さま

 平素は大変お世話になっております。
Expressエンティティを作成し、その属性の1つに、「ファイル添付」を
設定しております。
属性設定後、「フォームから」添付ファイルを登録する設定を行い
ました(ファイルマネージャからファイルを選択)。

実際に、フォームからファイル登録を試してみますと、1つのファイル
しか選択できないことがわかりました。
複数のファイルを選択してExpressの1レコードとして登録することは
デフォルトの機能では不可能でしょうか?

ご教示賜りましたら幸いでございます。
どうぞよろしくお願い申し上げます。

# concrete5 Version
Core Version - 8.5.5
Version Installed - 8.5.5
Database Version - 20201116182100

# Database Information
Version: 5.1.73
SQL Mode:

# concrete5 Packages
None

# concrete5 Overrides
None

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
apache2handler

# PHP Version
7.3.15

# PHP Extensions
apache2handler, bcmath, bz2, calendar, Core, ctype, curl, date, dba, dom, enchant, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, json, ldap, libxml, mbstring, mcrypt, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, pspell, recode, Reflection, session, shmop, SimpleXML, snmp, soap, sockets, SPL, sqlite3, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend OPcache, zip, zlib

# PHP Settings
max_execution_time - 3600
log_errors_max_len - 4096
max_file_uploads - 100
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 384M
upload_max_filesize - 256M
ldap.max_links - Unlimited
mbstring.regex_stack_limit - 100000
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - no value
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
opcache.max_accelerated_files - 4000
opcache.max_file_size - 0
opcache.max_wasted_percentage - 5

タグ:

Re: Expressフォームでのファイル添付について

2021年5月27日 at 13:37
フォーラムの皆さま

 いつもご支援ありがとうございます。
現在、外部フォームで添付ファイルをアップロードする機能を
実装中ですが、外部フォーム上の「添付ファイル」ボタンからは、
1つのファイルをアップロードし、当フォーラムでもみられるような、
一つのファイルを添付後、別のアップロード用ボタンを自動表示
するように工夫いたします。
この質問は、これにてクローズとさせていただきます。
ありがとうございます。