#Passing Files as Binary in Server Actions
12 messages · Page 1 of 1 (latest)
🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord
🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize
✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)
why don't you call the upload directly from the client? I don't see any need of a server action there
Faced with localhost:3000 CORS issues when I call directly from client.
yea, the browser don't send specific headers on localhost. Use this extension to upload it directly from client. In production it should be fine (without the extension): https://chromewebstore.google.com/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf
You can also configure your extension, so it can only access on localhost:
Still same even when I use the extension
Use the „POST“ Method to upload. iirc s3 only Support post form uploads. So change your method to post. Also check your CORS settings in s3
@dark orchidworked?
Yes please. I think the issue was related to the content type and yes the POST request as well. Thank you🙏🏾🙏🏾
And yes I did it on client-side
This question has been marked as answered! If you have any other questions, feel free to create another post
[Click here](#1257068733055373343 message)