----- Original Message -----
From: "nitin sharma"
I needed the mobile photo send to site
using the email
how its possible and whats the step to follow to create this featured in
site
this featured is used in the
Use this address to Photobucket.com
Thanks
---------------------------------
Hi,
This question is a bit off topic here as you need to make some progress
before it becomes a question of PHP scripting.
To get you on your way - there are two approaches. One is to hire services
to bridge between the mobile digital network and your server and the other
is to make your own gateway.
I live in Australia so I will describe the process here. It may be different
in your country.
Most more advanced mobile phones can be used as a GPRS modem and they can be
connected to a local machine as a TCPIP port that you can exclusively bridge
to your server through a local fire wall.
The steps are as follows and these are not very easy steps....
Connect the GPRS enabled phone to a local PC and use the phones software to
create a GPRS modem port.
Install a third party bridge to bridge between the modem port (USB or
serial) to TCPIP.
Bridge you local hardware firewall to allow incoming connections between
your servers IP address and the port that you put the GPRS modem on. (You
need a dedicated IP on your web server).
Learn the 'AT command' set that is used by GPRS modems and write your
scripts to upload the media from the phone.
I would like to say more but this is really off topic at this stage.
Thanks.