PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
if we try uploading some heavy files uisng move_uploaded_file() some times it don't work, because it uses http which is connection less protocol is there some function that can upload files using some connection oriented protocol?