Comment on 3 Problems AWS Needs to AddressparentComments−Smrchy14yThis only works standalone and not embedded in an AJAX application.I only wish someone from the S3 team at Amazon would at least answer to this thread:https://forums.aws.amazon.com/thread.jspa?threadID=34281&...Hundreds of messages in this thread and no answer after 2 years and counting.−boucher14yWell, "AJAX application" is too nebulous of a term to really be meaningful here. If you mean you can't use an XHR request, sure, but you can certainly construct the necessary <input> element and POST request dynamically with JavaScript.
Comments
This only works standalone and not embedded in an AJAX application.
I only wish someone from the S3 team at Amazon would at least answer to this thread:
https://forums.aws.amazon.com/thread.jspa?threadID=34281&...
Hundreds of messages in this thread and no answer after 2 years and counting.
Well, "AJAX application" is too nebulous of a term to really be meaningful here. If you mean you can't use an XHR request, sure, but you can certainly construct the necessary <input> element and POST request dynamically with JavaScript.