playwright-go icon indicating copy to clipboard operation
playwright-go copied to clipboard

Cannot upload large files

Open 344108150 opened this issue 9 months ago • 2 comments

"Using the SetFiles method to upload large files (testing with a file size of 300MB, which may actually be smaller but still cannot be uploaded). Upon investigation, it appears that there is a JSON size limitation in Node.js, causing the inability to upload. Is there any solution?"

344108150 avatar Nov 24 '23 08:11 344108150

playwright-go's implementation is missing the stream part, I'll try it next week

canstand avatar Nov 25 '23 01:11 canstand

SetInputFiles can now use file paths directly, which should support large files, see #394

canstand avatar Dec 03 '23 02:12 canstand