Mithilesh Singh

Results 6 comments of Mithilesh Singh

> How do we use it for websites that open the computer's file chooser? This ain't working on those. Yes im still facing the same issue

Is the file upload working now?

@sheeshmohsin no it wasnt working at that time so i made a seperate fild uploading controller for it , and it works that way , but ig they made it...

> [@22mithil](https://github.com/22mithil) Can you please share the file uploading controller you have created? File upload on the cloud is also not working sure , where should i share it ?

> [@22mithil](https://github.com/22mithil) you can share with me too? If you can i appreciated. Like discord or Twitter! Twitter is on my bios and discord is this account: andrecustodio. > >...

` import os import logging from browser_use import Agent, BrowserSession from langchain_openai import ChatOpenAI import dotenv from agents.attachment_agent.process_attachments import process_attachment from agents.browser_agent.sensitive_data_handler import get_all_sensitive_data, get_allowed_domains # NEW dotenv.load_dotenv() logger =...