User-767295716 posted
I would like to take a photo (mms) with my handy and then send it to the server in order to post it into my website on the internet? How could I realize this with asp.net? Thanks
User-95607119 posted
The problem is in methodics level not in development tools or frameworks level. Maybe one of these soultions will help you: *) some devices allow you to upload files using WAP, but there is very limited set of devices; *) sending photo to e-mail and reading
this e-mail account over POP3 from your script; *) using some SMS/MMS gateway to transport MMS-es to your system (this solution expects you to send MMS to gateway owner number and gateway makes request to some file in your website). Personally I think that
second option is the best because: a) many devices are able to send out e-mails; b) there is no problems getting an e-mail address; c) it is technically easy to communicate with e-mail server using POP3 protocol; d) no need to buy third-party components. I
hope my answer helps you.