I want to upload the file to s3. If I provide the aws key and secret key as hidden field in the form will there be any security issues? Is it safe to provide the keys in the form..
I am tring to retrieve a filename or the file itself for use in a java servlet (from a web form). I have a file form field: <form enctype="multipart/form-data" method="post" action="...