Enable numeric sorting on file list

This commit is contained in:
2024-03-01 00:08:06 +01:00
parent 66152fc646
commit b2df010081
3 changed files with 4 additions and 5 deletions

View File

@@ -9,8 +9,7 @@
//
// on_error is called when the upload has failed. The parameters are the error
import { fs_get_node, fs_mkdirall } from "../FilesystemAPI"
import { fs_path_url, fs_split_path } from "../FilesystemUtil"
import { fs_path_url } from "../FilesystemUtil"
// code and an error message
export const upload_file = async (file, path, on_progress, on_success, on_error) => {