mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-10 05:26:06 +00:00
initial test with webkitRelativePath (not used)
This commit is contained in:
parent
e52059df64
commit
1972d961f3
|
@ -669,6 +669,7 @@ function onAddClipboard(ev) {
|
|||
fd.append('folderid', target);
|
||||
fd.append('formtoken', obj.data('formtoken'));
|
||||
fd.append('userfile', files[i]);
|
||||
// fd.append('path', files[i].webkitRelativePath);
|
||||
|
||||
var status = new createStatusbar(obj);
|
||||
status.setFileNameSize(files[i].name,files[i].size);
|
||||
|
|
Loading…
Reference in New Issue
Block a user