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.
私はJavaScriptでバイト配列を持っています。この配列をアップロード用のファイルに変換するにはどうすればよいですか?
あなたの質問から得たのは、バイト配列があり、これらのバイト配列をファイルに書き込んでサーバーにアップロードしたいということです。
いいえ、JavaScript では不可能です。JavaScript はファイルへの書き込みにアクセスできないためです。これはセキュリティ上の大きなリスクとなります。