Does anyone have any experience developing a way to allow users to upload photographs (and possibly video) to a website to be stored in a database from mobile devices? We will be running our system on a UNIX platform and most of the system logic is written in PHP and data is stored in a MySQL database.
- Members will be given an email address which they will send attachments to. When a new member joins a new email address will be created with the users unique username.
- Attached images, video or audio will be parsed, stored on the server and a record of the image etc added to the database.
- Is it possible to provide a way to send photos by text message / multimedia message
- What about iPhone, eyefi cards etc would these send photos using email that we could parse?
cheers