How to Upload Files to ChatGPT - Uploading Files to ChatGPT

preview_player
Показать описание
How to Upload Files to ChatGPT - Uploading Files to ChatGPT

In this video, I will show you how to upload files to chat gpt directly without using any third-party plugins. This is a method that allows you to upload any kind of file like txt, csv, pdf or another type of files in a few seconds with a click of a button to chatgpt.

This is by far the best method if you want to allow chat gpt to let you upload files to it's platform. Open AI did not officially announce this feature as it's not really feature, it's a line of code that you can paste into the chat gpt platform in order to allow to upload files to chat gpt.

Prompt:
async function submitConversation(text, part, filename) {
const enterKeyEvent = new KeyboardEvent("keydown", {
bubbles: true,
cancelable: true,
keyCode: 13,
});
}.
The progress bar should be updated after each chunk is submitted within the for loop as follows
and should also check if chatgpt is ready with this code:
chatgptReady = false;
while (!chatgptReady) {
await new Promise((resolve) => setTimeout(resolve, 1000));
".text-2xl > span:not(.invisible)"
Once all chunks have been submitted, the progress bar should turn blue."

Subscribe to Our Channel For More Tech Tutorials:
Feel free to ask any questions below! 👇

#chatgpt #openai
Рекомендации по теме
Комментарии
Автор

VM480:28 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:28:15 can you pas a link here how to solve this?

blckwzrd
Автор

Doesn't work anymore, I guess. I’m getting some errors doing the same. =(
If you have updates, let us know, please.

lufemendes
Автор

Where can I contact you to see if you can help me upload a file and alter it slightly. Unfortunately this method didn’t work for me

Hope-uqvn
Автор

error: VM187:30 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:30:15

MiguelAngelMelendezTovar
Автор

Uncaught TypeError: Cannot read properties of null (reading 'parentNode') fix this

TEAMMUDOK
Автор

syntaxerror is appearing what to do???

prachirana
Автор

How do I get this to work on a Macbook?

brian
Автор

ncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:30:15 its not working help anyone

gaurav
Автор

VM251:30 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:30:15

gabrielesekie
Автор

Thank you, the method works.
I managed to upload various types of files.
However, processing the file is cumbersome.
For example:
After loading a small Excel file with 100 rows into ChatGPT,
I asked: How many rows does the table you received have?
Response: I am not able to perform this calculation.

carlopatrini
Автор

dude i am getting parentnode error wt to do

algotrading-tradeapp
Автор

The code you wrote will not work anymore

geneduplantier
Автор

its not works please do not make fake videos

whaletank
Автор

error: VM89:30 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at <anonymous>:30:15

fernandociriaco
visit shbcf.ru