Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

UploadHandlerFile Constructor

Declaration

public UploadHandlerFile(string filePath);

Parameters

filePath A file containing data to send.

Description

Create a new upload handler to send data from the given file to the server.