How path is interpreted in KUpload+ functions?
KUpload+ decides whether a path should be interpreted as a URL or as an absolute file path using a simple method. If the path… contains a backslash (“\”) it will be interpreted as an absolute path contains a forward slash (“/”) it will be interpreted as virtual path. It is programmer’s responsibility to use path with appropriate slash.