The send mms port doesn't understand standard form encoding. It expects the entire body to be a MMS message (or text, or some other content type), and the from, to, etc to be passed as URL GET parameters. So, you'd need to use a scripting language like Perl/ Python to get this behaviour.
On Jun 06, 2006, at 17:52, jammers yann wrote: > i try to send mms via my navigator on the mms-port of my mbuni conf > (1981) > i create this html file : > > <html> > <head> > <title>MMS creator</title> > </head> > <body> > <form method="POST" action="http://localhost:1981" > enctype="multipart/form-data"> > from :<input type="text" name="from"><br> > to :<input type="text" name="to"><br> > text: <input type="text" name="text"> > <input type="submit"> > </form> > </body> > </html> > and when i fill the form with > form=2563012/TYPE=PLMN > to=2563013/TYPE=PLMN > text=waza > and submit the form i receieved > Malformed MMS message > > hav u already get this error mesage > __________________________________________________ > Do You Yahoo!? > En finir avec le spam? Yahoo! Mail vous offre la meilleure > protection possible contre les messages non sollicités > http://mail.yahoo.fr Yahoo! Mail > > _______________________________________________ > Users mailing list > Users@mbuni.org > http://mbuni.org/mailman/listinfo/users_mbuni.org _______________________________________________ Users mailing list Users@mbuni.org http://mbuni.org/mailman/listinfo/users_mbuni.org