Using the code sample provided, I was able to get xhtml working on mobiles, which are as small as Sony Erricson W300, using VS2005, and VB.
Iam pleasantly surprised, when I was able to include asp:Fileupload, and actually upload file from the mobile to our server. It works like it does in IE.
Note : All emulators failed to upload the file; Including opera Mini Simulator. The emulators were able to render the control, and that is all. But the actual device did upload the file.
Regards
Pilla Gurumurty Patrudu
Visakhapatnam, India.
PS : 25 years in this field made me partially blind; I apologize for the typos.
pgpatrudu
0 Points
9 Posts
File Upload from Mobile - Possible - I did it with Sony Erricson W300
Jul 17, 2009 09:01 AM|LINK
Hi all,
An extraordinary person, has put together a sample for xhtml rendering using VS2005.
I have downloaded the files, unfortunately it does not contain the person's info or web link.
All I have now is, two pieces of info -
a) 11641.zip; When I open this I get -
b) ASP.Net2.0MobileDevX
I dont know how to locate this person.
Technically speaking, we need the following in the page, and the rest of the page could be simple html with asp: controls we know of.
<div style="position: absolute; left: -10000px; top: 68px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"><%@ Page Language="VB" AutoEventWireup="false" ClassName="Default_aspx" %></div> <div style="position: absolute; left: -10000px; top: 68px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"></div> <div style="position: absolute; left: -10000px; top: 68px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"></div> <div></div><div><%@ Page Language="VB" AutoEventWireup="false" ClassName="Default_aspx" %></div><div></div><div><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"></div>
Using the code sample provided, I was able to get xhtml working on mobiles, which are as small as Sony Erricson W300, using VS2005, and VB.
Iam pleasantly surprised, when I was able to include asp:Fileupload, and actually upload file from the mobile to our server. It works like it does in IE.
Note : All emulators failed to upload the file; Including opera Mini Simulator. The emulators were able to render the control, and that is all. But the actual device did upload the file.
Regards
Pilla Gurumurty Patrudu
Visakhapatnam, India.
PS : 25 years in this field made me partially blind; I apologize for the typos.