You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do it (#1747), but have:
Uncaught TypeError: Cannot read property '0' of null
at elFinder.commands.upload.exec (elfinder.full.js:22380)
at HTMLInputElement. (elfinder.full.js:15582)
at HTMLInputElement.dispatch (jquery.min.js:3)
at HTMLInputElement.q.handle (jquery.min.js:3)
after selected the file.
but if i change cmd.exec({input : _input.remove()[0]}); to cmd.exec({input : _input.remove()[0], target: cmd.fm.cwd().hash}); in elfinder.full.js:15582 the error not fire.
have You a better solution?)
The text was updated successfully, but these errors were encountered:
Hi.
I do it (#1747), but have:
Uncaught TypeError: Cannot read property '0' of null
at elFinder.commands.upload.exec (elfinder.full.js:22380)
at HTMLInputElement. (elfinder.full.js:15582)
at HTMLInputElement.dispatch (jquery.min.js:3)
at HTMLInputElement.q.handle (jquery.min.js:3)
after selected the file.
but if i change cmd.exec({input : _input.remove()[0]}); to cmd.exec({input : _input.remove()[0], target: cmd.fm.cwd().hash}); in elfinder.full.js:15582 the error not fire.
have You a better solution?)
The text was updated successfully, but these errors were encountered: