gkngkc / UnityStandaloneFileBrowser

A native file browser for unity standalone platforms
MIT License
2.01k stars 317 forks source link

How to add extensions on WebGL #35

Open StaticZoe opened 5 years ago

StaticZoe commented 5 years ago

[DllImport("__Internal")] private static extern void UploadFile(string id);

All going well, but how to add extensions ?

Thank you !