I'm not sure if you can create an uploader to upload stuff onto a server with just GET and POST form methods - They will need some sort of server side authentication.
My suggestion would be to use a basic PHP uploader (google PHP uploaders, you'll find 1000's of em) to upload data into a folder...