anyone know to create a Wap page that have a form?
form will let users enter a filename and it will auto fetch the filename and download to the mobile.
example :
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="intro" title="teaser">
<p>
Which file you wanna download?
<br/>
</p>
<do type="accept">
<go href="the file path which user will enter #userenter" />
</do>
<do type="accept" label="No">
<refresh />
</do>
</card>
</wml>
so when pple post a filename like image.jpg
and hit sumbit.
the script will auto find the image.jpg in the dir and send to the mobile?
thank for your time