FileVarInputData Property

Specifies the file data to be sent.

Syntax

ANSI (Cross Platform)
int SetFileVarInputData(int iFileIndex, const char* lpFileVarInputData, int lenFileVarInputData);

Unicode (Windows)
INT SetFileVarInputData(INT iFileIndex, LPCSTR lpFileVarInputData, INT lenFileVarInputData);
- (NSString*)fileVarInputData:(int)fileIndex;
- (void)setFileVarInputData:(int)fileIndex:(NSString*)newFileVarInputData;

- (NSData*)fileVarInputDataB:(int)fileIndex; - (void)setFileVarInputDataB:(int)fileIndex:(NSData*)newFileVarInputData;
#define PID_WEBUPLOAD_FILEVARINPUTDATA 16


IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_WebUpload_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_WebUpload_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

Specifies the file data to be sent.

This property may be set to the file data instead of specifying a file from disk.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is write-only and not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]