Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MySQL データベースにデータ型バイナリ LONGBLOB として保存する必要がある base64 (画像) 文字列があります。文字列は 200,000 文字を超えています。文字列は PHP 変数に保存されます。
これが推奨されないことは理解していますが、それを行う方法についていくつかの意見が必要です。純粋な PHP で実行する必要があります。base64 文字列は、AJAX POST XMLHttpRequest を介して送信されます。
ありがとう。