[This is preliminary documentation and is subject to change.]

uploads the posted file content in the string

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string UploadToString(
	HttpPostedFile pFile
)
Visual Basic (Declaration)
Public Shared Function UploadToString ( _
	pFile As HttpPostedFile _
) As String
Visual C++
public:
static String^ UploadToString(
	HttpPostedFile^ pFile
)

Parameters

pFile
Type: System.Web..::.HttpPostedFile
The posted File

Return Value

the string which has the content of the file

See Also