Code Interpreter is missing the upload button? I’ve logged in, logged out, refreshed multiple times, but the upload button will not display.
Remove the extensions you have and see if it resolves your issue.
1 Like
That was the ticket - it shows up now. Thanks for the suggestion, Ronald!
No problem. You may be able to kind of “hack” a solution with your extension by using some javascript to activate the file explorer window:
document.querySelector("input[type='file']").click()
Great suggestion, Ronald. I’ll give it a try. Appreciate the speedy response!
Had to uninstall all plugins, logout, clear cache/cookies then log back in…