MCPcopy Create free account
hub / github.com/bumptop/BumpTop / uploadFiles

Method uploadFiles

trunk/win/Source/BT_JavaScriptAPI.cpp:746–749  ·  view source on GitHub ↗

Call into the widget javascript to initiate an upload of the given files. 'files' is a string description as returned by openFileBrowser(), or as used in the drag and drop events.

Source from the content-addressed store, hash-verified

744// 'files' is a string description as returned by openFileBrowser(), or as
745// used in the drag and drop events.
746void SharedFolderAPI::uploadFiles( QString files )
747{
748 _page->evaluateJavaScript(QString_NT("uploadFiles(%1);").arg(files));
749}

Callers

nothing calls this directly

Calls 2

evaluateJavaScriptMethod · 0.80
argMethod · 0.45

Tested by

no test coverage detected