File Browser for WebGL


Simple and robust file download/upload WebGL implementation. No HTML template modification required. There are two ways to use that package: - SK_Dropzone component - SK_FileBrowser API methods


by LullaByte


Price History +

Simple and robust solution for Uploading/Downloading files in Unity WebGL project.

There are two ways to use package:

  • Use the ready SK_Dropzone component. (Works when clicked, or when file dropped)
  • Use SK_FileBrowser methods

SK_Dropzone component accepts parameters:


You could also request file download/upload by code using:

  • SK_FileBrowser.DownloadFile(fileName, fileByteArray);
  • SK_FileBrowser.PickFile(options, callback);