RE: [Users] Any advice please ?

2010-11-09 Thread Cristian Padilla
No problem, i think that in the documentation it was a very good example .. _ De: users-boun...@mbuni.org [mailto:users-boun...@mbuni.org] En nombre de Druss Drenai Enviado el: martes, 09 de noviembre de 2010 9:27 Para: users@mbuni.org Asunto: [Users] Any advice please ?

[Users] Any advice please?

2010-11-09 Thread Druss Drenai
I found this php script in order to handle mms received and store them into my database (this file was created by a user and reported in this page: http://thilani.wordpress.com/): -- $uploaddir = '/var/www/html/'; foreach ($_FILES as $i = $file) { $part = $_FILES[$i]; $uploadfile =

RE: [Users] Any advice please ?

2010-11-09 Thread Cristian Padilla
HI, maybe i can help you .. If you want to save your images into a DB fist you must have a php that recover the content from the inicial request So, in this part of your configuration group = mms-service name = me post-url = http://localhost/test-mbuni.php http://localhost/test-mbuni.php

[Users] Any advice please ?

2010-11-09 Thread Druss Drenai
My fault,i believed test-mbuni.php was the web page where i could display the image and text i send. Thanks a lot for your help,if i'm not wrong there should be in the Mbuni documentation a sample php file to handle mms content...or maybe you already know where i could get one already tested

Re: [Users] Any advice please ?

2010-11-09 Thread Michel TOKO
Druss, I hope this can help you. Thanks to Kartikay Malhotra On 9 November 2010 12:40, Cristian Padilla cpadi...@misp.cl wrote: No problem, i think that in the documentation it was a very good example …. -- *De:* users-boun...@mbuni.org

Re: [Users] Any advice please?

2010-11-09 Thread Michel TOKO
Check the upload file i sent you. On 9 November 2010 13:01, Druss Drenai ddre...@yahoo.it wrote: I found this php script in order to handle mms received and store them into my database (this file was created by a user and reported in this page: http://thilani.wordpress.com/): --