RE: FileUpload Control on Mobile Form
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 29 Aug 2007 03:00:00 GMT
Hi Woodgnome,
Thanks for your reply.
Yes, a standard html based ASP.NET page will save much effort. Anyway, I'm
still doing some further research on this and will inform you if I get any
new information helpful.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Xref: TK2MSFTNGHUB02.phx.gblmicrosoft.public.dotnet.framework.aspnet.webcontrols:2217
NNTP-Posting-Host: tk2msftsbfm01.phx.gbl 10.40.244.148the
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webcontrols
Steven,
Thanks for the reply. The initial target devices are HTML enabled - but
intention was to make the pages available to more devices at a later date.seems
I will investigate using a standard asp.net page for now.
Thanks.
Woodgnome.
"Steven Cheng[MSFT]" wrote:
Hi Woodgnome,
Regarding on the ASP.NET mobile page fileuploading issue, I've performed
some local tests and did found the same behavior as you mentioned. It
itthe Mobile Form doesn't allow us to insert our custom attributes into
waslike a standard htmlForm control. I've also tried manually add the
"enctype="multipart/form-data" " attribute into the mobile form and it
WAPalso ignored and runtime. BTW, for mobile devices, I notice that few
theor xhtml mp devices support file upload element,
http://www.developershome.com/wap/wapUpload/wap_upload.asp?page=intro
so are your web application's target devices HTML enabled? If so, maybe
you can consider use a standard ASP.NET page(not mobile page) to serve
filefileupload functionality(since only a simple screen with some text and
as Iupload html element are necessary), how do you think?
Anyway, I'll also help you consult some other mobile engineers to see
whether there is anything else we can do here, I'll inform you as soon
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notifget any update.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
issuesications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent
followwhere an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each
theup response may take approximately 2 business days as the support
professional working with you may need further investigation to reach
situationsmost efficient resolution. The offering is not appropriate for
bestthat require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are
contactinghandled working with a dedicated Microsoft Support Engineer by
rights.Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
control
--------------------
Hi,
I am trying to provide the user with a file upload facility on mobile
devices that will support it. So I have tried using the FileUpload
thein
a device specific section - as follows, but when the form posts back,
seen.HasFile proerty is always set to false and the file is nowhere to be
form
It would appear that it may be something to do with the fact that the
is
rendering without enctype="multipart/form-data" on the form tag. Anyoneany
ideas how I might get this to work ?
<mobile:Form ID="NewForm" runat="server" Title="New Form">
<mobile:DeviceSpecific ID="DeviceSpecific1" Runat="Server">
<Choice>
<FooterTemplate>
<tr>
<td>
<asp:FileUpload ID="fileUpload1"
runat="server"></asp:FileUpload>
</br>
<asp:FileUpload ID="fileUpload2"
runat="server"></asp:FileUpload>
</br>
<asp:FileUpload ID="fileUpload3"
runat="server"></asp:FileUpload>
</td>
</tr>
</FooterTemplate>
</Choice>
</mobile:DeviceSpecific>
......
.
- Follow-Ups:
- RE: FileUpload Control on Mobile Form
- From: Steven Cheng[MSFT]
- RE: FileUpload Control on Mobile Form
- References:
- RE: FileUpload Control on Mobile Form
- From: Steven Cheng[MSFT]
- RE: FileUpload Control on Mobile Form
- From: Woodgnome
- RE: FileUpload Control on Mobile Form
- Prev by Date: Empty GridView
- Next by Date: Re: Empty GridView
- Previous by thread: RE: FileUpload Control on Mobile Form
- Next by thread: RE: FileUpload Control on Mobile Form
- Index(es):
Relevant Pages
|