Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Maximum size of clipboard in current browsers

Are there browser related limits to the size of a text that can be pasted from clipboard? Do these limits differ for different browsers (e.g. IE, Chrome, Firefox)? In our company there exists some anecdotal knowledge about limits, but doing some research on google did not really lead me to reliable facts.

The text will be copied to the clipboard by external programs (e.g. Microsoft Excel). Therefore I am only interested in pasting from the clipboard and not in copying to the clipboard.

like image 340
jens Avatar asked Oct 27 '25 14:10

jens


1 Answers

Most data is copied as a reference rather than the data itself so you can copy most anything any size. Text though is actually copied.

For 32-bit applications can allocate blocks up to 2 GB in size or up to the amount of virtual memory the PC has, whichever is less.

It does not depend on browser or windows clipboard.

like image 82
Romil Kumar Jain Avatar answered Oct 29 '25 03:10

Romil Kumar Jain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!