Hello all,<br><br>I&#39;m building a Seaside (version 2.9) component for uploading files directly to an Amazon S3 bucket. For this AWS supports HTTP POST requests, see <a href="http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?UsingHTTPPOST.html">http://docs.amazonwebservices.com/AmazonS3/2006-03-01/index.html?UsingHTTPPOST.html</a><br>
<br>I can create the form that fulfills the AWS specifications, with one exception: Seaside adds two hidden parameters to the for _s and _k This breaks the AWS security checks on the form parameters.<br><br>These parameters are not required when posting to an external website. Is there an easy way to remove them in this situation?<br>
<br>Regards,<br>Jan.<br>