playwright-community/playwright-go

Cannot upload large files

344108150 opened this issue · 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?"

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

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