for example client and server make connection via http port
and now clients can make file exchange trought server side, if we work with http port connection then this will be get,post .....
if admnistrator in his server configuration or in proxy configuration set option post max size = 2MB then i can't make data exchange ?
it is right or not, if i am right then http conection is not best variant for my task solution..
TCP component can solve this problem ( if realy this problem exists )
what difference is between using http components and
tcp components in my task, file (or big file) data exchange....

thanks