How to extract multipart/form-data from POST request to Nodejs

How to extract multipart/form-data from POST request to Nodejs. I need to upload these files (up to 5 files) to amazon s3 server.

0 1 1,747
1 REPLY 1

You should use Google App Engine for that!

It will run your nodejs code nicely. You'll be able to use npm modules to extract files from multi-part form, and then use the AWS SDK to connect to S3.