Edit the server behavior associated with the upload. There will be a default file field that you can use and refer to the recordset directly. 
Ray,
It did not work....
The recordset and value are present but in the UPDATE it failed to insert the default value as expected.
// WA_UploadResult1 Params Start
$WA_UploadResult1_Params = array();
// WA_UploadResult1_1 Start
$WA_UploadResult1_Params["WA_UploadResult1_1"] = array(
'UploadFolder' => "../InvtryImages/",
'FileName' => "[FileName]",
'DefaultFileName' => $row_rstblinventory['InvImage'],
'ResizeType' => "2",
'ResizeWidth' => "650",
'ResizeHeight' => "120",
'ResizeFillColor' => "#FFFFFF" );
// WA_UploadResult1_1 End
As a test to make sure there was nothing wrong with the basic INSERT routine, I tested and confirmed that when a selection is made, it uploads and updates the DB properly.


