How to send files in PHP using CURL
File uploads are very common these days. People upload their family photos or videos to show the world how awesome they are. Photos and videos take spaces and hard drives have their limits. A common way to fix this issue is to have storage servers. If your farm is not setup with NFS, you will need some kind of way to upload them to a specific server. Here's a simple script that might be helpful if you need to send files using CURL to another server.... detail[...]Related: