AddFileVar Method
Adds a file variable and the corresponding file name.
Object Oriented Interface
public function doAddFileVar($filevar, $filename);
Procedural Interface
ipworks_webupload_do_addfilevar($res, $filevar, $filename);
Remarks
Please refer to the FileVars properties for more information on file variables and how they are managed.