|
Notes:
-
Due to the limitation of Flash and HTML <object>, FlashUpload CAN NOT be put in <form>
-
On the left example, we create one <form> containing "FirstName, LastName, Email".
A FlashUpload object (outside the form).
And another form holding the Submit button.
-
Upon clicking Submit button, the following actions take place:
1. Upload the file, and process it in upload_2_file.cfm
2. After file has been uploaded, upload other fields, and process it in upload_2_data.cfm
3. Combine both file and other fields in upload_2_data.cfm
The upload process is done using JavaScript.
|