Use the -F flag for multipart/form-data (simulates a form upload).
What are you using (e.g., Postman, Python, JavaScript, Linux Terminal)? Is there a specific API or server you are trying to reach?
# Upload as a form-data file curl -X POST -F "file=@X88.txt" http://your-server-url.com # Send raw text content in the body curl -X POST -d @X88.txt http://your-server-url.com Use code with caution. Copied to clipboard Using Python (Requests Library)
Play Feudal Wars here on the official play page! Feudal Wars is a free medieval strategy game which plays in the browser. No downloads, plugins or registration required!