I had a vps with 1 GB ram and i wanted send a big file (2GB ) by curl and python.
python gave MemoryLimit
error but curl
send file without problem and use very low memory.
How curl did it?
How i can send a very big file in a Http post request with use low memory?