Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Feature : Open file for upload #2056

Open
pandhup opened this issue Mar 6, 2024 · 1 comment
Open

Request Feature : Open file for upload #2056

pandhup opened this issue Mar 6, 2024 · 1 comment
Labels
bug Something isn't working tracked

Comments

@pandhup
Copy link

pandhup commented Mar 6, 2024

Is your feature request related to a problem? Please describe.

I cant test my upload button for attach file and send the form request

Describe the solution you'd like:

just like the normal browser we can open file when click the button or input tag

Describe alternatives you've considered:

Additional context:

AB#49339632

@captainbrosset
Copy link
Collaborator

Thanks for reaching out. This is most likely due to the fact that the embedded browser in VSCode isn't a real browser window. It's a screencast streamed from a headless browser instance running in the background. So, there are some things that will not work like you'd expect them to work in a normal browser window.

I'll mark this as tracked so the team can spend time thinking about this, but in the meantime, I advise using an external browser window instead: https://learn.microsoft.com/en-us/microsoft-edge/visual-studio-code/microsoft-edge-devtools-extension/external-browser-window
Everything else should work the same, it's just that the browser rendering won't appear inside VSCode, but in a separate window.

@captainbrosset captainbrosset added bug Something isn't working tracked labels Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked
Projects
None yet
Development

No branches or pull requests

2 participants