  | FileControlDoUpload Method  | 
 
 Does the upload.
 
 
    Namespace: 
   Dynamicweb.News.Common.Frontend
    Assembly:
   Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntaxpublic void DoUpload(
	int userid,
	string curValue
)
Public Sub DoUpload ( 
	userid As Integer,
	curValue As String
)
Parameters
- userid
 - Type: SystemInt32
The userid. - curValue
 - Type: SystemString
The current value. 
See Also