I have a Drupal form (using Form API) that has a plupload field. I'm trying to get it to upload directly to S3. The files transfer to Amazon but amazon returns 403 (Forbidden). I know I have the correct policy/signature and plupload params because I've tested standalone (outside of drupal) and it works. I wasn't planning on using S3 File System Cors because I just have this one form that needs to do it.

Does Plupload Integration parse the multipart_params correctly? Because the files are going to Amazon but it doesn't seem to be reading the polocy/signature or something. Am I missing something here?

Thank you and I can provide code if needed. It basically looks like the code here minus being in File Field Sources.

Comments

Tom Metz created an issue.