0👍
You can’t save data into anything local from the client application (browser-run), unless it’s installed as a standalone. What you need is to use AWS S3 JS SDK to upload directly into the bucket.
Source:stackexchange.com
0👍
You can’t save data into anything local from the client application (browser-run), unless it’s installed as a standalone. What you need is to use AWS S3 JS SDK to upload directly into the bucket.