I want to create a single web form where a user provides a large file, and some information like title and description. When the form is submitted, the file should be directly uploaded to Amazon S3 (without uploading it to the web server), while the information is added to the database using PHP.
How would I go about doing this? I know I could use the direct upload post solution, but then I wouldn't be able to add the other information to the database.