You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to have Flash send mOxie.FormData a mOxie.File up to S3 causes a duplicate input field to be written out for the filename.
403 error response received from AWS.
<Error>
<Code>AccessDenied</Code>
<Message>Invalid according to Policy: Extra input fields: filename</Message>
<RequestId>A109BA6CF4DCA803</RequestId>
<HostId>wJbsevGMqL6yzG7QlSWKpBXNbXE25Ep5UnmZKuRhCRP9udjw/Lz2pR2aZb+KXafAXvhRfktDsaA=</HostId>
</Error>
Trying to have Flash send
mOxie.FormData
amOxie.File
up to S3 causes a duplicate input field to be written out for the filename.403 error response received from AWS.
Request payload:
I believe it has to do with Flash auto-inserting the
Filename
input field and the filename being included with blob.The text was updated successfully, but these errors were encountered: