I tried to upload an Image into the ledger (converted image to base64 string and passed it as an arg in the transaction ).
When i send an image of size 30 kb it worked fine , But with an 100kb image my transaction failed , stating that the max size is 102400 .
My question is what is the maximum size of the transaction and the maximum size of the Block ?