UploadHandlerFile(string)
Create a new upload handler to send data from the given file to the server.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.Networking
- Assembly: UnityEngine.UnityWebRequestModule
public UploadHandlerFile(string filePath)
Parameters
A file containing data to send.