testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

Can't upload a file larger than 300mb

Open churkin opened this issue 7 years ago • 8 comments

https://testcafe-discuss.devexpress.com/t/unable-to-upload-zip-file/445

churkin avatar Sep 09 '17 10:09 churkin

@LavrovArtem look at this please

churkin avatar Sep 09 '17 10:09 churkin

I think we should not load and create the full blob wrapper of file.

LavrovArtem avatar Sep 12 '17 07:09 LavrovArtem

Any idea how long it will take to fix this issue ?

harryCompu avatar Sep 28 '17 18:09 harryCompu

The issue is reproduced only on really big files. I've tested this screnario on my machine (Windows 8.1 and Chrome 60) and I have a limit of 190 mb. This limitation should be enough for most test scenarios.

Also, TestCafe architecture does not allow working with big files. Now, we load an uploaded file via XMLHttpRequest to the browser and create a wrapper for it. It's required to be able to work with the file in the page script. To support big files, we need to do a large amount of work.

So, I cannot provide an estimation when we will do it.

miherlosev avatar Oct 11 '17 13:10 miherlosev

Sorry to keep asking ...Any idea how many more months ? It is forcing me to go back to Selenium ..

harryCompu avatar Dec 05 '17 18:12 harryCompu

Hi @harryCompu I still cannot provide a strong estimation. I'm sorry that testcafe cannot cover your test case at present.

miherlosev avatar Dec 06 '17 13:12 miherlosev

Is there an update for this? I'm running into this problem currently at my workplace.

jia-ni avatar Mar 15 '19 16:03 jia-ni

We haven't found a proper solution to this issue yet. Once we get any results, I assure you that we will notify you.

LavrovArtem avatar Mar 18 '19 12:03 LavrovArtem

We decided not to introduce this enhancement. The implementation would require lots of resources, while there is not much interest among the community.

miherlosev avatar Jun 13 '23 06:06 miherlosev