Hi all,
I have a question regarding HTTP file transfer. I searched the forum as well as Google for code examples and documentations, but couldn't find any detailed example.
I need to build a software that allows the user to view images, SMS messages, videos and phone contacts and then to send the selected information (for example and image file or a contact) to the server. I know how to list the files on the mobile phone (using FileConnection), but I have some questions regarding the client side:
1. Using FileConnection I can list the entire filesystem. I want to limit the list to Images, SMS messages, Contacts and Videos (note it has to work on additional mobile phones besides Nokia).
2. How do I submit the file over HTTP? The server we run here at the university is Apache and PHP. I finished the server side (couple of PHP scripts), but I don't know how to submit the information that was selected by the user.
If you have any documented examples that you wish to share, please let me know.
Thanks!

Reply With Quote



