Description
Starts uploading the selected files.
Function syntax
ColdFusion.FileUpload.startUpload(name) |
See also
ColdFusion.FileUpload.cancelUpload, ColdFusion.FileUpload.clearAllFiles
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
The value of the name attribute in the cffileupload tag. |
Returns
This function does not return a value.
Example
This example includes a button to start the Upload action. When you click this button, the selected files start uploading.
<script language="JavaScript" type="text/javascript"> |