I need a flex project modified. http://www.adobe.com/devnet/coldfusion/articles/multifile_upload.html I need to make it so that when a user uploads files, the program: 1. Saves the file and generates a CUID which it records in a database 2. Generates a URL with the CUID which the user can use to download the file. That's it. There are already method in the flex project to make this task easy.