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.
| 744 | // 'files' is a string description as returned by openFileBrowser(), or as |
| 745 | // used in the drag and drop events. |
| 746 | void SharedFolderAPI::uploadFiles( QString files ) |
| 747 | { |
| 748 | _page->evaluateJavaScript(QString_NT("uploadFiles(%1);").arg(files)); |
| 749 | } |
nothing calls this directly
no test coverage detected