Curl url file (I need help)

Status
Not open for further replies.
3 comments
What do you mean by "convert in my host"?

It is possible to send file from your host to that site and recive link/download that converted file.
 
It's not too simple. If you want to make it in order to use that AND learn something you should:
1. Download firebug.
2. Open it, and go to convertfiles.com url.
3. Click firebug's last tab, and check there whats going on when you input any file and do submit. You'll see that it post's some data to "http://www.convertfiles.com/converter.php", you have to write code that will post that data to that url. Main thing is to check how the site is generating "progress_key" in order to get it and it is used to check if converting is completed. Java script is also required to check that.
 
Last edited:
Status
Not open for further replies.
Back
Top