I am using VPS with CentOS 5.5. I need to upload some files to a website. From the source code, i know that this website using SWFUpload to upload files.
I want to upload some files to this website like a human being does, that includes click the button, select the file etc.
Any programming language is fine, Python, PHP, etc
Please give me some hints. Thanks a lot!
You can use Live HTTP Header (plug in of firefox) to inspect what kind of packets were exchanged between your host and server. Then you can use curl to generate these packets again (by command or by programming).