loydwilson
IS-IT--Management
- Mar 30, 2001
- 8
File browse button does not appear when accessing CF file upload forms via Pocket PC. Same forms are utilized daily by more than 500 field employees running Windows 98 and XP, the online upload forms function with no issues in this capacity. All other CF functionality seems to work well when accessed via IPAQ except for this function. Does anyone know of an Pocket IE patch or other workaround. Following is basic code:
<cfform action="uploadphoto2_rep_cffile.cfm" method="post" enctype="multipart/form-data">
<input name="filename1" size=40 type="file">
</cfform>
I would appreciate any suggestions. I have researched MSDN, etc. with no luck.
Thx in advance.
Randy
<cfform action="uploadphoto2_rep_cffile.cfm" method="post" enctype="multipart/form-data">
<input name="filename1" size=40 type="file">
</cfform>
I would appreciate any suggestions. I have researched MSDN, etc. with no luck.
Thx in advance.
Randy