[This is preliminary documentation and is subject to change.]
uploads the posted file content in the string
Namespace:
OfficeClip.UtilsAssembly: 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