I
imm
I am trying to create "upload file" option on mobile web site.
I created an upload.xhtml page that post the selected file to
UploadProcess.aspx page.
In aspx page get the input sream from Request.Files[0] collection.
Everythig works fine when I test it using device emulator from VS 2005,
but the process fails when I test it with real device. The Request.Files[0]
collection is empty.
Any idea how I can create the upload process from mobile web site?
I created an upload.xhtml page that post the selected file to
UploadProcess.aspx page.
In aspx page get the input sream from Request.Files[0] collection.
Everythig works fine when I test it using device emulator from VS 2005,
but the process fails when I test it with real device. The Request.Files[0]
collection is empty.
Any idea how I can create the upload process from mobile web site?