allo
my first setup to use file upload in Unity following the example in the doc but compiler err on the following line:
IList<Upload.File> iListUploadFile = upload.GetFileList();
the err was:
Assets/script/appMono/appA42serviceManager.cs(103,25): error CS0308:
The non-generic type `System.Collections.IList' cannot be used with the type arguments
daniel