Skip to main content

aspupload issue for checkbox

For Each Item in Upload.Form
If Item.name = "xxxx" Then
if xxxxs = "" then
xxxxs = Item.Value & ","
else
xxxxs = xxxxs & Item.Value & ","
end if
End If
Next

Comments